Author Topic: More than Four  (Read 1965 times)

v6v

  • Clever
  • Fanatic
  • ***
  • Posts: 500
  • Has renamed his project to Galaxy!
    • View Profile
    • My Developer Page!
    • Email
More than Four
« 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

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: More than Four
« Reply #1 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.