10-03-2007, 02:19 AM | #141 | |
The "other" white meat....
Join Date: Sep 2007
Location: Tulsa, Ok
Posts Rated Helpful 0 Times
|
Quote:
|
|
|
10-12-2007, 07:58 PM | #142 |
Wiki Team
Fortress Forever Staff Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly Gametype: PAYLOAD Affiliations: DET- Posts Rated Helpful 19 Times
|
does anyone know what the command is to sabotage a sentry and dispencer(as in make it attack / blow up once you have sucessfully taken control of it)
I thought it was sentrysabotage / dispencersabotage, but that wasn't working for me... |
|
10-13-2007, 12:49 AM | #143 |
The "other" white meat....
Join Date: Sep 2007
Location: Tulsa, Ok
Posts Rated Helpful 0 Times
|
Its an autothing when you get next to the senty i thought
|
|
10-15-2007, 04:32 PM | #144 | |
Wiki Team
Fortress Forever Staff Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly Gametype: PAYLOAD Affiliations: DET- Posts Rated Helpful 19 Times
|
Quote:
|
|
|
10-15-2007, 05:30 PM | #145 |
Join Date: Mar 2007
Location: NB,Canada
Posts Rated Helpful 0 Times
|
dispensersabotage
sentrysabotage |
|
01-26-2008, 09:33 PM | #146 |
Join Date: Jan 2008
Posts Rated Helpful 1 Times
|
anyone know how to kill the player?
I am a mapper, and sometimes I get stuck, it would be nice to bind a key to kill my player. |
|
01-26-2008, 09:35 PM | #147 |
Retired FF Staff
Join Date: Mar 2007
Posts Rated Helpful 0 Times
|
type kill in console, or "bind (any key) kill"
|
|
01-27-2008, 02:31 AM | #148 |
Join Date: Jan 2008
Posts Rated Helpful 1 Times
|
Cool thanks, I will try that
|
|
01-27-2008, 03:11 AM | #149 |
Join Date: Jan 2008
Posts Rated Helpful 1 Times
|
Great it works like a charm! thank you again
|
|
03-18-2008, 03:29 PM | #150 |
I am the nip to your bud.
Join Date: Mar 2007
Posts Rated Helpful 0 Times
|
Hi, sorry in advance if it's been asked but it's a lot to sift through! I have a couple binds I'd like to make but I'm clueless on how to do it, so any help would be appreciated.
Engi - How about rotating the gun, let's say one button push to get the gun to rotate 45 degrees and another to rotate it 90 degrees? Spy - I'd like to be able to push one key for silent cloak without using the radial. - For sabotaging sentry gun, can I just push one key once the meter has filled up rather then go to the radial menu? Example, I run up to a gun as spy, have the meter fill up, and I just push "G" and the gun is sabotaged. Thank you to anyone willing to help out! I think i'd really enjoy both classes once I can avoid the radial a bit more. Last edited by dys; 03-18-2008 at 03:37 PM. |
|
03-18-2008, 04:08 PM | #151 | |||
Wiki Team
Fortress Forever Staff Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly Gametype: PAYLOAD Affiliations: DET- Posts Rated Helpful 19 Times
|
Quote:
Code:
bind g "aimsentry" Quote:
Code:
bind g "scloak" Quote:
Code:
bind g "sentrysabotage" Code:
// -------- //---- Sabotage ---- // -------- alias sab_1 "sentrysabotage" alias sab_2 "dispensersabotage" alias sabsg "sab_1; wait; default; wait; speak vox/female/s.g." alias sabdis "sab_2; wait; default; wait; speak vox/female/dispenser" alias sabboth "sab_1; wait; sab_2; wait; default; wait; speak vox/female/both" alias sabmenu "bind 1 sabsg; wait; echo 1) Sabotage SG; wait; bind 2 sabdis; wait; echo 2) Sabotage Dispenser; wait; bind 3 sabboth; wait; echo 3) Sabotage Both; wait; bind 0 default; wait; echo 0) Defaults" bind ctrl "sabmenu" Once you have it sabotaged (the bar has filled) then you hit ctrl and then 1, 2, 3, or 0. One will activate all the Sg's you have sabotaged, 2 will activate (blow up) all Dispensers you have sabotaged, 3 will activate both, 0 will reset the keys (if you hit it by accident and need to shut it off). Vox is contained so that it tells you either SG, dispenser, or both in only your ear. Once you use the menu all keys are rebound to defaults by using this code: Code:
// ------- //---- Default ---- // ------- alias d_1 "wait;bind 1 slot1" alias d_2 "wait;bind 2 slot2" alias d_3 "wait;bind 3 slot3" alias d_4 "wait;bind 4 slot4" alias d_5 "wait;bind 5 slot5" alias d_6 "wait;bind 6 slot6" alias d_7 "wait;bind 7 slot7" alias d_8 "wait;bind 8 slot8" alias d_9 "wait;bind 9 slot9" alias d_0 "wait;bind 0 slot0" alias default "wait;d_1;wait;d_2;wait;d_3;wait;d_4;wait;d_5;wait;d_6;wait;d_7;wait;d_8 ;wait;d_9;wait;d_0"
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|||
|
03-18-2008, 04:17 PM | #152 |
I am the nip to your bud.
Join Date: Mar 2007
Posts Rated Helpful 0 Times
|
Very cool, thanks man, very much appreciated!
on a side note, i'm the one SwizzleSticks was talking about, I'll shoot you a pm when I find what my steamid is again. Been in your server a few times with you and we got it hopping pretty good the other night! |
|
03-18-2008, 04:18 PM | #153 | |
Wiki Team
Fortress Forever Staff Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly Gametype: PAYLOAD Affiliations: DET- Posts Rated Helpful 19 Times
|
Quote:
Easiest way to do that is jump ingame and type 'status' in the console. It will show you your SteamID. And anyone else's in the game.
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
05-18-2008, 01:05 AM | #154 |
Join Date: May 2008
Posts Rated Helpful 0 Times
|
what is the comand to change Fov from weapons? i Mean default_fov changes fov, but the weapon view stays at 90 -_-
|
|
05-18-2008, 02:22 AM | #155 | |
Stuff Do-er
Lua Team
Wiki Team Fortress Forever Staff |
Quote:
Why would you want this, anyway? Just get transparent skins for the weapons if you think they block too much of your screen.
__________________
#FF.Pickup ยค Fortress-Forever pickups My Non-official Maps Released FF_DM_Squeek - FF_2Mesa3_Classic - FF_Siege_Classic Beta FF_Myth - FF_Redlight_Greenlight Sick of the people on the internet, always moanin'. They just moan. - Karl Pilkington |
|
|
05-18-2008, 01:48 PM | #156 |
Join Date: May 2008
Posts Rated Helpful 0 Times
|
In fortress pimp i can only find TF2 -_-'
|
|
05-18-2008, 02:28 PM | #157 | |||
D&A Member
|
just go to the link he sent u
__________________
Quote:
Quote:
Quote:
|
|||
|
09-28-2008, 02:53 PM | #158 |
Join Date: Sep 2008
Gametype: Capture the Flag Posts Rated Helpful 0 Times
|
ok , i need SPY help. I want to mind mouse3(mid mouse) to to the cloak(feign death). i tried something like bind "MOUSE3""CLOAK" but it dont works -_-' can some1 help me?
|
|
09-28-2008, 08:19 PM | #159 |
y halo thar
Join Date: Mar 2008
Class/Position: Lord of Random Sentry Placement Gametype: CTF Posts Rated Helpful 0 Times
|
bind "mouse3" cloak
I thhink, it might be +cloak. |
|
09-29-2008, 02:37 PM | #160 |
Useless
Retired FF Staff
|
You did this in the config or the console?
In console: bind mouse3 "cloak" In config: bind "mouse3" "cloak" Make sure you've got proper spacing. Use scloak to cloak without throwing a ragdoll/making noise.
__________________
Look at all those dead links. |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|