INSTA CTF mod
#1
Hi,

I implemented an INSTA CTF game mode, I thought some people here might be interested in the code. You can have a look at my pull request if you're curious.

The rules of the mode:
  • every player has a sniper rifle as a primary, no secondary weapon
  • one health point
  • grab the enemy flag and bring it back to your own flag
  • you don't have to wait before respawning, after you were killed

Basically, it's TOSOK with flags, and you respawn immediately.

The gamemode string is "instactf", which you can use to play locally (e.g. "/instactf ac_depot"), and the gamemode number is 22.

HF.

EDIT: I have a server running at ironzorg.fr on the default port if you want to try it out (you'll have to compile the client first though).


Messages In This Thread
INSTA CTF mod - by ironzorg - 21 Aug 15, 07:22AM
RE: INSTA CTF mod - by Undead - 21 Aug 15, 07:29AM
RE: INSTA CTF mod - by Alien - 21 Aug 15, 08:06AM
RE: INSTA CTF mod - by Million - 21 Aug 15, 08:14AM
RE: INSTA CTF mod - by ironzorg - 21 Aug 15, 09:03AM
RE: INSTA CTF mod - by Luc@s - 21 Aug 15, 12:35PM
RE: INSTA CTF mod - by ExodusS - 21 Aug 15, 02:23PM
RE: INSTA CTF mod - by Brett - 22 Aug 15, 05:55AM
RE: INSTA CTF mod - by Oracle - 22 Aug 15, 06:01AM
RE: INSTA CTF mod - by quico - 24 Aug 15, 09:49PM