Fortress Forever

Go Back   Fortress Forever > Community > Tips and Tutorials

Reply
 
Thread Tools Display Modes
Old 12-12-2007, 09:30 PM   #1
eva01
 
Join Date: Sep 2007
Posts Rated Helpful 0 Times
sentrysabotage won't work

I was able to fix my spy cloak by reinstalling FF. However I still can't get sentrysabotage or dispensersabotage to work. I can only use them through the radial menu. Here's my spy config, however I've tried binding both sentrysabotage and dispensersabotage to different keys, none of which work. Even keys that aren't used anywhere else.
echo SPY CFG LOADED

resetbinds
resetnumpad

exec cleanup.cfg

alias spy1 "disguise enemy soldier; speak vox/female/soldier; slot4; alias spyrotate spy2"
alias spy2 "disguise enemy Demoman; speak vox/female/demoman; slot4; alias spyrotate spy3"
alias spy3 "disguise enemy Hwguy; speak vox/female/heavyweapons; slot4; alias spyrotate spy4"
alias spy4 "disguise enemy Engineer; speak vox/female/engineer; slot2; alias spyrotate spy5"
alias spy5 "disguise enemy Medic; speak vox/female/medic; slot2; alias spyrotate spy6"
alias spy6 "disguise enemy Sniper; speak vox/female/sniper; slot2; alias spyrotate spy7"
alias spy7 "disguise enemy Pyro; speak vox/female/pyro; slot3; alias spyrotate spy1"

alias spyrotate "spy1"

bind "MOUSE5" "spyrotate"
bind "MOUSE4" "cloak"
bind “g” “scloak”

bind “KP_END” “sentrysabotage”
bind “KP_PGDN” “dispensersabotage”


//Weapon Switch
alias weps1 "slot1; alias weaponswitch weps2"
alias weps2 "slot2; alias weaponswitch weps1"
alias weaponswitch weps1
bind "f" "weaponswitch"
eva01 is offline   Reply With Quote


Old 12-12-2007, 09:40 PM   #2
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
from the looks of it it should be working...idk why it isn't what other keys did you try?
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline   Reply With Quote


Old 12-13-2007, 09:05 PM   #3
eva01
 
Join Date: Sep 2007
Posts Rated Helpful 0 Times
I've changed it to MOUSE5 and a lot of other keys. They just don't do anything. I made sure to add whatever key to the cleanup.cfg just in case. I can't figure out what could be causing this problem. Here's my other config info.

In autoexec.cfg:
//AUTOEXEC

bind "x" "dropitems; discard"

//MEDIC - ENGIE ME!
alias medeng1 "saveme; alias medengshout medeng2"
alias medeng2 "engyme; alias medengshout medeng1"
alias medengshout medeng1
bind "m" "medengshout"

bind "e" "primeone"
bind "r" "primetwo"
bind "MOUSE2" "throwgren"
bind "ALT" "+attack2"
in cleanup.cfg:
unbind MOUSE4
unbind MOUSE5
unbind UPARROW
unbind LEFTARROW
unbind RIGHTARROW
unbind DOWNARROW
unbind f
unbind g
unbind ALT
unbind KP_PGDN
unbind KP_END
eva01 is offline   Reply With Quote


Old 12-13-2007, 09:11 PM   #4
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
odd...try it with something like "j" and "k" to see if it works...if so then there is something wrong with the keypad (not specifically yours just in general) if not then something is wrong with your cfg.

Also just test this and see if it works:

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"
test it out...sab an Sg or Disp. and then try pushing:
  • ctrl then 1 (to activate the Sg)
  • ctrl then 2 (to activate the dispenser)

If that works then it's gotta be your cfg. let me know what happens and I'll try to help out more!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline   Reply With Quote


Old 12-13-2007, 11:27 PM   #5
Circuitous
Useless
Retired FF Staff
 
Join Date: Jun 2005
Class/Position: D Soldier, O Scout
Gametype: AvD
Posts Rated Helpful 9 Times
Send a message via AIM to Circuitous Send a message via MSN to Circuitous Send a message via Yahoo to Circuitous Send a message via Skype™ to Circuitous
What program are you editing the config with, and why does it use smartquotes?

Try binding it in-game and see if it makes any difference.
__________________
Look at all those dead links.
Circuitous is offline   Reply With Quote


Old 12-19-2007, 12:58 AM   #6
eva01
 
Join Date: Sep 2007
Posts Rated Helpful 0 Times
Quote:
Originally Posted by Circuitous
What program are you editing the config with, and why does it use smartquotes?

Try binding it in-game and see if it makes any difference.
Hey, thanks man. I never noticed that the quotes were different for that bind. Not sure how they got that way, I use wordpad. I erased the quotes and put them back, now everything works!
eva01 is offline   Reply With Quote


Old 12-19-2007, 03:52 PM   #7
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
wow circ...nice eye!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:03 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.