Slashdot Mirror


User: VincentAdamBurns

VincentAdamBurns's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:So this is.. on MMO-Like Quake Is Possible · · Score: 2, Informative

    quake2 is strange in this aspect. the rendering code is so optimized that the main part that slows it down is that the network code needs to run before each frame, resulting in overloaded network buffer.

    quake2 can easly handle 1024 (max entities) models of the player model being rendered at the same time.

    this is all of course vanilla quake2 and some mods fix these. however i cannot think of any mod that has fixed the rendering/networking code. when i get my files back i will finish fixing it in LiteGL quake2 engine mod.