03-14-2008, 12:15 AM | #1 |
Join Date: Jul 2007
Location: Upstate New York
Posts Rated Helpful 0 Times
|
demo script help please
ok so i was screwing around and found that i could launch another pipe at the same time i would det with the script im posting below, but it wont stop shooting, and if i point the diff aliases at each other i will either be unable to det or to shoot again :/
alias det1 detto alias det2 undetto alias "detto" "+attack2;wait;+attack" alias "undetto" "-attack" bind "mouse2" "det1" so basically what im looking for is sorta like the ol quickchange and fire scripts the soldiers used in tfc..use mouse1 to launch my pipes, mouse2 to det and launch new ones until i let go of it. any help would be most appreciated. |
|
03-14-2008, 12:29 AM | #2 |
Fortress Forever Staff
Join Date: Sep 2007
Class/Position: O: Scout Affiliations: {NFO} - New Family Order Posts Rated Helpful 0 Times
|
Try a wait; after +attack or before -attack or a combination of both. Usually +attack always ends up glitching in a script unless you put some waits between it and -attack.
|
|
03-14-2008, 06:18 AM | #3 |
Fortress Forever Staff
|
I just use
Code:
bind "mouse2" "+attack2; wait; slot5" // det pipes and instantly switch to greens |
|
03-14-2008, 06:48 AM | #4 |
Fortress Forever Staff
Join Date: Sep 2007
Class/Position: O: Scout Affiliations: {NFO} - New Family Order Posts Rated Helpful 0 Times
|
I realized the original post never used det2 but aliased it, that might have been your problem. Anyway though, I made a smaller one that still works:
alias +det1 "+attack2;+attack" alias -det1 "-attack;-attack2" bind mouse2 +det1 4est: Your script never does -attack2 so you will never be able to det your pipes after the first time. Also, You could do a +attack;wait5;-attack; so it actually switches to pipelauncher . Otherwise it will just highlight slot5 and you will have to click to change, then click again to fire. Last edited by Jester; 03-14-2008 at 07:50 AM. |
|
03-14-2008, 07:56 AM | #5 | ||
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:
Quote:
should just be: Code:
bind "mouse2" "+attack2; wait; -attack2; slot5"
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf (Beta) alchimy_b1 (Lua) base_payload_2015 (Models) props_trainyard |
||
|
03-14-2008, 08:52 AM | #6 |
Fortress Forever Staff
Join Date: Sep 2007
Class/Position: O: Scout Affiliations: {NFO} - New Family Order Posts Rated Helpful 0 Times
|
Even that last bit of script you posted there won't work. You need at least 3-5 wait commands between +attack2 and -attack2 or it will stay +attack2 forever. Stick with 5 waits to be safe, 3 sometimes processes too fast on fast computers.
+attack2;wait5;-attack2. alias wait5 "wait;wait;wait;wait;wait" |
|
03-14-2008, 09:52 AM | #7 | |
Quote:
|
||
|
03-14-2008, 12:21 PM | #8 |
Join Date: Jul 2007
Location: Upstate New York
Posts Rated Helpful 0 Times
|
awesome guys thx for the help! that little script worked great jester, guess i was trying TOO hard lol.
thx again! |
|
03-14-2008, 04:41 PM | #9 | |
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 |
|
|
03-14-2008, 11:09 PM | #10 | |
Fortress Forever Staff
|
Quote:
|
|
|
03-14-2008, 11:18 PM | #11 |
Fortress Forever Staff
Join Date: Sep 2007
Class/Position: O: Scout Affiliations: {NFO} - New Family Order Posts Rated Helpful 0 Times
|
Aye, I don't use quickswitch. Dr. Satan already explained how it worked.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|