headcrab.monster

got headcrabs?

Some updates on the Codename CURE server

2025-01-30 by Rails, tagged as gameservers, news

After so many months, I've decided to make a small announcement about some new things I've been doing on the CURE server.

Sentries on Survival!

I've been creating a small SourceMod plugin (named "SurvivalSentry") that allows players to spawn a sentry gun on Survival maps. Actually what it does is to spawn an npc_sentry above the players (by using cheats because seems like invoking them directly for SourceMod is pretty limited on this game). I cannot managed to find the entity name that allows you to directly give the sentry as a grenade weapon just like Bomb Escape modes do.
Due to limitations I had to make it so that only one person can create a sentry (this is because the code handles global variables for all npc_sentry entities), as well as it is impossible to rotate it (it will always point to the same axis).

These are all the chat commands you can use on the server for this plugin:

Kicking (and readding) bots

If the bots become annoying or useless to you on some maps, you can now kick them out using the following commands in the console:

Other stuff