View Single Post
Old 11-19-2007, 10:18 PM   #117
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
Make sure you have set:
cl_autoreload 0

Code:
RELOAD SCRIPT NO ANIMATION: 
Special Instructions: 
Change w, s, a, d to your desired movement keys. 
Place in specific class.cfg
Script: 
alias +f "+forward; +reload; discard" 
alias -f "-forward; +reload; -reload; discard" 
alias +b "+back; +reload; discard" 
alias -b "-back; +reload; -reload; discard" 
alias +l "+moveleft; +reload; discard" 
alias -l "-moveleft; +reload; -reload; discard" 
alias +r "+moveright; +reload; discard" 
alias -r "-moveright; +reload; -reload; discard" 
bind w "+f" 
bind s "+b" 
bind a "+l" 
bind d "+r

PUT IN ENGY.CFG
bind w "+forward"
bind s "+back"
bind a "+moveleft"
bind d "+moveright"
I also suggest you use a cleanup.cfg:

Code:
Instructions: Open a new notepad and save to your /cfg file
 as "cleanup.cfg" (w/out the quotes)
Insert the following:

echo Cleanup Config Loaded

unbind w
unbind s
unbind a
unbind d

PLACE IN YOUR AUTOEXEC.CFG

exec cleanup.cfg
The cleanup cfg isn't nessiciary, but generally encouraged if you are using the same key for seperate classes.

EDIT - also please test this...idk if moveright and moveleft are the correct commands (just copied this over from my old TFC auto reload script) so let me know if it works!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:

Last edited by Dr.Satan; 11-19-2007 at 10:33 PM.
Dr.Satan is offline   Reply With Quote