Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Resolved Help & Support => Topic started by: blaa.ee on February 26, 2006, 03:37:31 AM

Title: bind for newname
Post by: blaa.ee on February 26, 2006, 03:37:31 AM
i would like to change my name with 1 button press ;), so anyone can help me?

This name would be: bind 1
(http://www.unicorn.pri.ee/crap/qehs,blaa.jpg)

This name would be: bind 2
(http://www.unicorn.pri.ee/crap/qehs,%20wanderer.jpg)
Title: Re: bind for newname
Post by: Smokey on February 26, 2006, 03:45:45 AM
bind X NC1
alias NC1 "name [QeHs]blaa.ee;bind X NC2"
alias NC2 "name [QeHs]TheWanderer;bind X NC1"



paste that in your config... get funname codes on your own.
Title: Re: bind for newname
Post by: blaa.ee on February 26, 2006, 07:04:38 AM
k, i didnt get anything :(
Title: Re: bind for newname
Post by: bitmate on February 26, 2006, 07:54:48 AM
Go to your config.cfg (paintball2\pball\configs) and paste that in the config:

bind "<key>" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind <key> nickchange2"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind <key> nickchange1"

Replace <key> with a key you want to use for your nichchange, e.g. "n". Mind the " "'s !!!

Example:
Code: [Select]
bind "n" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind n nickchange2"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind n nickchange1"


To see which name you're currently using, you can add these lines to the alias commands:
 - echo [QeHs]blaa.ee
 - echo [QeHs]TheWanderer

Code: [Select]
bind "n" "nickchange1"
alias nickchange1 "name ˆ0QeHs‘ˆ9blaa.ee;bind n nickchange2;echo [QeHs]blaa.ee"
alias nickchange2 "name ˆ9ÑeÈs‘Ôhe×anderer;bind n nickchange1;echo [QeHs]TheWanderer"

The echo command shows your name on the top left side for 3 sec.
Title: Re: bind for newname
Post by: Smokey on February 26, 2006, 02:36:57 PM
k bitmate. outdo me.
Title: Re: bind for newname
Post by: MaDMaN on March 14, 2006, 11:08:33 AM
or jus type bind "keyhere" "name name here"
Title: Re: bind for newname
Post by: Spydie on March 14, 2006, 11:15:31 AM
bind key name [QeHs]blaa.ee;bind X NC2
bind key name [QeHs]TheWanderer;bind X NC1

If you want to bind funname, i just set what you want to bind to your name, and look in the config.cfg for name. Copy and paste that into the bind key.