Originally posted by PS3
Does anyone know what GSC's I can clean out and rename in patch_mp.ff so I can get more menu space and where I can basically put all of my mods, want to try make the menu as big and as clean as possible but I would like to give it plenty of functions. Any help that works will get +rep.
I have tampered and added things to various peoples patches just for fun but this is my first time making a menu from scratch and I just needed a bit of help to start with so I know what I can work with.
Thanks
I think you can rename all of these:
_dogs.gsc
_laststand.gsc
_vehicles.gsc
_class.gsc
_gameobjects.gsc
_missions.gsc
_spawning.gsc
_squad.gsc
_tweakables.gsc
_weapons.gsc
ctf.gsc
sd.gsc
You can rename _rank.gsc too but it's easier if you keep it for OnPlayerSpawned()
If you're stuck for space you could also compile a custom ff and have almost unlimited space, for example in my patch I also have 8 other menu's along with my own, not to mention all the gamemodes. Although making a custom ff is complicated.