Robin Gohmert

Results 6 issues of Robin Gohmert

In case someone wants to change the game description it's better to use SetGameDescription instead of a hook on IServerGameDLL::GetGameDescription. See also: http://forums.sourcepython.com/viewtopic.php?f=20&t=1173&p=7632#p7631

enhancement

DynamicHooks is currently not thread-safe. Calling a hooked function twice at the same time should cause weird behaviour or crashes.

enhancement

Kick message: #GameUI_Disconnect_TooManyCommands Temporary workaround: ```python from cvars import cvar from commands.server import ServerCommand from engines.server import queue_command_string sv_quota_stringcmdspersecond = cvar.find_var('sv_quota_stringcmdspersecond') if sv_quota_stringcmdspersecond is None: raise Exception('Fix is not required...

enhancement

``eventscripts_autocreate 1`` is not always taken into account. Actually, quite rarely.

bug

This PR adds type hints, so it's easier to access all the different attributes in an IDE.

The content of an included note is just a single string. If you add multiple lines the validation will fail. ![grafik](https://github.com/user-attachments/assets/87e06bcb-6157-4891-aba5-0347006c2a32) Also updated type hints of the other fields in...