Author Topic: War gamemode using King of the Hill gamemode  (Read 977 times)

Is it possible to recreate in a way a War gamemode, like in CoD: WaW, in Blockland? If you know some way to manage it, let me know, it would be helpful. Also here's an explanation.

Quote
There are 5 flags in the map. At the start 2 are from your team, 2 are from your enemies, and 1 is neutral. The goal is to capture all the flags.

You can only capture the neutral one, though. You'll have to capture the first flag, then the second one becomes neutral etc.

The problem I see is that how can you make captured areas uncaptureable with an eventing sequence of some sort. If you need more info of it I'll post anything so.

That's all I have to ask for now.

EDIT: As soon as I figure it out I'll get some pics following and a sever up.
« Last Edit: April 13, 2011, 08:53:56 PM by Mr. Bill »


Idk about flags but you can with capture points.

Edit: I see, its not taking flags light Capture the Flag, its just a capture zone that uses a flag to represent ownership.  I'm not quite sure what events are to make a point neutral, but I'm pretty sure they're there.
« Last Edit: April 13, 2011, 09:06:16 PM by Jay the Cartoonist »

Idk about flags but you can with capture points.

Edit: I see, its not taking flags light Capture the Flag, its just a capture zone that uses a flag to represent ownership.  I'm not quite sure what events are to make a point neutral, but I'm pretty sure they're there.

Yea, with the KOTH gamemode. I'm not sure if there are variables allowing me to say something like:
ifzone[B.] = captured > variabletrue
ifzone[D.] = captured > variabletrue
iftrue > zone[C.] = neutral

in a sense the flag set up would be
[A] > [B] > [C] < [D] < [F]

I think Siege would be the better game mode to use, not KOTH. 

whoops forgot about that mode. still checking it out though.

I'm sure siege has the events for it, Space made quite a few events with his TDM game modes. I don't think KOTH is an official space guy gamemode.

I'm sure siege has the events for it, Space made quite a few events with his TDM game modes. I don't think KOTH is an official space guy gamemode.
yeah, siege will work for now. still i'm looking at how to make certain points uncaptureable without advancing towards it first.

yeah, siege will work for now. still i'm looking at how to make certain points uncaptureable without advancing towards it first.
I know for a fact that there are events built in for that.  
Just poke around at them and look at their names, they are usually pretty self explanatory.

I know for a fact that there are events built in for that.  
Just poke around at them and look at their names, they are usually pretty self explanatory.
Alright it's still needs a few tweaks but it's coming along well. Thanks for the help J.