Scrolling Game Development Kit Forum

SGDK Version 2 => Help, Errors, FAQ => Topic started by: v6v on 2012-02-11, 09:51:34 AM

Title: More than Four
Post by: v6v on 2012-02-11, 09:51:34 AM
Hello, I'm working on a game that's going to need more than 4 players. I don't really care what Keyboard Inputs control them, I simply need more that 4- is there value that I can change?

A Custom Code object handles their control- I simply just need a "Map to Player <X>"  where <X> is greater than 4 Rule
Title: Re: More than Four
Post by: bluemonkmn on 2012-02-11, 07:41:03 PM
You can open the SGDK2 file in notepad and search for "<Project" and on the second instance you will see a "MaxPlayers=" on the line.  You can directly set the value in there.  I'm not sure how well the rest of the code will handle that, but you can set it that way.