eukara / freecs

Clean-room Counter-Strike 1.5 in QuakeC, using Nuclide SDK. Previously known as OpenCS! (2016)
https://www.frag-net.com/projects.html
ISC License
183 stars 16 forks source link

no MOTD when changing hostname #42

Open atomGit opened 3 months ago

atomGit commented 3 months ago

the first screen the player sees when joining the server should be the motd, however if the hostname is changed in server.cfg, the motd is not shown, nor is the team join dialog

server.cfg: works: hostname "FreeCS Test Server" doesn't work: hostname "The Asylum Counter-Strike 1.5 Server"

exec command: ExecStart=/usr/share/games/halflife/fteqw-sv64 -nohome -readonly -game cstrike -svport 64444 +map de_dust2

related: #38