Battlefront 2 Main Menu Editing?
Posted: Thu Mar 31, 2016 8:02 pm
Hi, I was wondering if it is possible to edit the Main Menu in Star Wars Battlefront 2 and if it is could someone please point me in the right direction? Thanks!
Get more from your games!
http://www.gametoast.com/
anthonybf2 wrote:Edit the main menu as in ... ???
Moving buttons, renaming buttons, changing background textures?
If you just want to replace image (in RCM) you just need a custom lvl with the textures and load them in your addme. If you want more changes with buttons, and rearranges (i think it has been done in MEU) you'll need some scripting. Therefore you can rewrite the shell, or you use custom_gc scripts that places your code in the existing. That's more complicated, but it will be compatible with others and to remove you just need to delete your custom gc script and not back up the original shellOrion wrote:anthonybf2 wrote:Edit the main menu as in ... ???
Moving buttons, renaming buttons, changing background textures?
All of that including removing them. I'm assuming it would be done by editing stuff in assets\Shell\scripts but how do I make sure the game uses the changed scripts?
Already thought of asking you for something like that.jedimoose32 wrote:Sure it's possible. Go to assets/shell/, copy the contents to data_ABC/shell/, and have fun. Sometime in the next few days I hope to write a full tutorial on interface scripting, but there should already be a tutorial or two on how to edit shell components such as the menu background and button textures.
I see, thanks! I was a bit brain dead today, I tried putting them into the common folder. Woops.jedimoose32 wrote:Sure it's possible. Go to assets/shell/, copy the contents to data_ABC/shell/, and have fun. Sometime in the next few days I hope to write a full tutorial on interface scripting, but there should already be a tutorial or two on how to edit shell components such as the menu background and button textures.