BCoB (Biggest Collection Binds) - By GT

Discuss anything to do with Nexuiz here.

Moderators: Nexuiz Moderators, Moderators

BCoB (Biggest Collection Binds) - By GT

Postby shaggy » Tue Jan 22, 2008 6:48 am

From GT To You: GT Has set up a small "project" to make the largest collection of binds! GT Will be releasing them on the 23rd. It will use a "File Viewer" layout a bit like the scrollable messages, but by default you can scroll though with the arrow keys!

Be default the setup will be:
Code: Select all
Up Arrow - Go Up
Down Arrow - Go Down
Left Arrow - Go back
Right Arrow - Go in
Enter - Say / say_team


But what makes it even better is:
Instead of rebinding every key in all the aliases, we've made a variable! So to help you out and keep it sorta user friendly all you need to do is edit the variables of the keys!

The vars are:
Code: Select all
$up = Up
$rt = Right
$dw = Down
$lf = Left


Once completed they will be released at THENEX, which I'm working on to finish now. (www.THENEX.newsit.es (Don’t Expect too much yet, as there are still missing links))

At the moment we have get ready for it!
108 binds!

If you'd like to help, just post a few message suggestions.
Be sure to keep checking as the release date is the 23rd.

Questions:
Q: Where do I get BCoB?
A: You can get it from http://www.THENEX.newsit.es/gt-binds.php (May not be there yet.)

Q: How do I re-bind the scroll keys?
A: Edit the variables
I'll post back here when it is done.
Last edited by shaggy on Thu Jan 24, 2008 12:30 am, edited 1 time in total.
shaggy
Alien trapper
 
Posts: 419
Joined: Tue Apr 03, 2007 6:12 am

Postby [NC]adamas » Wed Jan 23, 2008 9:06 pm

i like your idea but some links of your site aren't working: index (index.html) needs to be changed to index.php, scripts (script.php) needs to be changed to scripts.php...

if you need help, i can give you my binds and aliases
[NC]adamas
Member
 
Posts: 37
Joined: Tue Nov 27, 2007 5:16 pm

Postby shaggy » Wed Jan 23, 2008 9:09 pm

Yes I noticed that problem I just haven't had time to fix up all the links...
If you could post your binds and aliases here that would be great.

P.S
which I'm working on to finish now. Don’t Expect too much yet, as there are still missing links
shaggy
Alien trapper
 
Posts: 419
Joined: Tue Apr 03, 2007 6:12 am

Postby [NC]adamas » Wed Jan 23, 2008 10:19 pm

ok:

this is a script to toggle r_showtris and r_showcollisionbrushes

r_showtris makes the polygons visible. this is useful in DM because the polygons of the players are coloured green, the rest white.
r_showcollisionbrushes... hmm don't know how to describe it, it's useful for dark areas. also useful to discover hidden map areas for example in hourglass...

Code: Select all
alias trison "r_showtris 1; bind KP_1 trisoff; echo ^3Showtris mode ^2ON ^3- Polygons are shown;"
alias trisoff "r_showtris 0; bind KP_1 trison; echo ^3Showtris mode ^1OFF ^3- Polygons are not shown anymore;"

alias brushon "r_showcollisionbrushes 1; bind KP_2 brushoff; echo ^3Discovery mode ^2ON ^3- All surfaces are visible"
alias brushoff "r_showcollisionbrushes 0; bind KP_2 brushon; echo ^3Discovery mode ^1OFF ^3- All surfaces set to default"

bind "KP_1" "trison"
bind "KP_2" "brushon"


next: just a little alias for my clan^^

Code: Select all
alias +justforfun "say ^1--> ^2j4f.eu.tf ^1<--"
alias -justforfun "say ^2--> ^1j4f.eu.tf ^2<--"

bind "PGUP" "+justforfun"


misc:

Code: Select all
bind "8" "say ^0[^1%h^0]^2{j4f}^0[^2%a^0]"
bind "9" "vcall timelimit -1;say press ^2F1^7 for a ^2NEW MAP^7!"
bind F1 "vyes; say press ^2F1^7!"
bind F2 "vno; say press ^1F2^7!"
set "showbrand" "0" //This hides the "Testing Only"-brand in SVN versions


as teammessages, i use a modified (changed the message texts a bit) version of your CTF-teammessages, so i don't post them here..

greetz [NastyCrew]adamas
[NC]adamas
Member
 
Posts: 37
Joined: Tue Nov 27, 2007 5:16 pm

Postby [-z-] » Wed Jan 23, 2008 10:30 pm

[NC]adamas wrote:[code]bind "8" "say ^0[^1%h^0]^2{j4f}^0[^2%a^0]"
bind "9" "vcall timelimit -1;say press ^2F1^7 for a ^2NEW MAP^7!"
bind F1 "vyes; say press ^2F1^7!"
bind F2 "vno; say press ^1F2^7!"


Just FYI, by telling other players what to press you are insulting their ability to make decisions.
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby [NC]adamas » Wed Jan 23, 2008 10:32 pm

that's why i use it. i want to influece them muahaha
[NC]adamas
Member
 
Posts: 37
Joined: Tue Nov 27, 2007 5:16 pm

Postby [-z-] » Wed Jan 23, 2008 10:32 pm

[NC]adamas wrote:that's why i use it. i want to influece them muahaha

You'll influence them alright... just probably not in the manner you supposed.
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby shaggy » Wed Jan 23, 2008 10:46 pm

Nice script, though I agree with -z-...

If you want when thenex is up post them there...

FYI: If anyone wants to submit some ideas for team messages please do so now.
shaggy
Alien trapper
 
Posts: 419
Joined: Tue Apr 03, 2007 6:12 am

Postby [NC]adamas » Wed Jan 23, 2008 11:40 pm

sure you can put them on THENEX, that's why i posted them here
[NC]adamas
Member
 
Posts: 37
Joined: Tue Nov 27, 2007 5:16 pm

Postby [NC]adamas » Wed Jan 23, 2008 11:44 pm

[-z-] wrote:
[NC]adamas wrote:that's why i use it. i want to influece them muahaha

You'll influence them alright... just probably not in the manner you supposed.

i've made the message for the timelimit-bind to explain to the newer players what "timelimit -1" means. i didn't know it for long...

but if you think this is so bad i wont use the other binds anymore...

edit: sry for double-posting, i wanted to edit the post above :oops:
[NC]adamas
Member
 
Posts: 37
Joined: Tue Nov 27, 2007 5:16 pm

Next

Return to Nexuiz - General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest

cron