Page 1 of 1

[Request/Help/Idea] Bomb gamemode

Posted: Tue May 13, 2014 3:44 pm
by Capt_Geek3
So i'm new to python, and i'm looking to create a gamemode similar to arena but with a twist, one team has to carry a bomb and the other team has to try to get it and diffuse it!

So the requirements for team 1(who carries the bomb)
-They must get the bomb to the target location
-They must arm the bomb at the target location
- It must successfully go off

The requirements for team 2(who diffuses the bomb)
-They must get the bomb
-They must carry it to a location
-They must diffuse it at the location

TO DIFFUSE: They must stand over the bomb and do /diffuse.
They will be presented with a message: Which wire to cut, blue or red?, they must choose one.
If they choose the right one(generated randomly) they will have the bomb diffused, if they do not choose the right one, the bomb explodes.
NOTE: If the opposing team loses all of its players its an automatic win.

So what I thought is to create this gamemode with some help AND learn from this experience.
Thanks! Blue_BigSmile

Re: [Request/Help/Idea] Bomb gamemode

Posted: Tue May 13, 2014 8:49 pm
by Jdrew
pretty sure this was already made

Re: [Request/Help/Idea] Bomb gamemode

Posted: Wed May 14, 2014 3:32 pm
by Capt_Geek3
Jdrew wrote:
pretty sure this was already made
Not sure that it is necessarily publicly released Blue_Wink1

Re: [Request/Help/Idea] Bomb gamemode

Posted: Wed May 14, 2014 4:56 pm
by thepolm3
Ah yeah, this is similar to a gamemode I made called Sabotage, sorry :)

Its down there in my signature

VVVVVVVVVVV

Re: [Request/Help/Idea] Bomb gamemode

Posted: Wed May 14, 2014 5:23 pm
by Capt_Geek3
well not gonna reinvent the wheel then >.>
Haha im gonna give this gamemode a try and study the code a bit, :P