Hostage Humper
CSR Veteran
Karma: +32/-90
Offline
Posts: 213
|
|
way around lastinv button
« on: September 17, 2003, 05:08:17 PM »
|
|
in your "C:\Program Files\Steam\SteamApps\email addy\counter-strike\cstrike" folder create a file called "userconfig.cfg" and put this line in it "exec scripts.cfg"
then create a file called scripts.cfg and in that file place the following....
//Quick Pistol Script// alias qpist "slot2; +attack; wait; wait; -attack"
bind "*" "qpist"
//Quick Weapon Script// alias qwpn "slot1; +attack; wait; wait; -attack"
bind "*" "qwpn"
//Quick Knife Script// alias qknif "weapon_knife"
bind "*" "qknif"
replace the "*" with what ever key you want them bound too.
last nigh i was trying to recreate the bug with these scripts and did not find any issues so up to this point i think it works.
i hope this helps you all.
|
|
Logged
|
If you cant evolve the you will die!
|
|
|
Father Ribs
Admin Team, -TWB-
Global Moderator
Karma: +131/-77
Offline
Posts: 1086
|
|
Re:way around lastinv button
« Reply #1 on: September 17, 2003, 06:16:29 PM »
|
|
So, these aren't really lastinv commands, but rather quickswitch to whatever weapon is bound to that button...better than nothing. Thanks.
|
|
Logged
|
SR: R. I. P. 2001 CSR: R. I. P. 1/22/2003 CSR-P: GGZ
|
|
|
Porter
[Wumpa]
Board Admin
Karma: +176/--88
Offline
Gender:
Posts: 3910
|
|
Re:way around lastinv button
« Reply #2 on: September 17, 2003, 09:06:35 PM »
|
|
Impressive. Good creative thinking HH! It's not perfect, but it shows true ingenuity. I would expect nothing less from CSR members ('cept some of the admin team who can't seem to get their access set up! ). I'm very proud!
|
|
Logged
|
[Wumpa] Porter --Silent, professional, lethal... sometimes.
|
|
|
Hostage Humper
CSR Veteran
Karma: +32/-90
Offline
Posts: 213
|
|
Re:way around lastinv button
« Reply #3 on: September 17, 2003, 10:25:37 PM »
|
|
what no GG karma for that?
|
|
Logged
|
If you cant evolve the you will die!
|
|
|
Father Ribs
Admin Team, -TWB-
Global Moderator
Karma: +131/-77
Offline
Posts: 1086
|
|
Re:way around lastinv button
« Reply #4 on: September 17, 2003, 11:02:38 PM »
|
|
I'll give you more when I can actually PLAY. :S
|
|
Logged
|
SR: R. I. P. 2001 CSR: R. I. P. 1/22/2003 CSR-P: GGZ
|
|
|
-|TWB|- aZuS (CSR-P)
CSR Veteran
Karma: +15/-11
Offline
Gender:
Posts: 125
|
|
Re:way around lastinv button
« Reply #5 on: September 18, 2003, 12:01:05 PM »
|
|
thats the same as hud_fastswitch.... just rebind you slot1-slot3 keys, bingoooo.
|
|
Logged
|
i like kittens
|
|
|
Porter
[Wumpa]
Board Admin
Karma: +176/--88
Offline
Gender:
Posts: 3910
|
|
Re:way around lastinv button
« Reply #6 on: September 18, 2003, 01:36:59 PM »
|
|
//Quick Pistol Script// alias qpist "slot2; +attack; wait; wait; -attack"
bind "*" "qpist"
//Quick Weapon Script// alias qwpn "slot1; +attack; wait; wait; -attack"
bind "*" "qwpn"
//Quick Knife Script// alias qknif "weapon_knife"
bind "*" "qknif" |
|
Modify that a bit.....
alias qpist "slot2; +attack; wait; wait; -attack; alias qswitch qwpn" alias qwpn "slot1; +attack; wait; wait; -attack; alias qswitch qpist"
alias qswitch qpist bind "*" "qswitch"
...and you get a version that will cycle between your pistol and rifle by pressing one key repeatedly. You could add the knife and nade in there too if you really wanted. Then it would be more like a "next weapon" command:
alias qwpn "slot1; +attack; wait; wait; -attack; alias qswitch qpist;" alias qpist "slot2; +attack; wait; wait; -attack; alias qswitch qknif;" alias qknif "weapon_knife; alias qswitch qnade;" alias qnade "slot4; +attack; wait; wait; -attack; alias qswitch qwpn;"
alias qswitch qpist bind "*" "qswitch"
Steam is still offline, so I can't test either of these additions with 1.6 yet, but the first one works identically to lastinv, minus the fact that it will only do rifle/pistol, in 1.5, and the second one is the same as the nextinv console command with hud_fastswitch 1.
|
|
Logged
|
[Wumpa] Porter --Silent, professional, lethal... sometimes.
|
|
|
Hostage Humper
CSR Veteran
Karma: +32/-90
Offline
Posts: 213
|
|
Re:way around lastinv button
« Reply #7 on: September 18, 2003, 04:01:09 PM »
|
|
thank you porter thats what i was trying to do but i got the same server bug when i tried so thats why i opted for the simpler approach.
|
|
Logged
|
If you cant evolve the you will die!
|
|
|
Porter
[Wumpa]
Board Admin
Karma: +176/--88
Offline
Gender:
Posts: 3910
|
|
Re:way around lastinv button
« Reply #8 on: September 18, 2003, 04:34:48 PM »
|
|
thank you porter thats what i was trying to do but i got the same server bug when i tried so thats why i opted for the simpler approach.
|
|
Woah, you mean I found a way to cause the crash without the lastinv command??? Crap!
|
|
Logged
|
[Wumpa] Porter --Silent, professional, lethal... sometimes.
|
|
|
Porter
[Wumpa]
Board Admin
Karma: +176/--88
Offline
Gender:
Posts: 3910
|
|
Re:way around lastinv button
« Reply #9 on: September 19, 2003, 08:08:45 AM »
|
|
Okay, I tried to duplicate the crash using these aliases and couldn't. I think for the time being we're safe.
|
|
Logged
|
[Wumpa] Porter --Silent, professional, lethal... sometimes.
|
|
|
zeus
CSR Connoisseur
Karma: +19/-14
Offline
Gender:
Posts: 790
|
|
Re:way around lastinv button
« Reply #10 on: September 19, 2003, 08:55:30 AM »
|
|
good work hostoge humper
|
|
Logged
|
|
|
|
|
Nittany
CSR Connoisseur
Karma: +82/-82
Offline
Gender:
Posts: 912
|
|
Re:way around lastinv button
« Reply #12 on: September 19, 2003, 11:28:35 AM »
|
|
Get em'
|
|
Logged
|
www.mofothis.com
|
|
|
Porter
[Wumpa]
Board Admin
Karma: +176/--88
Offline
Gender:
Posts: 3910
|
|
Re:way around lastinv button
« Reply #13 on: September 19, 2003, 12:27:05 PM »
|
|
Hrm. I didn't know about that. I just expanded the script HH provided by hand. HH, you could have at least provided a source, instead of making everybody think you came up with it on your own. Bad show.
|
|
Logged
|
[Wumpa] Porter --Silent, professional, lethal... sometimes.
|
|
|
Nittany
CSR Connoisseur
Karma: +82/-82
Offline
Gender:
Posts: 912
|
|
Re:way around lastinv button
« Reply #14 on: September 19, 2003, 12:36:05 PM »
|
|
Get em'
I'll give anyone + karma if they know what movie get em' is from.
|
|
Logged
|
www.mofothis.com
|
|
|
Deuce
CSR Super Ultra Mega Nerd
Global Moderator
Karma: +169/--41
Offline
Gender:
Posts: 2914
|
|
Re:way around lastinv button
« Reply #15 on: September 19, 2003, 12:37:10 PM »
|
|
ghostbusters or maybe one of the evil deads
|
|
Logged
|
|
|
|
Hostage Humper
CSR Veteran
Karma: +32/-90
Offline
Posts: 213
|
|
Re:way around lastinv button
« Reply #16 on: September 19, 2003, 04:52:29 PM »
|
|
did i say i did it , no all i did was modify my scripts from 1.5 and search for the way to make them work.
screw you all.
i did the research for you and all you can do is bust on me.
|
|
Logged
|
If you cant evolve the you will die!
|
|
|
Porter
[Wumpa]
Board Admin
Karma: +176/--88
Offline
Gender:
Posts: 3910
|
|
Re:way around lastinv button
« Reply #17 on: September 19, 2003, 05:39:51 PM »
|
|
If you cite your sources, it's research. If you don't, it's plagiarism.
|
|
Logged
|
[Wumpa] Porter --Silent, professional, lethal... sometimes.
|
|
|
Deuce
CSR Super Ultra Mega Nerd
Global Moderator
Karma: +169/--41
Offline
Gender:
Posts: 2914
|
|
Re:way around lastinv button
« Reply #18 on: September 19, 2003, 05:59:29 PM »
|
|
while we are on the topic of screwing:
screw you HH. dont ever complain about stacked teams or be a martyr when you are on a stacked team ever again.
for one who complains about teams so much, you certainly had no problems keeping teams stacked even when i asked for 7 rounds in a row for someone to switch
|
|
Logged
|
|
|
|
Hostage Humper
CSR Veteran
Karma: +32/-90
Offline
Posts: 213
|
|
Re:way around lastinv button
« Reply #19 on: September 19, 2003, 09:20:00 PM »
|
|
deuce as i said t u before i always switch and i didnt switch tonight beacuse i am sick of being the one to switch you want to talk about stacking you have done your fair share so get of your moral high horse.
|
|
Logged
|
If you cant evolve the you will die!
|
|
|
Guardian_Tenshi
Global Moderator
Karma: +53/-26
Offline
Gender:
Posts: 1114
|
|
Re:way around lastinv button
« Reply #20 on: September 20, 2003, 09:43:52 PM »
|
|
THIS JUST IN!!
While Hurricane Isabel rocks the nation, people are still fighting on CSR...sounds to me like everybody needs to immediately consult their doctor for a CHILL PILL it's the latest, greatest med out there.
|
|
Logged
|
|
|
|
Scarr
CSR Expert
Karma: +10/-8
Offline
Gender:
Posts: 321
|
|
Re:way around lastinv button
« Reply #21 on: September 23, 2003, 10:59:37 PM »
|
|
lol, all that crap you wrote HH, and Porter, i could never figure that out.
|
|
Logged
|
|
|
|
[Guardian] Alkali
Admin Team CSR Connoisseur
Karma: +46/-12
Offline
Gender:
Posts: 738
|
|
Re:way around lastinv button
« Reply #22 on: September 24, 2003, 12:46:37 PM »
|
|
Guys, let it down. Don't fight please.
|
|
Logged
|
My Games Collection My Rig Here
|
|
|
windwalker
Guest
|
|
Re:way around lastinv button
« Reply #23 on: November 08, 2004, 08:27:17 PM »
|
|
So is it my understanding that thier is no script yet avaliable that will switch to your secondary when your primary runs out of ammo?
|
|
Logged
|
|
|
|
Kaoz
Moderator Admin Team CSR Connoisseur
Karma: +80/-59
Offline
Gender:
Posts: 913
|
|
Re:way around lastinv button
« Reply #24 on: November 09, 2004, 10:00:50 AM »
|
|
there used to be, but it's a cheat not just a script. it's illegal
|
|
Logged
|
|
|
|
Enialator
CSR Randomness King
CSR Connoisseur
Karma: +41/-57
Offline
Gender:
Posts: 1161
|
|
Re:way around lastinv button
« Reply #25 on: November 12, 2004, 01:51:18 PM »
|
|
Illegal is GOOD!
|
|
Logged
|
|
|
|