Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/archive/global.php(40) : eval()'d code on line 2
Making Arena Maps? [Archive] - TF2Maps.net Forums

PDA

View Full Version : Making Arena Maps?


penpen35
08-23-2008, 07:20 AM
Did Valve post anything about making an arena map? I'm looking at making a simple arena map myself but I can't seem to find anything.

Or maybe they'll have an SDK update later?

Youme
08-23-2008, 07:45 AM
There is one new entity, the "tf_logic_arena" its apoint entity, not in the FGD yet so if you try to make it you'll get the obsolete thing, but thats fine, give it one keyvalue "CapEnableDelay" then its value is the seconds it takes before the capture point becomes unlocked and ready for capture.
The spawn doors are opend by this entity, as are the big blast doors when the cap becomes unlocked, output goes like this (respectively)
OnArenaRoundStart | spawn_door_1 | open
OnCapEnabled | blast_door_1 | open
OnCapEnabled | Capture_hologram | showmodel

The last one turns on the capture point hologram when the capture point is enabled, this is a minor thing but kinda works.


Other than that everything is much the same as a normal CP map, you've got respective counter entities for each team and a game_end.

samn
08-23-2008, 08:23 AM
There's a tutorial here
http://developer.valvesoftware.com/wiki/TF2/Making_an_Arena

VelvetFistIronGlove
08-23-2008, 09:29 AM
Youme, could you put this in a separate [INFO] thread, and also discuss the other design choices for arena (e.g. low to no health/water, spawnrooms not closed off to other teams)?

Youme
08-23-2008, 11:56 AM
I could...



(and am doing so)

penpen35
08-23-2008, 12:51 PM
Awesome stuff, thanks!

Fire Tock
09-14-2008, 02:36 PM
There is one new entity, the "tf_logic_arena" its apoint entity, not in the FGD yet so if you try to make it you'll get the obsolete thing, but thats fine,...

So, how do we find or create tf_logic_arena in Hammer? I don't have it in my enities list.

nossie
09-15-2008, 02:22 AM
im pretty sure u have to refresh the source sdk open it up and it says below where the hammer tool is "refresh source sdk" i think thats how u get it or try looking for a update for the sdk.

taotd
09-15-2008, 02:41 AM
Doesn't SDK update automtically?

I thought it did with the Goldrush update....

FaTony
09-15-2008, 04:26 AM
Yes, but in valve time.