HELP : New way to vote for maps ?

poolesoft

L1: Registered
Apr 28, 2009
6
0
--------------------------------------------------------------------------------
New to me anyways , take a look at this way of voting for the next map (216.6.232.168:27015) the server name is (AXLS TF2 - WHERE 2-FORT IS A BAD THING)
map name is (axlvote_48e)

These pic's should give ya an idea of what I'm talking about , its only in between maps , when you get there every one is on the same team , and then the first door players break down is the map every one plays (it takes about 100 hits to break door)


any help on how thay do it ,would be very helpfull , would love to setup a server like this
Clipboard04.gif

Clipboard05.gif

Clipboard06.gif
 
Last edited:

AntonJ3000

I am inactive and make horrible maps
Oct 29, 2008
401
90
I think you make that when the last "breakable" thing is broken, it sends a I/O code to a point_servercommand like
Code:
OnBroken | point_servercommand | command | changemap *mapname
or something like that :p
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,669
A trigger_changelevel might also be able to be used. That's how it was done in TFC, and I see the entity in the list though I've never tried it in TF2.
However... you'll still need a plugin to force everyone on the same team.

Come to think of it, a plugin probably handles a lot more than that to make it easier to change what maps are available in the voting arena.
 
Last edited:

Icarus

aa
Sep 10, 2008
2,245
1,210
He also does something to make the proper thumbnails display. If you just run axlvote by yourself on your own, you'll see a lot of the textures and thumbnails are missing. Breaking the walls do nothing.
 

poolesoft

L1: Registered
Apr 28, 2009
6
0
thay post a new map every month , and when it starts players can go to red team but it is a closed hallway , so then you switch to blue and vote
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,669
The only secret is their plugin. The basic function of the map can be done with what was said here... point_servercommand or trigger_changelevel. Everything else can be done with normal methods.