10-25-2007, 05:39 PM | #81 |
Join Date: Oct 2007
Posts Rated Helpful 0 Times
|
Could you make a script that allows engineers to quickly detonate and aim turrets?
|
|
10-25-2007, 07:15 PM | #82 | |
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:
Build / dismantle / det Sg Build / dismantle / det dispenser Aim Sg
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
10-25-2007, 11:31 PM | #83 |
Join Date: Oct 2007
Posts Rated Helpful 0 Times
|
Aim turret should be V
and det can be anything i guess. Doesn't matter much seeing as i don't det much |
|
10-25-2007, 11:44 PM | #84 |
Mapper ^^
|
Here you have my friend. Select any of theese, or both of them, and paste them in your engineer.cfg
First alias: bind "key" "+aimsg" Instructions: hold "key" + mouse1 = detonate sentry hold "key" + mouse2 = detonate disp hold "key" + mouse3 = aim sg Fill the "m1,m2,m3" aliases, with your current mouse config. Code:
alias +aimsg "bind mouse1 detsentry; bind mouse2 detdispenser; bind mouse3 aimsentry" alias -aimsg "m1; m2; m3" alias m1 "bind mouse1 +attack" alias m2 "bind mouse2 toggletwo" alias m3 "bind mouse3 toggleone" Code:
bind "key" "detsentry" // Detonate Sentry gun. bind "key" "detdispenser" // Detonate Dispenser. bind "key" "aimsentry" // Aim Sg towards the crosshair |
|
10-26-2007, 05:09 AM | #85 |
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
|
Lol he always beets me to it...
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
10-26-2007, 11:10 PM | #86 | |
Mapper ^^
|
Quote:
How to: .-Go to your Fortress Forever Folder .-Inside it, go to "Cfg" Folder. .-Open Engineer.cfg file with notepad (not wordpad, not microsoft word, notepad) paste the script. Instructions: bind "key" "+aimsg" hold "key" + mouse1 = detonate sentry hold "key" + mouse2 = detonate disp hold "key" + mouse3 = aim sg Fill the "m1,m2,m3" aliases, with your current mouse config. Example_ If you have "+attack2" with mouse 2, put: alias m2 "+attack2" PD: +attack2 is the special attack, such ass, blow up pipes, zoom the sniper rifle, etc. Code:
alias +aimsg "bind mouse1 detsentry; bind mouse2 detdispenser; bind mouse3 aimsentry" alias -aimsg "m1; m2; m3" alias m1 "bind mouse1 +attack" alias m2 "bind mouse2 toggletwo" alias m3 "bind mouse3 toggleone" Last edited by DarK_TaO; 10-27-2007 at 01:06 AM. |
|
|
10-28-2007, 11:54 AM | #87 |
Join Date: Oct 2007
Location: n-t0wn
Posts Rated Helpful 0 Times
|
Hello
*first post on FF forum^^* i have a question, is it possible to make an "Incoming Script" where i can define the "ways of Incomings" like this. F1 = "Incomings via X1" F2 = "Incomings via X2" but i want to define x1 and x2 ingame, when i press F1 i could typ "plank" and if i press F2 i could typ "ramp". So when pressing it again it will look like: F1 = "Incomings via Plank" F2 = "Incomings via Ramp" is that possible? |
|
10-28-2007, 01:40 PM | #88 | |
Mapper ^^
|
Quote:
There are 2 solutions: First: bind "F1" "Say_Team Incoming from ==> [%l]" That will show where are they coming from, but the problem is that if your possition has more than 2 ways, your teammates won't know. Second: You will need to create .cfg files for this one, for each map you want. You can do this by simply opening your notepad (NOT WORDPAD) and saving whatever is inside of it as "name.cfg" BUT you HAVE to deselect "text files", and select "All types of file" or whatever it says, my Windows is not in english. Example: You create a "ff_monkey.cfg" (With notepad of course), before saving this file, you should put this inside: Code:
echo ******************* echo Monkey Cfg Loaded echo ******************* alias poss1 "say_team Incoming! ==> {Junction!} %h% + %a% A" alias poss2 "say_team Incoming! ==> {Low Res!} %h% + %a% A" alias poss3 "...." etc. as many as you like. Steam dir\steamapps\sourcemods\FortressForever\cfg AND in the class.cfg you want, you have to put: Code:
bind "F1" "poss1" bind "F2" "poss2" The "alias" command, gives a certain command, or series of commands to a word, in this case the say_team. In each map.cfg you will re-define the aliases (poss1, poss2, etc) as you like. So if you have binded a key to any of those alias, every time the map changes (and you have a .cfg for it) the say_team will change. Hope I could help ^^ |
|
|
10-28-2007, 01:53 PM | #89 |
when ff will out?
D&A Member
Join Date: Mar 2007
Posts Rated Helpful 0 Times
|
Would be possible by next patch since 'messagemode' will be included.
|
|
10-29-2007, 03:26 PM | #90 | |
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:
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
11-03-2007, 03:07 AM | #91 |
Join Date: Oct 2007
Location: n-t0wn
Posts Rated Helpful 0 Times
|
so now we can make it easier? without create 1.cfg per mmap ;D
thx so far guys ! ^^ |
|
11-03-2007, 11:52 PM | #92 | |
Join Date: Nov 2007
Posts Rated Helpful 0 Times
|
Quote:
|
|
|
11-05-2007, 12:58 AM | #93 |
The "other" white meat....
Join Date: Sep 2007
Location: Tulsa, Ok
Posts Rated Helpful 0 Times
|
nstill have to add the w_1 thru w_9 to your quick disguise keys
ie:numpad 1-9 |
|
11-05-2007, 05:50 PM | #94 | |
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:
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
11-05-2007, 09:09 PM | #95 |
The "other" white meat....
Join Date: Sep 2007
Location: Tulsa, Ok
Posts Rated Helpful 0 Times
|
Dr gonna make me blush not to sound gay or anything lol.
|
|
11-05-2007, 09:38 PM | #96 | |
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:
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
11-06-2007, 12:12 AM | #97 |
Join Date: Sep 2007
Posts Rated Helpful 0 Times
|
Something's wrong with my Spy config
Here's my Spy config, I don't remember where I got it from but it doesn't work. Basically I want to be able to cycle disguise with MOUSE5, so just clicking it once gives the first disguise, hit it again gives the second, etc, etc.
But it only seems to work with the first click. When I click it again, it just says and does "Engineer" again. Also, my cloak and scloak don't work at all, no idea why. Standing in front of an enemy sentry, I never get that bar to sabotage. Anyone think something else may be wrong with my install?
|
|
11-06-2007, 02:43 PM | #98 |
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
|
Code:
alias cycledisguise disguise1 alias disguise1 "disguise enemy engineer; alias cycledisguise disguise1;speak vox/female/engineer" That part right there is what is messing you up...you need to alias cycledisguise disguis2. Also your numbers jump around a bit there...how come? 2 -> 5 3 -> 4 4 -> 7 5 -> 6 6 -> 8 7 -> 9 8 -> 3
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
11-07-2007, 02:52 PM | #99 |
The "other" white meat....
Join Date: Sep 2007
Location: Tulsa, Ok
Posts Rated Helpful 0 Times
|
Think hes trying to go for a random effect i think. But then again there is no call for disguise 1 again. And there is no scout disguise to be listed.
|
|
11-07-2007, 03:09 PM | #100 | |
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:
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|