21 Aug 15, 07:22AM
(This post was last modified: 21 Aug 15, 07:24AM by ironzorg.
Edit Reason: hey banana
)
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:
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).
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).