sv_port "8303"
or sv_port 8303
even sv_name my awesome server
works fine.
I assume it is a feature to be flexible. And especially in rcon you do not want to fight the syntax.
But any opinions on making the format stricter? Clearly differentiate between strings and integers in the config files.
Makes the parsing cleaner and could help catching errors. Also it removes the doubt the user writing the config has.
If enough people agree that this is a goo.../unpractice
, which kills the team and disables practice mode. Compatible with sv_solo_server
For sv_practice_by_default
, this resolves the following comment: https://github.com/ddnet/ddnet/pull/9251#discussion_r1885000742
Each team is treated individually, and practice mode can be turned off for them. Team 0 is always forced into practice mode.
!image
LoadSkin(const char *pName, CImageInfo &Info)
function.
Add variables for image data offsets to avoid duplicate calculations.
Minor improvements of code format.
/spec
, regardless of the sv_pauseable
setting, to switch between strong and weak hook
Or is it better to just make /spec
always vanish, without making a new command for it?