NextWish CS Script Update

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thortok2000

    #16
    What the heck is quickshield?



    I've only got a few scripts.



    One handy script is the mousewheel scroll.

    Before: I'd hit mousewheel and not know it, not noticing the menu at the top of the screen, then I'd click to shoot and accidentally pull out the knife or pistol or something and of course die. This seriously annoyed me. -.-

    Now: Whenever I hit mousewheel I instantly switch to the next weapon. This is useful in two ways...it cuts out a click when I need it and has trained me to hit the mousewheel by accident less often. The mousewheel conveniently scrolls through primary, secondary, knife, nades, and bomb, skipping past things I don't have of course. Quite handy. Everything's within a maximum of 3 mousewheel-turns away, and usually less.



    It's a simple little script, basically binding the same command as what is default to the mousewheel, then adding (+attack, wait, -attack) to simulate a click automatically.



    That and a script for jumpcrouch is really all I use, besides a key bound to autobuy and a few other useful things (stopsound, room_type 0, certain settings like hud_centerid 1 that seem to change by themselves...)

    Comment

    • NextWish

      #17
      Thortok2000 wrote..

      It's a simple little script, basically binding the same command as what is default to the mousewheel, then adding (+attack, wait, -attack) to simulate a click automatically.



      That and a script for jumpcrouch is really all I use, besides a key bound to autobuy and a few other useful things (stopsound, room_type 0, certain settings like hud_centerid 1 that seem to change by themselves...)
      I cant believe people still do this, just type in hud_fastswitch 1 into the console and it makes mwheel / weapon changes instant.

      Comment

      • <USMC>Kenshin

        #18
        Where can I learn how to make a script?



        I really want sound options, like stopping the stupid noise (by default) when you switch weapons, and I'm gonna try to get it where CS's master volume goes down when you press the button to talk on the mic, then go back up when the button is released (like in ut2004)

        Comment

        • azz0r

          #19
          NextWish wrote..

          I cant believe people still do this, just type in hud_fastswitch 1 into the console and it makes mwheel / weapon changes instant.
          I *think* he means that it uses fastswitch but doesnt pick weapons like the knife and grenade.

          Comment

          • SteelV

            #20
            <USMC>Kenshin wrote..

            Where can I learn how to make a script?



            I really want sound options, like stopping the stupid noise (by default) when you switch weapons, and I'm gonna try to get it where CS's master volume goes down when you press the button to talk on the mic, then go back up when the button is released (like in ut2004)
            I do this so that other players can hear me more clearly on the mic since they don't get all the background noise (I use speakers, not headsets, and I play loud).



            I'm not at my home pc so I don't have the exact script but this is basically what you need in an autoexec.cfg file:



            alias lowvolume "volume 0" // you can set this to whatever you want

            alias highvolume "volume 4" // again, set this to whatever you want



            alias +usemic "lowvolume; +voicerecord"

            alias -usemic "highvolume; -voicerecord"



            bind WHATEVER_KEY "+usemic"



            I don't think think there are any mistakes in that, and it really helps if you're like me and use speakers.

            Comment

            • Sok4r

              #21
              Hallelujah!



              Welcome back NextWish! Thought we had lost you there for a bit. You've been helping me do rapid weapon purchase since your very first script and I'm glad I don't have to switch.



              Keep up the good work bud.



              Sokar

              Comment

              • Thortok2000

                #22
                Edited by [user="152360"] @ [time="1094849428"]

                NextWish wrote..

                I cant believe people still do this, just type in hud_fastswitch 1 into the console and it makes mwheel / weapon changes instant.
                Actually it doesn't, last I checked. I have that option turned on, and what it does is make the numbers 1-5 instantly switch to a weapon (with the exception of 4, if you have more than one nade).



                It doesn't affect the mousewheel scrolling at all. Still useful, but usually I'm moving at the time and can't spare the finger to move up and press 1-5; three (or less) mousewheel clicks are much easier.

                Comment

                • .b0w. Bushwacker

                  #23
                  i have always refused to download rizzuhs cs help (no offense) because im a die hard nextwish fan.



                  i dont let my brother or cousin use anything else either...



                  thank you for somming back nexty

                  Comment

                  • entRo

                    #24
                    NextWish wrote..

                    I cant believe people still do this, just type in hud_fastswitch 1 into the console and it makes mwheel / weapon changes instant.
                    Always nice to have people that know what they're talking about making scripts for people. Wait a sec..

                    Comment

                    • xlokix

                      #25
                      i think hud_fastswitch used to do that, but it doesn't anymore.

                      Comment

                      • Automatic Man

                        #26
                        Wait, so what is quickshield??

                        Comment

                        • SteelV

                          #27
                          Thortok2000 wrote..

                          Actually it doesn't, last I checked. I have that option turned on, and what it does is make the numbers 1-5 instantly switch to a weapon (with the exception of 4, if you have more than one nade).



                          It doesn't affect the mousewheel scrolling at all. Still useful, but usually I'm moving at the time and can't spare the finger to move up and press 1-5; three (or less) mousewheel clicks are much easier.
                          yes, but there *IS* a way to do what that guy wants without using the wait; +attack; wait; -attack thing.



                          bind mw up to nextinv (i think that's the alias)



                          and bind mw down to previnv (if not that something similar, can look it up easily in options or online)

                          Comment

                          • Thortok2000

                            #28
                            SteelV wrote..

                            yes, but there *IS* a way to do what that guy wants without using the wait; +attack; wait; -attack thing.



                            bind mw up to nextinv (i think that's the alias)



                            and bind mw down to previnv (if not that something similar, can look it up easily in options or online)
                            ...that's what the defaults are....that's what makes the menu open up and force you to click to make it go away...



                            You have to script in the click afterwards. It's a simple idea.

                            Comment

                            • NoNo^

                              #29
                              Doesnt do CZ im been waiting ages for this one and Im gutted

                              Comment

                              • mathyou

                                #30
                                Great to have Nextwish back.

                                Comment

                                Working...