The WIP Thread

If it's not ZDoom, it goes here.
User avatar
Enjay
 
 
Posts: 27084
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: The WIP Thread

Post by Enjay »

If it's rusty, then quite likely, yes.
User avatar
edward850
Posts: 5890
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: The WIP Thread

Post by edward850 »

What we learned today: ZDoom will run 255 players fine, and bots are hideously broken.

(All 255 players @ 21:30)
User avatar
Nash
 
 
Posts: 17500
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: The WIP Thread

Post by Nash »

^ I wonder how it will perform with 255 actual players from all across the world... :S
User avatar
edward850
Posts: 5890
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: The WIP Thread

Post by edward850 »

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.
User avatar
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

Post by Woolie Wool »

What is the complete player list for that match?
User avatar
edward850
Posts: 5890
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: The WIP Thread

Post by edward850 »

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.
User avatar
DoomRater
Posts: 8270
Joined: Wed Jul 28, 2004 8:21 am
Preferred Pronouns: He/Him
Location: WATR HQ
Contact:

Re: The WIP Thread

Post by DoomRater »

Never reaslized I have that many posts lying around!
User avatar
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

Post by NeuralStunner »

Good thing I couldn't possibly have ended up on that list! You know me, an epic lurker. :)
User avatar
Snarboo
Posts: 2599
Joined: Tue Nov 29, 2005 4:37 am

Re: The WIP Thread

Post by Snarboo »

Only the top 253 postcount users?
Spoiler:
User avatar
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

Post by Marisa the Magician »

Ah I see it's outdated, it still says "Saya-chan".
User avatar
Mikk-
Posts: 2274
Joined: Tue Jun 30, 2009 1:31 pm

Re: The WIP Thread

Post by Mikk- »

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.
User avatar
abbuw
Posts: 653
Joined: Tue Jun 12, 2012 10:24 am
Location: South Lake Hills

Re: The WIP Thread

Post by abbuw »

Something that CaptJ3 and I worked on in my city map.
Spoiler: Screenshot
User avatar
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

Post by Woolie Wool »

So I was in that massive bot mosh pit! :wub:

Image
Image
Image
Image



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.
User avatar
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

Post by Captain J »

Classy, also good choice for the rifle, through. Btw does bosses will be have a new designs?
User avatar
edward850
Posts: 5890
Joined: Tue Jul 19, 2005 9:06 pm
Location: New Zealand
Contact:

Re: The WIP Thread

Post by edward850 »

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. :P
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.
Post Reply

Return to “Off-Topic”