// #autoload // #name = UberDeployer // #version = 1.0.0 // #date = December 7, 2002 // #author = Paul Tousignant // #warrior = UberGuy (FT) // #email = uberguy@tribalwar.com // #web = http://scripts.tribalwar.com/uberguy // #web = http://scripts.tribes-universe.com/uberguy // #description = Hold down a key until your deployable is deployed // #category = UberGuy's Scripts // #status = Release // #credits = Halide, who's code for HalBeaconInv I used as a starting point. // #readme = scripts/UberGuy/uberDeployer.txt // #config = UberDeployGUI // #include = support/mute_tools.cs // #include = support/weapon_list.cs UberDeployer.cs Version 1.0.0 by UberGuy (FT) - uberguy@tribalwar.com December 7, 2002 REQUIRES: Writer's Support Pack =============================== http://scripts.tribalwar.com/uberguy/files/support/support.vl2 http://scripts.tribes-universe.com/uberguy/files/support/support.vl2 Version 1.0.0 ============= This script makes it easier to deploy ... well, deployables. Normally, T2 requires you to press and then release your 'use pack' key to deploy something, and if there's a problem with the spot you chose, tough. This often forces a manic pressing of the pack key while moving around looking for a valid deploy position. With this script, you can press and hold down the 'use pack' key. So long as you hold it down, the script will continue to try and deploy any deployable pack you have. Normally you would recieve a spam of messages if the script cannot deploy where you are currently looking, but the script mutes these messages. To keep you from deploying completely blindly, it will show you the first unique message each time. This means you can still get some message spam if the message you are getting alternates rapidly, but at least you know why you can't deploy. Also, this script will stop deploying when you successfully deploy something, even if you have more than one thing you can deploy. This keeps you from rapidly deploying several of things you get more than one of, like pulse or motion sensors. Because of the asynchronous way T2 handles the deploy requests and the feedback from the server that something was deployed, it is still possible for this to occur occasionally. It's more likely the higher your ping, since it takes longer for the server to tell you you've deployed something. TO INSTALL: =========== Place uberDeployer.vl2 anywhere under Tribes2\GameData\base. Play T2! The script is configured from Writer's script browser GUI. The options are explained in the in-game readme, viewable in the script browser. Check it out. Enjoy!