Wish list
Darakian
Join Date: 2004-09-03 Member: 31233Members
in Squad Five
So, I feel like a wish list would be a good thing to have going. Maybe the forum isn't the best place for this, but it can at least start here. Since NS2 is going to be a quasi-opensouce community developed game I feel that it's in the communities best interest to have a clear and open list of desires. If you'd like to contribute please avoid generalities and try to be realistic. Saying things like "Make it run better" don't help in any form of development. Specificity is what you should aim for.
ex. The Algorithm for random player assignment runs in n^2 time when it could run in n. Please fix (made up for the example).
Anyway here are mine.
General:
Is there a bug track or any documentation setup? I can't find anything (this is all I can find http://wiki.unknownworlds.com/ns2/How_to_Contribute_to_this_Wiki). If not it would probably help to have these.
Server:
Better default webadmin. I'd like to see logs, Server name change, MOTD, and player limit setting all available from the web admin.
There are a number of people claiming that the server is unstable. Is there a way to debug and or report bugs? (http://forums.unknownworlds.com/categories/server-discussion)
ex. The Algorithm for random player assignment runs in n^2 time when it could run in n. Please fix (made up for the example).
Anyway here are mine.
General:
Is there a bug track or any documentation setup? I can't find anything (this is all I can find http://wiki.unknownworlds.com/ns2/How_to_Contribute_to_this_Wiki). If not it would probably help to have these.
Server:
Better default webadmin. I'd like to see logs, Server name change, MOTD, and player limit setting all available from the web admin.
There are a number of people claiming that the server is unstable. Is there a way to debug and or report bugs? (http://forums.unknownworlds.com/categories/server-discussion)
Comments
About the webadmin:
Improving it might be a waste of time as most admins don't really use it anyway and most of the server admin stuff is provided by the mod shine.
About server perf:
Collect server crash logs, watch the tickrate etc.
As I said, this would be a really big project for the team to do, but it might be beneficial in the long run.
So, another thing on servers is the missing files errors. I just updated and rebooted my server and was reminded of these
Error: Couldn't open file 'models/effects/frag_metal_01.model'
Why? That's gotta be an easy fix to just not call that file.
Edit:
Also.
Error: PhysX: Invalid Cuda context!
Does the server use physx?
Ask most players and server admins about mods and they will tell you a different story.
About those two errors:
The first one happpens because of a map props using that model. Afaik it's not fixed yet because noone has access to the source file.
About PhysX it's part of the spark engine and therefor tries to also load at the Server but as it's not really used by the server the error doesn't have any real meaning.