Raised This Month: $32 Target: $400
 8% 

Is more than 32 players possible ?


Post New Thread Reply   
 
Thread Tools Display Modes
goodman3
Junior Member
Join Date: May 2011
Old 06-23-2018 , 19:58   Re: Is more than 32 players possible ?
Reply With Quote #21

Quote:
Originally Posted by meTaLiCroSS View Post
Question answered many times in this thread while you keep insisting on things out of your knowledge.
With that attitude, no wonder why no one has tried that. Please refrain from replying this post. Now I know this isn't a place for discussion. All you get is personal insult because people think they're on the 'right' side.
goodman3 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 06-24-2018 , 00:03   Re: Is more than 32 players possible ?
Reply With Quote #22

Don't judge the whole community based on a few comments by a few people.

It's extremely unlikely that anyone will give the answer you want because nobody has tried it since it's completely unrealistic that such a thing would even be playable.
__________________
fysiks is offline
goodman3
Junior Member
Join Date: May 2011
Old 06-24-2018 , 00:09   Re: Is more than 32 players possible ?
Reply With Quote #23

Quote:
Originally Posted by fysiks View Post
Don't judge the whole community based on a few comments by a few people.

It's extremely unlikely that anyone will give the answer you want because nobody has tried it since it's completely unrealistic that such a thing would even be playable.
OK, but I'm not begging for reply.
goodman3 is offline
Solokiller
Senior Member
Join Date: Sep 2015
Old 06-24-2018 , 04:28   Re: Is more than 32 players possible ?
Reply With Quote #24

Increasing the maximum player count would require at the very least these changes:
  • Increase size of clients list in the engine
  • Change engine code to send indices with more bits (client & server)
  • Change every line of code that references the maximum player count (patching code at runtime, client & server)
  • Redesign code that abuses the fact that the maximum player count is 32 to store booleans in integer (https://github.com/ValveSoftware/hal...ggers.cpp#L947)

So it's not possible with existing games & mods because you'd need to modify the code. Even if you could do it, you'd need to disable VAC so it would be a cheater's heaven, especially since there's already memory patching going on so adding your own cheats in would be a lot easier.
Solokiller is offline
goodman3
Junior Member
Join Date: May 2011
Old 06-24-2018 , 06:03   Re: Is more than 32 players possible ?
Reply With Quote #25

Quote:
Originally Posted by Solokiller View Post
Increasing the maximum player count would require at the very least these changes:
  • Increase size of clients list in the engine
  • Change engine code to send indices with more bits (client & server)
  • Change every line of code that references the maximum player count (patching code at runtime, client & server)
  • Redesign code that abuses the fact that the maximum player count is 32 to store booleans in integer (https://github.com/ValveSoftware/hal...ggers.cpp#L947)

So it's not possible with existing games & mods because you'd need to modify the code. Even if you could do it, you'd need to disable VAC so it would be a cheater's heaven, especially since there's already memory patching going on so adding your own cheats in would be a lot easier.
I know every sentence you said. I think the only solution is avoid that. Since 32 players is hard-coded, how about 2 servers run on same computer and exchange it's player location to another (through some IPC or sth). And those fake players rendered as npc/monsters. That doesn't violate 32 players rule at all. Like I said let's just assume network and hardware is really good here.

Last edited by goodman3; 06-24-2018 at 06:07.
goodman3 is offline
meTaLiCroSS
Gaze Upon My Hat
Join Date: Feb 2009
Location: Viņa del Mar, Chile
Old 06-24-2018 , 22:49   Re: Is more than 32 players possible ?
Reply With Quote #26

Quote:
Originally Posted by goodman3 View Post
how about 2 servers run on same computer and exchange it's player location to another (through some IPC or sth). And those fake players rendered as npc/monsters. That doesn't violate 32 players rule at all. Like I said let's just assume network and hardware is really good here.
Again?

__________________
Quote:
Originally Posted by joropito View Post
You're right Metalicross
meTaLiCroSS is offline
Solokiller
Senior Member
Join Date: Sep 2015
Old 06-25-2018 , 05:19   Re: Is more than 32 players possible ?
Reply With Quote #27

It's not possible with the current engine, every possibility has already been thought of over the years.
Solokiller is offline
Mordekay
Squirrel of Fortune
Join Date: Apr 2006
Location: Germany
Old 06-25-2018 , 08:58   Re: Is more than 32 players possible ?
Reply With Quote #28

It does still violate the 32 player rule, because you would still need to be #33. Even if all other players of your own team would be fake you still need to be real for the others. So this wold be at least 33. Then this would count for every other one as well multiplicating the number of fake players. You now understand?
__________________

Mordekay is offline
goodman3
Junior Member
Join Date: May 2011
Old 06-25-2018 , 09:24   Re: Is more than 32 players possible ?
Reply With Quote #29

Quote:
Originally Posted by Mordekay View Post
It does still violate the 32 player rule, because you would still need to be #33. Even if all other players of your own team would be fake you still need to be real for the others. So this wold be at least 33. Then this would count for every other one as well multiplicating the number of fake players. You now understand?
Why fake players count as 32 slot? If you are alone in one server and other 32 players in another. Then you will see 32 npc model and on other server there will be 32 real players and one fake model(you). And in this way both server are under 32 players. This time please focus on technical issues
and not some 'no one will do it' thing.
goodman3 is offline
tarsisd2
Veteran Member
Join Date: Feb 2016
Location: brazil
Old 06-25-2018 , 09:57   Re: Is more than 32 players possible ?
Reply With Quote #30

Quote:
Originally Posted by goodman3 View Post
Why fake players count as 32 slot? If you are alone in one server and other 32 players in another. Then you will see 32 npc model and on other server there will be 32 real players and one fake model(you). And in this way both server are under 32 players. This time please focus on technical issues
and not some 'no one will do it' thing.
you are talking like you have the knowledge to do this, do you ?

if not, stop with this idea!
tarsisd2 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode