#I want to make a MOD regarding battle UI... How can I do it?

4 messages · Page 1 of 1 (latest)

dark cobalt
#

Completely new to this... I just want to make a MOD regarding the button layout in the battle menu because I don't like how it looks when you try to remap it, so I want that the "Attack" logo moves to "O" in PS controller and "A" in Switch controller and "Guard" to move to "X" in PS and "B" in Switch instead of the button order changing like the game does (and if possible, change the "Social Link" title to "Commu" like the JP version)

Like I stated, I am new to this thing of trying to make mods, I've tried to do my research but it looks too confusing to me... and since no one made the mod before I've decided to make it myself

regal marten
#

The button layout are stores as texture images
https://github.com/Dmgvol/UE_Modding/blob/main/IntermediateModding/ChangingTextures.md

I'm not sure what you mean by commu since no photo
But if you mean in the main menu, those are stoed as PLG files
https://github.com/rirurin/plgtool

GitHub

Collection of UE4/5 Modding Guides. Contribute to Dmgvol/UE_Modding development by creating an account on GitHub.

GitHub

Convert plg json to uasset. Contribute to rirurin/plgtool development by creating an account on GitHub.

regal marten
#

Okay yeah
That is a PLG file