Results 220 comments of NotAFile

sounds like the issue is actually "tracers don't feel like they are hitting the target"

IMO this is good and deliberate game design. However, since OS has it, it just turns into a disadvantage.

It would probably help to know what the GPU and CPU are

Ouch, yeah I'm not surprised you're having performance issues :( It probably won't be easy to find out what the limit is without having the hardware though

The idea was this would be solved by https://github.com/piqueserver/piqueserver/issues/109 Perhaps as a preliminary hack, it would be nice to at least display a nice value on the server list for...

A global attribute on the script module, e.g. GAMEMODE_NAME would be a simple option. I think also another thing that might be worth doing is to add module-level constants `PIQUE_SCRIPT_MODULE...

The solution I've thought of: give each configuration a name e.g. "default" or "aloha-arena-1" and then use that in the filenames. But that's not really pretty either. Especially since the...

This is possible, but then you need to use symlinks if you want to share things like scripts, game modes and maps between instances. That's why I think, ideally, you'd...