Fortress Forever

Go Back   Fortress Forever > Community > Tips and Tutorials

Reply
 
Thread Tools Display Modes
Old 01-08-2008, 01:08 AM   #1
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
New Pyro Script

Ok so I decided that I needed this and I figured someone else out there would probably enjoy it as well.

When mouse4 is pressed, automacially changes to the Flamethrower and begins firing. Once mouse4 is released you will stop firing and change back to the IC.

To use navigate to your pyro.cfg (//fortressforever/cfg/pyro.cfg), copy and past the following into the document.

Code:
//     ------------
//---- Flamethrower ----
//     ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack"
alias -flameon "-attack; slot5"
bind mouse4 "+flameon"
__________________
(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 01-08-2008, 02:50 AM   #2
SoBe Green
SoBe Yourself
 
SoBe Green's Avatar
 
Join Date: Sep 2007
Location: Russellville, AR
Posts Rated Helpful 0 Times
I use something similar but I use mouse2:

Code:
alias +flametog "slot4"
alias -flametog "lastinv"

bind mouse2 "+flametog"
Very simple. I don't like to waste my fire.
SoBe Green is offline   Reply With Quote


Old 01-08-2008, 04:24 AM   #3
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
yeah...that works for a quick weapon:

Code:
//Quick Weapon - put in medic.cfg
alias quick1 "slot5; wait; alias quickweapon quick2"
alias quick2 "slot4; wait; alias quickweapon quick1"
alias quickweapon quick1
bind f "quickweapon"
but my main objective is to make it as simple as possible to achieve at least a lvl 2 burn. Prime a nade when you hit mouse4 and you have an almost guarenteed lvl 3! Also this will come in handy for the IC / flamethrower jump combo's...much easier to hit mouse1 and then hold mouse4 then to hit mouse1, hit mouse2 / 4 and then hit mouse1 again!
__________________
(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 01-08-2008, 05:18 AM   #4
SoBe Green
SoBe Yourself
 
SoBe Green's Avatar
 
Join Date: Sep 2007
Location: Russellville, AR
Posts Rated Helpful 0 Times
Yea but see with mine I just old down the right mouse button and fire when I let go of it I can keep firing with the IC and keep a constant hit going depending on the range of my target while using the flame thrower to force people to run back over napalms.
SoBe Green is offline   Reply With Quote


Old 01-08-2008, 02:54 PM   #5
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
Lol mine does the exact samething...I just don't have to press mouse1 to fire. But to each his own...
__________________
(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 01-09-2008, 12:43 AM   #6
pF
no war but class war
Fortress Forever Staff
 
pF's Avatar
 
Join Date: Oct 2007
Location: big bad berlin
Class/Position: Soldier / Scout
Gametype: ctf
Affiliations: [w~k!]
Posts Rated Helpful 3 Times
Does it automatically run in circles for you as well?
pF is offline   Reply With Quote


Old 01-09-2008, 04:54 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
no but here's one that will just for you :

LEFT
Code:
//     ------------
//---- Flamethrower ----
//     ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack; +moveleft"
alias -flameon "-attack; -moveleft; slot5"
bind mouse4 "+flameon"
RIGHT
Code:
//     ------------
//---- Flamethrower ----
//     ------------

//To customize change 'mouse4' to the key you desire.

alias +flameon "slot4; +attack; +moveright"
alias -flameon "-attack; -moveright; slot5"
bind mouse4 "+flameon"
Now stfukthnxbye!
__________________
(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 01-09-2008, 05:21 PM   #8
pF
no war but class war
Fortress Forever Staff
 
pF's Avatar
 
Join Date: Oct 2007
Location: big bad berlin
Class/Position: Soldier / Scout
Gametype: ctf
Affiliations: [w~k!]
Posts Rated Helpful 3 Times
Haha.. we'll have a lot of dreidel-pyros stumbling around on the servers soon..
pF is offline   Reply With Quote


Old 01-17-2008, 02:54 AM   #9
PorkChopVII
The "other" white meat....
 
PorkChopVII's Avatar
 
Join Date: Sep 2007
Location: Tulsa, Ok
Posts Rated Helpful 0 Times
ah-hem!

Think the dude wanted it to run in circles! Perfect circles mind you!

Code:
alias +upleft "slot4; +attack; +moveleft; +forward"
alias -upleft "cancelaction"
alias +upright "slot4; +attack; +moveright; +forward"
alias -upright "cancelaction"
alias cancelaction "lastinv; -attack; -forward; -moveright; -moveleft"
bind mouse4 "+upright"
bind mouse5 "+upleft"
lol jk.. btw sorry havnt been around much.. life has been in a total spin.. btw congratz on forum leader thingy!
PorkChopVII is offline   Reply With Quote


Old 01-21-2008, 05:21 PM   #10
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
lol thanks man! And I love the script!
__________________
(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)
 
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 02:23 PM.


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