NeotokyoRebuild / neo

NEOTOKYO Rebuild - Source SDK 2013 mod of NEOTOKYO
Other
9 stars 9 forks source link

[FEATURE] Output of build date + hash in console for server ops #437

Open xedmain opened 4 days ago

xedmain commented 4 days ago

Description

Add an output of build date + hash in console for server ops on launching the server/map change

Proposed Solution

As a server op, I would want to see the build date + hash in the console when launching the server or when the map changes, so that I can easily find out what version I'm running, plus it will appear in the logs so that will be helpful too.

Alternatives Considered

The neo_version command, but I will need to enter that every time or include it in the autoexec, which are both options which are not as neat as just having it outputted by itself, as well it will be server-dependent, so if I checkout a log from a different server and they don't have that command in autoexec, I wouldn't know what version they're running.

Additional Context

No response