Tremulous Forum

General => General Discussion => Topic started by: Paradox on October 23, 2006, 02:58:16 am

Title: Paradox's Bind Script
Post by: Paradox on October 23, 2006, 02:58:16 am
I have made a series of bind scripts, many players have downloaded an old version via either the COM forums or SST forums.

The bind script gives admin commands along the Function keys, build/buy commands along the # keys, and chat commands along the numpad keys. It also has 2 quick spawn keys, O and P, O being basic unit, and P being builder.
Here is the latest version.


Before you install, you must update a few values in the config file for the admin commands to work (you must also have admin). You must replace playername with your name (only on the first 3, the putteams, F3, F4, F5)

To get it parsed into your game, download the cfg file below to your base folder, then from within game type /exec binds.cfg. To see a list of the binded keys, type /bindlist
Title: Paradox's Bind Script
Post by: holyknight on October 23, 2006, 03:09:38 am
the download doesn't work
when I click "download" the site goes to "not availible" site
Title: Paradox's Bind Script
Post by: Rawr on October 23, 2006, 03:44:00 am
no workie
Title: Paradox's Bind Script
Post by: benplaut on October 23, 2006, 04:44:54 am
Just put it on pastebin.ca
Title: Paradox's Bind Script
Post by: PwNz! on October 23, 2006, 07:27:49 am
wtf?...download works!
Title: Paradox's Bind Script
Post by: Smokey on October 23, 2006, 11:43:02 am
www.upload.arena-zone.com
Title: Paradox's Bind Script
Post by: Stof on October 23, 2006, 01:55:03 pm
Quote from: "bazuka_poo"
no workie

Could you *please* reduce your sig size :o In that last post of yours, your sig takes 10x more space then the post itself :/
Title: Paradox's Bind Script
Post by: Rawr on October 23, 2006, 03:59:22 pm
Quote from: "Stof"
Quote from: "bazuka_poo"
no workie

Could you *please* reduce your sig size :o In that last post of yours, your sig takes 10x more space then the post itself :/


better for ya's. it would be nice to have more then 255 characters for a sig. my other one is 400+ and its smaller then the one that i currently have -_- any chance you can change that stof  :wink:
Title: Paradox's Bind Script
Post by: Stof on October 23, 2006, 04:48:46 pm
In my opinion, it would be better to limit sigs to a single line of text with colors and links, as long as you can get the HTML tags to fit in 255 chars.

So, I doubt you really want me to do something about the sig rules :wink:
Title: Paradox's Bind Script
Post by: StVald on October 23, 2006, 07:19:51 pm
Can somebody please upload para's cfg to a different host? Im really looking forward to getting it.
Title: Paradox's Bind Script
Post by: Confess on October 23, 2006, 10:15:39 pm
http://195.210.39.23:2082//dl/ba522649a6a8e9715319c41f31a8abae/453d30d2/files/231006/1161568466/binds.cfg
Title: Paradox's Bind Script
Post by: Rawr on October 23, 2006, 11:00:36 pm
thanks confess+/meow11/dr penis but it still doesnt work, it resets connection every time i try to do it. if para just posts the code here, ill host it. and i have a reliable host ^.^
Title: Paradox's Bind Script
Post by: Paradox on October 23, 2006, 11:24:47 pm
Ok fine:

Code: [Select]
OBSOLETE
Title: Paradox's Bind Script
Post by: Rawr on October 24, 2006, 01:18:15 am
ok it will be up most likely tomorrow
Title: Paradox's Bind Script
Post by: Paradox on October 24, 2006, 02:01:07 am
Here is an updated version, with Farsight!
Farsight is just a lightmap toggle, but with a cool echo message!
To get farsight working, type /vstr onlight in the console

Code: [Select]
OBSOLETE
Title: Paradox's Bind Script
Post by: stalefries on October 24, 2006, 03:40:04 am
Wait, so how does this Farsight thing work?
Title: Paradox's Bind Script
Post by: Undeference on October 24, 2006, 05:01:33 pm
It just sets r_lightmap to 1 (see what it does in the game).
But... how will it work?
Code: [Select]
bind \ "+mlook"
bind \ "vstr onlight"
bind \ "centerview"

Whatever comes last gets precedence, i.e., centerview. So as long as you /vstr onlight in the console, you'll be able to use \ for toggling r_lightmap between 0 and 1. Otherwise, you'll be centering your view.

What's with all the stuff repeated in there?
Title: Paradox's Bind Script
Post by: Rawr on October 24, 2006, 06:28:41 pm
ok its hosted now.
and it works!
(Right Click, Save as plz)
http://www.aths.wlwv.k12.or.us/students/creightg/paradoxbinds.cfg
Title: Paradox's Bind Script
Post by: Paradox on October 24, 2006, 11:24:51 pm
Here is a fixed version

