Fortress Forever

Go Back   Fortress Forever > Community > Tips and Tutorials

Reply
 
Thread Tools Display Modes
Old 12-24-2008, 07:48 PM   #1
iFenix
Ankommend!
 
Join Date: Aug 2008
Class/Position: Depends on mood.
Gametype: AvD or CTF
Posts Rated Helpful 0 Times
Need a keypad Engineer script.

The engineer could use one for easier building, it is annoying selecting using right click.
Anyone willing to make one?
iFenix is offline   Reply With Quote


Old 12-24-2008, 10:01 PM   #2
PartialSchism
Keep On Keepin' On
 
PartialSchism's Avatar
 
Join Date: Feb 2008
Location: Mississippi
Class/Position: Offense
Gametype: Fun
Affiliations: I'm bad at FF, and my customs suck
Posts Rated Helpful 0 Times
Send a message via AIM to PartialSchism
I don't play engineer much. This one is pretty basic.

Code:
// This key builds a sentry gun, then if close enough, pressing it will dismantle.
// Button 1 on Keypad
bind KP_END "sg"

// This key builds a dispenser, then if close enough, pressing it will dismantle.
// Button 2 on Keypad
bind KP_DOWNARROW "disp"

// This key detonates only the sentrygun.
// Button 3 on Keypad
bind KP_PGDN "detsentry"

// This key detonates only the dispenser.
// Button 4 on Keypad
bind KP_LEFTARROW "detdispenser"


alias sg "sentrygun;wait;dismantlesentry"

alias disp "dispenser;wait;dismantledispenser"
PartialSchism is offline   Reply With Quote


Old 12-27-2008, 03:51 PM   #3
Nite]M[are
Scripting Trainee
 
Nite]M[are's Avatar
 
Join Date: Dec 2008
Location: Sitting with mah Sentry
Class/Position: Defensive Engineer
Gametype: OvD (Defense Preferred)
Affiliations: None yet
Posts Rated Helpful 0 Times
Send a message via Skype™ to Nite]M[are
Convenience format:

Code:
bind kp_leftarrow "sg"
bind kp_rightarrow "disp"
bind kp_end "detsentry"
bind kp_pgdn "detdispenser"
bind kp_5 "aimsentry"

alias sg "sentrygun;wait;dismantlesentry"
alias disp "dispenser;wait;dismantledispenser"
(That's in PartcialSchism's format, how I would have it if I had my engy script like that)

Radial format (right click menu, in keypad format)

Code:
bind kp_uparrow aimsentry
bind kp_pgup dispenser
bind kp_rightarrow detdispenser
bind kp_pgdn dismantledispenser
bind kp_end dismantlesentry
bind kp_leftarrow detsentry
bind kp_home sentrygun
__________________
Current Projects:
1.) Become a better Engineer.
2.) Become a better bhopper.
3.) Become a better barrel-roller.
Nite]M[are is offline   Reply With Quote


Old 01-07-2009, 12:49 PM   #4
iFenix
Ankommend!
 
Join Date: Aug 2008
Class/Position: Depends on mood.
Gametype: AvD or CTF
Posts Rated Helpful 0 Times
I'm finding Nite]M[are 's more useful, but thanks for the first script Partial.
iFenix is offline   Reply With Quote


Old 01-07-2009, 06:47 PM   #5
PartialSchism
Keep On Keepin' On
 
PartialSchism's Avatar
 
Join Date: Feb 2008
Location: Mississippi
Class/Position: Offense
Gametype: Fun
Affiliations: I'm bad at FF, and my customs suck
Posts Rated Helpful 0 Times
Send a message via AIM to PartialSchism
NP glad you got what you wanted. I don't use one so :P
PartialSchism is offline   Reply With Quote


Old 01-07-2009, 06:53 PM   #6
MonoXideAtWork
Pub Allstar!
Beta Tester
 
Join Date: Aug 2008
Class/Position: under en kvinna
Gametype: Capture the Flag
Affiliations: Eternal Order, Must be h4x, Mono's happy funtime.
Posts Rated Helpful 0 Times
alias sgun "detsentry; sentrygun"
alias disp "det dispenser; dispenser"
bind "kp_ins" "sgun"
bind "kp_enter" "disp"
MonoXideAtWork is offline   Reply With Quote


Reply


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

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 06:39 PM.


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