UT2004-Coding-Projects / 3SPNC

A version of 3SPN built without using a separate stats server.
GNU General Public License v3.0
2 stars 1 forks source link

UTComp Additions #5

Open hvownij opened 3 years ago

hvownij commented 3 years ago

add utcomp autodemo rec for serverside / client side. requires adding a new menu location / tab also.

add utcomp HitSounds options. ability to change hitsound. ability to enable / disable CPMA pitch modifications.

add this from utcomp 1.8c:

`Add DesiredNetUpdateRate Client-Setting

Allows clients to control how many updates they send to the server per second. Additional updates are mostly redundant, so this can improve connection reliability in exchange for higher bandwidth. Fewer updates decrease bandwidth requirements in exchange for decreased stability under packet-loss.

The server can restrict how often clients are allowed to send updates with both a lower and an upper limit on the rate of updates.`

add minimum netspeed from UTComp 1.8c, this will force all players to atleast use a specific netspeed or higher resulting in smoother gameplay always. lower netspeeds can be harder to hit that higher netspeed players currently.

hvownij commented 3 years ago

AutoDemorec is already a feature of UT2004 by adding it to the MapVote command line, under options. Or same can be done with the .bat file that loads server after a reboot. Non issue