The WIP Thread
Re: The WIP Thread
If it's rusty, then quite likely, yes.
Re: The WIP Thread
What we learned today: ZDoom will run 255 players fine, and bots are hideously broken.
(All 255 players @ 21:30)
(All 255 players @ 21:30)
Re: The WIP Thread
^ I wonder how it will perform with 255 actual players from all across the world... :S
Re: The WIP Thread
Technically, exactly the same, as bot input is basically player input. The idea isn't to make this work in P2P, mind you (and I already know it will). This is theoretical test cases for Master/Slave, which will need to do basically the same thing.
An estimated ~600 Bytes/frame (20,000 Bytes/second) is required to send 254 player inputs to one other node, which is well below the magic 8000 byte threshold, and even the average household MTU (so only one actual packet is needed per frame).
This is not really a reflection of how the current P2P code would perform, as each player would be a unique connection (and thus would work anyway with little-to-no modifications), rather, a test case for how an actual server would cope handling large player counts with similar frames.
An estimated ~600 Bytes/frame (20,000 Bytes/second) is required to send 254 player inputs to one other node, which is well below the magic 8000 byte threshold, and even the average household MTU (so only one actual packet is needed per frame).
This is not really a reflection of how the current P2P code would perform, as each player would be a unique connection (and thus would work anyway with little-to-no modifications), rather, a test case for how an actual server would cope handling large player counts with similar frames.
- Woolie Wool
- Posts: 1713
- Joined: Mon Dec 15, 2003 3:36 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Arch Linux, Windows 11
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: The WIP Thread
What is the complete player list for that match?
Re: The WIP Thread
A collection of the top 253 postcount users. (At the time of building the cfg, anyway, give or take banned users). I made a program to build a list of bots from a simple text file, which has the user list included.
Last edited by edward850 on Sun Oct 26, 2014 11:15 am, edited 1 time in total.
- DoomRater
- Posts: 8270
- Joined: Wed Jul 28, 2004 8:21 am
- Preferred Pronouns: He/Him
- Location: WATR HQ
- Contact:
Re: The WIP Thread
Never reaslized I have that many posts lying around!
- NeuralStunner
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
- Contact:
Re: The WIP Thread
Good thing I couldn't possibly have ended up on that list! You know me, an epic lurker. 

Re: The WIP Thread
Only the top 253 postcount users?
Spoiler:
- Marisa the Magician
- Banned User
- Posts: 3886
- Joined: Fri Feb 08, 2008 9:15 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): (btw I use) Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Vigo, Galicia
- Contact:
Re: The WIP Thread
Ah I see it's outdated, it still says "Saya-chan".
Re: The WIP Thread
So I've started working on a new feature for my mod: Potion Brewing - right now it's at the very early stages, but what's in is the Potion Bases [or Essences, in my mod] where you collect the essence by picking it up with an empty bottle. Then you will be able to brew the potion by adding up to three ingredients.
Re: The WIP Thread
Something that CaptJ3 and I worked on in my city map.
Spoiler: Screenshot
- Woolie Wool
- Posts: 1713
- Joined: Mon Dec 15, 2003 3:36 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Arch Linux, Windows 11
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: The WIP Thread
So I was in that massive bot mosh pit!




While waiting on Operation Serpent's soundtrack, I started on a more focused, smaller scale, more vanilla-esque mod. The theme of this mod is short maps that can be beaten in under 10 minutes with sharp gameplay and mostly vanilla graphics.





While waiting on Operation Serpent's soundtrack, I started on a more focused, smaller scale, more vanilla-esque mod. The theme of this mod is short maps that can be beaten in under 10 minutes with sharp gameplay and mostly vanilla graphics.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
Classy, also good choice for the rifle, through. Btw does bosses will be have a new designs?
Re: The WIP Thread
A recent take on an earlier work: 32 players, this time on a single PC. There really isn't a single small image to show. 
Basically, that's the limit. There isn't enough CPU left for a single more instance, or even for awake monsters. Waking them up kills the performance.
With that working properly, all I need to do is sort out the scoreboard, which is much too small (well, big) for 32 players (let alone 255
). So, that'll be a fun refactoring.

Basically, that's the limit. There isn't enough CPU left for a single more instance, or even for awake monsters. Waking them up kills the performance.
With that working properly, all I need to do is sort out the scoreboard, which is much too small (well, big) for 32 players (let alone 255
