Jump to content
SPRITE CLUB DEBUTS ×
  • 0

How to remove Simul Mode?


Question

Posted

I'm trying to make a Rival Schools fullgame accurate to the real game. The real game doesn't have Simul combat. So i'm trying to see if you can remove Simul Mode. All i want is Single and Turns for the full game. Can anyone help?

ronaldo_brazil_by_jokerxax316-d7bwn5t.jp

4 answers to this question

Recommended Posts

  • 0
Posted

simply remove it like this.

 

menu.itemname.arcade = ""
menu.itemname.versus = ""
menu.itemname.teamarcade = "ARCADE"
menu.itemname.teamversus = "VERSUS"
menu.itemname.teamcoop = ""
menu.itemname.survival = "SURVIVAL"
menu.itemname.survivalcoop = ""
menu.itemname.training = "PRACTICE"
menu.itemname.watch = "DEMONSTRATION"
menu.itemname.options = "SETTINGS"
menu.itemname.exit = "EXIT"

 

if there is nothing between " " it will be disabled.

that includes spaces as a character.

- Characters -  / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...