Share Your Custom FFXI UI

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » FFXI » Dat Modding » Share your custom FFXI UI
Share your custom FFXI UI
First Page 2 3 4 5
 Bahamut.Brixy
Guide Maker
Offline
Server: Bahamut
Game: FFXI
user: Brixy
By Bahamut.Brixy 2025-06-02 12:54:26
Link | Quote | Reply
 
When I was editing the UI I never intended to share it tbh, so some of the coding was just to fix things on my own screen. To fix the NPC names there was a better way to edit the code and for some reason I just didn't do it lol.

In Targetbar > ui > Line 428
replace:
this.MT_Name:pos_x( 1538 )
with:
this.MT_Name:pos_x( x + this.settings.MTInfo.Name.Offset.X )

That should fix the NPC being in a different spot. I originally changed it because specifically npc names were overlapping with my distance plugin. So, to fix that I just put in a hard X position instead of using the coding for the other text for some reason lol.
Offline
Posts: 89
By Jhoo 2025-06-02 14:31:17
Link | Quote | Reply
 
i have same error, and i get no fix changing only the name on settings.
Offline
Posts: 13
By kestiel 2025-06-02 17:04:59
Link | Quote | Reply
 
Bahamut.Brixy said: »
When I was editing the UI I never intended to share it tbh, so some of the coding was just to fix things on my own screen. To fix the NPC names there was a better way to edit the code and for some reason I just didn't do it lol.

In Targetbar > ui > Line 428
replace:
this.MT_Name:pos_x( 1538 )
with:
this.MT_Name:pos_x( x + this.settings.MTInfo.Name.Offset.X )

That should fix the NPC being in a different spot. I originally changed it because specifically npc names were overlapping with my distance plugin. So, to fix that I just put in a hard X position instead of using the coding for the other text for some reason lol.

Perfect! Thanks a lot, it looks fantastic now.

For anybody who is using the OG files for targetbar the above UI fix is located at line 432.
Offline
Posts: 9
By Zilka 2025-06-03 02:24:42
Link | Quote | Reply
 
Shiva.Paulu said: »
Where do you get this font in the chat log? Looks great.

Yeah i love this font too!

Can you upload please and how to install this :)
Thanks
Offline
Posts: 13
By kestiel 2025-06-06 14:03:43
Link | Quote | Reply
 
Anybody know how to fix the xivparty box moving based on number of party members? I've tried both alignbottom false/true and it doesn't seem to care. While it's not a massive issue, it feels weird that the background moves around and there's no setting to pin it in place permanently.