It works for me, not sure how it works for others:
Code: [Select]
set onlight "r_lightmap 1; echo "^2Farsight ^5On"; bind \ vstr offlight"
set offlight "r_lightmap 0; echo "^2Farsight ^1Off"; bind \ vstr onlight"
unbindall
bind TAB "+scores"
bind ENTER "+button2"
bind ESCAPE "togglemenu"
bind * "say_team ^3RUN AWAY/RUN FOR YOUR LIVES/AAH!"
bind + "sizeup"
bind , "reload"
bind . "itemact medkit"
bind 0 "sell upgrades; sell weapons"
bind 1 "sell weapons; buy rifle; build mgturret; build acid_tube"
bind 2 "sell weapons; buy ackit; buy ckit; build arm; build barricade"
bind 3 "sell weapons; buy lgun; buy shotgun; buy psaw; build booster; build medistat"
bind 4 "sell upgrades; buy helmet; buy larmour; buy jetpack; build eggpod; build telenode"
bind 5 "sell weapons; buy chaingun; build trapper; build dcc"
bind 6 "sell weapons; buy flamer; buy mdriver; build tesla; build hive"
bind 7 "sell weapons; buy lcannon; build repeater; build hovel"
bind 8 "sell upgrades; buy bsuit; build reactor; build overmind"
bind 9 "sell gren; itemact gren; buy gren"
bind = "sizeup"
bind [ "weapprev"
bind ] "weapnext"
bind _ "sizedown"
bind ` "toggleconsole"
bind a "+moveleft"
bind b "buy ammo"
bind c "+movedown"
bind d "+moveright"
bind e "deconstruct"
bind f "+button3"
bind h "scoresUp"
bind i "messagemode4"
bind j "itemtoggle jetpack"
bind m "itemact medkit"
bind n "scoresDown"
bind o "class level0; class rifle"
bind p "class builderupg; class builder; class ackit; class ckit"
bind q "+button7"
bind r "reload"
bind s "+back"
bind t "messagemode"
bind u "messagemode3"
bind v "class level4; class level3upg; class level3; class level2; class level1; class level0"
bind w "+forward"
bind y "messagemode2"
bind z "+zoom"
bind ~ "toggleconsole"
bind \ "vstr onlight"
bind PAUSE "say ^4When you TK/Block, say SORRY!"
bind HOME "say_team ^3Decon Reactor/Overmind"
bind PGUP "say_team ^3Build Reactor/Overmind"
bind END "say_team ^3Build Booster/Defense Computer"
bind PGDN "say_team ^3Build Armory/Medistation"
bind DEL "say_team ^3Build Egg/Telenode"
bind INS "say_team ^3Build a Minibase"
bind UPARROW "+forward"
bind DOWNARROW "+back"
bind LEFTARROW "+left"
bind RIGHTARROW "+right"
bind CTRL "+attack"
bind SHIFT "+speed"
bind F1 "vote yes"
bind F2 "vote no"
bind F3 "!putteam PLAYERNAME h"
bind F4 "!putteam PLAYERNAME s"
bind F5 "!putteam PLAYERNAME a"
bind F6 "!spec999"
bind F7 "!listadmins"
bind F8 "!listplayers"
bind F9 "!cancelvote"
bind F10 "!passvote"
bind F11 "screenshotJPEG"
bind F12 "quit"
bind KP_HOME "say_team ^3Grenade/Explode"
bind KP_UPARROW "say ^1HaHa/^2LOL/^3w00t/^4yes/^5pie/^6yay/^7whoo hoo/^8Waffles"
bind KP_PGUP "say_team ^3All Clear/Cancel Last Call"
bind KP_LEFTARROW "say_team ^3Enemy headed twoards base"
bind KP_5 "say_team ^3MOVE/Roger; tell_target ^1MOVE OUT OF PARADOX'S WAY"; tell_target ^1MOVE OUT OF PARADOX'S WAY"; tell_target ^1MOVE OUT OF PARADOX'S WAY"; tell_target ^1MOVE OUT OF PARADOX'S WAY"
bind KP_RIGHTARROW "say_team ^3Defend Base/Structures"
bind KP_END "say sorry"
bind KP_DOWNARROW "say_team ^1s2"
bind KP_PGDN "say_team ^1s3"
bind KP_INS "boost"
bind KP_DEL "say_team ^3Rebuild/Repair/Repairing"
bind KP_SLASH "say_team ^3MOVING/Decon Structure"
bind KP_MINUS "say_team ^3Follow Me/Protect Me/Defend Me"
bind KP_PLUS "say_team ^3Build/Building"
bind MOUSE1 "+attack"
bind MOUSE2 "+button5"
bind MOUSE3 "+button2"
bind MOUSE4 "+moveup"
bind MOUSE5 "+movedown"
bind MWHEELDOWN "weapnext"
bind MWHEELUP "weapprev"
Title: Paradox's Bind Script
Post by: Rawr on October 25, 2006, 09:17:47 pm
updated.