tr_walkway is NOT allowed on the TF2M servers

drp

aa
Oct 25, 2007
2,273
2,628
Yes, we agree the map is an amazing piece. But it was meant to run on your computers, and not on an internet hosted dedicated server. We had an issue with a user running that map and it threw the entire server in to the twilight zone.

Please refrain from uploading and running tr_walkway on our dedicated servers.

Thanks!
 

martijntje

L8: Fancy Shmancy Member
Aug 2, 2009
539
334
Yeah, seems pretty logical, I never understood why there were public servers running tr_walkway. (go open steam server browser, there are a lot of them)

It allows for really nasty thing
-teleport players ( really funny)
-taking away all weapons (very confusing and very funny)
-turning sentries against them (funny if you turn them back right away)

plus you can take over the server if you want to.
 

lana

Currently On: ?????
aa
Sep 28, 2009
3,075
2,778
You'll notice the number goes down drastically when I play TF2 casually
 

Freyja

aa
Jul 31, 2009
2,994
5,813
-teleport players ( really funny)
-taking away all weapons (very confusing and very funny)
-turning sentries against them (funny if you turn them back right away)

You must teach me. That sounds fun to do in my lan games with my friends.

Also, is it deleted off the server?
 

martijntje

L8: Fancy Shmancy Member
Aug 2, 2009
539
334
You must teach me. That sounds fun to do in my lan games with my friends.

Also, is it deleted off the server?
most of them can be found here: http://forums.tf2maps.net/showthread.php?p=124549

Code:
//Teleport players
//enter this command while having the crosshair on them (only needs to be done one time)
ent_setname guy
//enter this command to teleporter to the spot under the crosshair (usually has a little delay)
ent_teleport guy

//take away all weapons
ent_fire tf_weapon* Kill
//they get them back after visiting a locker, or in walkway all the time, to prevent this
ent_fire func_regenerate disable

//Turn sentries against somebody (2 is red, 3 is blu)
ent_fire obj_sentrygun setteam 2
ent_fire obj_sentrygun setteam 3
 

Washipato

L3: Member
Jun 22, 2009
149
331
Ent_fire commands can be loaded and the server's cvars are changed. If the server has not a protection against players using those commands, they can do nasty things. The readme inside the rar file tells to all server owner the danger of having this map in a public server.