YesNoOk
avatar

edit team mode (Read 159 times)

Started by Blooblabb24, March 21, 2012, 06:08:44 pm
Share this topic:
edit team mode
#1  March 21, 2012, 06:08:44 pm
  • *
how do i remove team mode from certain game modes. and how do i edit the text like 'simul' and 'turns'.

i dont see it in the codes
Last Edit: March 21, 2012, 08:19:35 pm by Blooblabb24
Re: edit team mode
#2  March 22, 2012, 12:51:37 am
  • *****
  • Most dangerous person in Mugen
    • USA
    • caddie.smeenet.org
Open up the data folder. It's in system.def. Scroll down to:


;-------------------------------------------------------------------
;Title screen definition
[Title Info]


There you'll see things like:

menu.itemname.arcade = "ARCADE"

You can change the text of the items there, or if you put it like this:

menu.itemname.arcade = ""

It'll remove the option from Mugen. :)