Sneaky Posted October 3, 2011 Member ID: 2122 Group: **- Inactive Registered Users Followers: 0 Topic Count: 1 Topics Per Day: 0.00 Content Count: 34 Content Per Day: 0.01 Reputation: 0 Achievement Points: 175 Solved Content: 0 Days Won: 0 Joined: 01/11/11 Status: Offline Last Seen: Never Birthday: 12/16/1970 Posted October 3, 2011 I found the original script here on XI Forums and edited it for use within the config_mp.cfg You will NOT have to type /+activate /-activate in the console to toggle auto Thaw. I added an extra Vstr for On/OFF key binds I also added the SETA command and removed the SET command so it would work on the fly from your mp.cfg. I also re-wrote the wording to make more sense of the scripting. So what does this do? It lets you /-activate with a button push, and /+activate with another. Why? So you can go grab a new weapon if needed fast, and with the touch of a button auto thaw is on again, Preventing you from picking up weapons while defrosting. Here's the binds and scripting you will need to add to your Multi-player config file, You may set the binds to ANY keys you wish. I chose F3 and F4. You also still need your Use button set IF you want to melt when you /-activate. By default the Key is F "So dont make the new binds your melt button" "Run away from the weapon you Swap BEFORE you /+activate" "Its like pressing F" Enjoy. bind F3 "vstr off" bind F4 "vstr on" seta laseron "+activate; set off vstr laseroff" seta laseroff "-activate; set on vstr laseron" seta on "vstr laseron" seta off "vstr laseroff"
Sneaky Posted October 3, 2011 Member ID: 2122 Group: **- Inactive Registered Users Followers: 0 Topic Count: 1 Topics Per Day: 0.00 Content Count: 34 Content Per Day: 0.01 Reputation: 0 Achievement Points: 175 Solved Content: 0 Days Won: 0 Joined: 01/11/11 Status: Offline Last Seen: Never Birthday: 12/16/1970 Author Posted October 3, 2011 bind F3 "vstr off" bind F4 "vstr on" seta laseron "+activate; set off vstr laseroff" seta laseroff "-activate; set on vstr laseron" seta on "vstr laseron" seta off "vstr laseroff"
Recommended Posts