XIVCrossbar - A Gamepad Macro Addon

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Windower » General » XIVCrossbar - A Gamepad Macro Addon
XIVCrossbar - A Gamepad Macro Addon
First Page 2 3 ... 11 12
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 885
By Fenrir.Jinxs 2024-10-29 12:04:27
Link | Quote | Reply
 
Bahamut.Janae said: »
Hey, thanks for the quick response! Correct, a Dualshock 4!

After reading back my initial message, I didn't mention that as a result of the d-pad not being recognized by the addon, I can't bind skills on the d-pad or interact with the addon using the d-pad whatsoever. So this leaves me only with the abxy to assign skills/macros to, and adding skills to the bars requires an invisible mouse cursor (lol) which is no good.

The addon only picks up the face buttons. Apologies for the lack of clarity there.

If it would help, I could record a quick video showing what I'm talking about

Personally, I got frustrated with direct input devices.

What I recommend you try next is getting a simple ahk script with relation to direct input to see if the dpad inputs are being registered.

It does not specify if this will work for direct input
https://documentation.help/AutoHotKey-Functions/JoystickTest.htm

But if I had to guess your problem could be related to ds4 and ahk
Controller=> ds4=> ahk => game

It's possible it's seeing the dpad but not something it understands.

Try searching this thread for ds4 or direct input
 Bahamut.Janae
Offline
Server: Bahamut
Game: FFXI
user: Janae
Posts: 2
By Bahamut.Janae 2024-11-20 09:00:25
Link | Quote | Reply
 
Hi folks, just to follow up in case anyone reads this in the future, I got frustrated with trying to get the PS4 controller's d-pad recognized and ended up buying an 8BitDo Pro 2, which worked out of the box like a charm.
necroskull Necro Bump Detected! [43 days between previous and next post]
Online
Posts: 199
By Sylvebits 2025-01-02 13:06:28
Link | Quote | Reply
 
Has anyone noticed crashing with XIVCrossbar sometimes? Specifically when hitting X to open the chat log and trying to view through it
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 885
By Fenrir.Jinxs 2025-01-25 22:51:01
Link | Quote | Reply
 
Does anyone know how to bypass the server check?
I spun up a private server to mess around with some friends and I am unsure how to bypass this.

xivcrossbar.lua 149
local server = resources.servers[windower.ffxi.get_info().server].en
Storage.lua 42
self.directory = player.server .. '/' .. player.name

EDIT:
fixed it by
local server = Nameless
self.directory = "Nameless \\ Jin"
Offline
Posts: 5
By FrostTrunks 2025-02-05 06:42:46
Link | Quote | Reply
 
Is it possible to map a command like ctrl+e or ctrl+i to open the equipment/items menus? I tried putting it in a script, but I don't think my syntax is correct.
 Bismarck.Voight
Offline
Server: Bismarck
Game: FFXI
Posts: 24
By Bismarck.Voight 2025-02-15 03:15:37
Link | Quote | Reply
 
Finally playing on a screen large enough to use some UI elements, and after trying out this gem, I'm hooked
Offline
Posts: 5
By FrostTrunks 2025-03-13 06:28:39
Link | Quote | Reply
 
Is it possible to display the cooldown for an ability that is tied to an ex command script?
For example: I have a script that changes my equipment to thf af boots for increased flee, then flee, then wait 46 seconds, then equip trotter boots. It works great, but then I lose my cooldown timer on the icon. Any way to tie this to the flee cooldown?
Online
Posts: 199
By Sylvebits 2025-03-13 09:16:08
Link | Quote | Reply
 
FrostTrunks said: »
Is it possible to display the cooldown for an ability that is tied to an ex command script?
For example: I have a script that changes my equipment to thf af boots for increased flee, then flee, then wait 46 seconds, then equip trotter boots. It works great, but then I lose my cooldown timer on the icon. Any way to tie this to the flee cooldown?

I've been trying to figure out how to do that myself. It might be something that has to be manually added through the config and settings files. Alternatively, or at least in the meantime, Ive been using a /echo notification. Ive also heard there's an addon that allows for like.. a sound prompt so you could tie the script to that to indicate that the ability is ready.

Bismarck.Voight said: »
Finally playing on a screen large enough to use some UI elements, and after trying out this gem, I'm hooked

Welcome :3.

Sylvebits said: »
Has anyone noticed crashing with XIVCrossbar sometimes? Specifically when hitting X to open the chat log and trying to view through it

Responding to myself for future people. Sandbox plugin fixes this.
Offline
Posts: 5
By FrostTrunks 2025-03-14 12:34:20
Link | Quote | Reply
 
Sylvebits said: »
I've been trying to figure out how to do that myself. It might be something that has to be manually added through the config and settings files. Alternatively, or at least in the meantime, Ive been using a /echo notification. Ive also heard there's an addon that allows for like.. a sound prompt so you could tie the script to that to indicate that the ability is ready.

