Letaryat / poor-sharptimer

GNU General Public License v3.0
18 stars 12 forks source link

Using server/database records for points calculation #20

Open LaplaceTor opened 3 weeks ago

LaplaceTor commented 3 weeks ago

I think the default settings about point earn calculation is not healthy, so I change it with using the record timeticks for calculation, for example: point = (server record timeticks/player finished timeticks) * basepoint I just set up a new variable for main records point calculation in my fork, and need another list string for multi bonus

LaplaceTor commented 3 weeks ago

Also can set up a new config that stop record once timeticks over server record, to got a better server performance

LaplaceTor commented 3 weeks ago

And we need to remove the player move type in code, add the noclip feature back for in game map road preview To detect hacking in some maps force sv_cheats 1, just force sv_cheats 0 when someone start timer

LaplaceTor commented 3 weeks ago

Anyway, i stop using sharp timer before dea delete, c# performance is so bad