Max players in server

Tony Hawk's Pro Skater 3 mod discussion.
Giel
Posts: 11
Joined: Thu Jan 12, 2012 5:49 pm
Contact:

Max players in server

Postby Giel » Thu Aug 27, 2015 10:47 am

Hi

Can anyone help me with changing the maximum players in a thps3 server? It's 8 atm.

I added '9 players' in netmenu.qb but that doesn't seem to work. I have no idea what else I should add/edit.

Code: Select all

num_players_info = ARRAY(
         
          STRUCT{
            name = "2 Players"
            checksum = num_2
            }
          STRUCT{
            name = "3 Players"
            checksum = num_3
            }
          STRUCT{
            name = "4 Players"
            checksum = num_4
            }
          STRUCT{
            name = "5 Players"
            checksum = num_5
            }
          STRUCT{
            name = "6 Players"
            checksum = num_6
            }
          STRUCT{
            name = "7 Players"
            checksum = num_7
            }
          STRUCT{
            name = "8 Players"
            checksum = num_8
            }
          STRUCT{
            name = "9 Players"
            checksum = num_9
            }


I spoke to one of the developers and he said it could be done 'as the limit was really there for performance and memory reasons.'
Demo
Posts: 494
Joined: Mon Aug 15, 2011 2:20 pm
Contact:

Re: Max players in server

Postby Demo » Thu Aug 27, 2015 2:25 pm

one of the developers? if it was as easy as adding 9 players menu item, that woud've been there since 2002.
Giel
Posts: 11
Joined: Thu Jan 12, 2012 5:49 pm
Contact:

Re: Max players in server

Postby Giel » Thu Aug 27, 2015 3:11 pm

I know that's why I asked one of the developers (mick west). He said it should be possible.
And ofcourse if it was that easy I wouldn't have asked it here.

Return to “THPS3 modding”

Who is online

Users browsing this forum: No registered users and 1 guest