Not a bad idea. I recall seeing that addon for sound notifications too. I might have to look into that. Not useful if I have my sound off tho lol. I haven't toyed around with trying to get it to work in the xml yet.
Offline
Posts: 5
By FrostTrunks 2025-03-20 17:06:38
Link | Quote | Reply
 
I fixed dancer. I noticed it didn't work properly. I found at least one person's attempt to get it to work, but it broke other things. My version doesn't break anything. lol

New Menus

I am looking into adding the custom cooldown but it's not a high priority. I just added the actual Flee ability to another xbar location above the script so I can see it :)
Online
Posts: 199
By Sylvebits 2025-03-25 11:26:08
Link | Quote | Reply
 
Just wanted to add that if you're hardcore using XIVCrossbar like myself, you may run into the issue of getting a lua error when pressing start if your menu has more then 28 listings, disabling your ability to view the menus you've created or make more. The XML and addon will still work otherwise.

You can get around this by going into then environment.chooser.lua withing XIVCrossbars folder, and changing line 115 to 120 to this:

for i=1,50,1 do
self.environments = {}
self.environments.name_text = texts.new(text_setup)
setup_text(self.environments.name_text, theme_options)
self.environments.name_text:hide()
end


Basically, you just change whatever the original number was to 50, 100.. whatever you like. This solves the error and lets you view your all your menus created.

On a separate note for the dev: is there a way to incorperate magic burst hightlighting similar to how weapon skills turn skill chains?
Offline
Posts: 5
By FrostTrunks 2025-03-25 12:22:10
Link | Quote | Reply
 
This is my fork, if anyone is interested.
I fixed dancer, run, and mounting. Binding individual mounts was broken. It works now, and will dismount if you select it again.
Repo for fixes
Offline
Posts: 1
By drzapper 2025-03-27 18:56:30
Link | Quote | Reply
 
You're my hero!
necroskull Necro Bump Detected! [86 days between previous and next post]
Offline
Posts: 9
By shmobertson 2025-06-21 12:30:24
Link | Quote | Reply
 
I just want to use the base game icons but there are a few missing. Anyone know how to refresh the default icons for abilities and spells?
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 885
By Fenrir.Jinxs 2025-07-11 15:26:52
Link | Quote | Reply
 
Bahamut.Burter said: »
Anyone getting "table index is nil" after the update? Unable to load addon
I just encountered this myself after adding a new mount.
I replaced the mountroulette, inside the xivcrossbar addon
https://github.com/xurion/ffxi-mount-roulette/blob/master/MountRoulette.lua
Offline
Posts: 5
By Burter 2025-07-22 21:35:44
Link | Quote | Reply
 
Oddly I can load it on 1 character and login to the one I want to use it on and works fine. I just cannot load it on this one character. Any idea why that might happen?
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 885
By Fenrir.Jinxs 2025-07-22 23:05:57
Link | Quote | Reply
 
Can you rephrase that?
 Asura.Sylveni
Online
Server: Asura
Game: FFXI
user: Sylvebits
Posts: 58
By Asura.Sylveni 2025-07-22 23:40:55
Link | Quote | Reply
 
Hm.... maybe try just loading it manually? or deleting the settings so it resets to default.
Offline
Posts: 5
By Burter 2025-07-23 06:45:17
Link | Quote | Reply
 
Fenrir.Jinxs said: »
Can you rephrase that?
Basically I can load the lua on character 1, logout and log into character 2 and it will be usable. I just cannot load the lua on character 2 for some reason.
Asura.Sylveni said: »
Hm.... maybe try just loading it manually? or deleting the settings so it resets to default.
Deleting which settings? The folder for that character in the data folder? I tried that unfortunately to no avail. Just gives me runtime error table index is nil. Not sure where the issue is causing this to happen
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 885
By Fenrir.Jinxs 2025-07-23 07:05:34
Link | Quote | Reply
 
You got a new mount
https://www.ffxiah.com/forum/topic/55374/xivcrossbar-a-gamepad-macro-addon/12/#3753911
Offline
Posts: 5
By Burter 2025-07-23 07:13:20
Link | Quote | Reply
 
Hmm I thought I tried replacing it when you suggested that and it didnt work. I did get the login bonus mount so probably likely. Let me try again, maybe I did something wrong. Thanks for the help
 Fenrir.Jinxs
Offline
Server: Fenrir
Game: FFXI
user: Jinxs
Posts: 885
By Fenrir.Jinxs 2025-07-23 08:02:26
Link | Quote | Reply
 
It's inside the add on not the one in your addon folder by itself
Offline
Posts: 5
By Burter 2025-07-23 18:52:01
Link | Quote | Reply
 
Fenrir.Jinxs said: »
It's inside the add on not the one in your addon folder by itself
Worked as you said, thanks for the help!
[+]
First Page 2 3 ... 11 12