Digital Paint Discussion Board

Paintball 2: The Game => Help and Support => Resolved Help & Support => Topic started by: skwurul on April 25, 2006, 12:49:45 AM

Title: Help on Macroing...
Post by: skwurul on April 25, 2006, 12:49:45 AM
I have absolutely no idea how to macro things (like the colored 'NICE SHOT' messages people usually put up). Can someone please tell me how?
Title: Re: Help on Macroing...
Post by: bitmate on April 25, 2006, 06:11:21 AM
Code: [Select]
bind <key> <message>
For the message:
- type 'menu setup_funname' into the console
- enter your prefered message (like 'Nice Sh000t')
- go to your config.cfg
- search for 'seta name'
- copy the name
- make a bind with the message (the colored name)
Title: Re: Help on Macroing...
Post by: Pimp on April 25, 2006, 06:30:41 AM
or a little easyer possibility:

like on bit's instruction:
- type 'menu setup_funname' into the console
- enter your prefered message (like 'Nice Sh000t')

then:
- type: 'bind a $name'
-> a will be the name u set, here 'Nice Sh000t'. if u change now back your name, a is still the same
Title: Re: Help on Macroing...
Post by: jitspoe on April 25, 2006, 12:13:56 PM
Personally, I don't like bound text, even when it's used as a complement.  It feels so impersonal.  If I hit somebody, and he says, "ns", it's more personal, even though it's just 2 letters.  I know he took the time to type it.  If he says something like "***NiCe SHoT!!!***" then it's just a generic message that everybody gets when they kill him.  He just presses a key and that's it.  Sometimes it's even annoying.

Just something to think about.
Title: Re: Help on Macroing...
Post by: GreenAffairz on April 25, 2006, 01:05:41 PM
haha i think about that when i use a bind, good thinking jitspoe.
Title: Re: Help on Macroing...
Post by: skwurul on April 26, 2006, 04:42:18 AM
Thanks to everyone who decided to help (ha?), I appreciate it.