Post: So what are the code for the controller icons for using in game?
08-24-2010, 12:26 AM #1
anima452
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); What are the codes or w/e for having the button icons in the game.

I don't mean the clan tags, or MoTD, or class names. I mean the part where you can make the game say something with the command "say".

I need to know the Up, Down, Left and Right on the Dpad icons for using in game for my mod menu, how do I get the Icons to show up in game? Do I have to use Hex? If so, how?
(adsbygoogle = window.adsbygoogle || []).push({});
08-24-2010, 04:13 PM #2
Jannis96
This is ****ing annoying.
UP = DPAD_UP
LEFT = DPAD_LEFT
DOWN = DPAD_DOWN
RIGHT = DPAD_RIGHT
SELECT = BUTTON_BACK
START = BUTTON_START
TRIANGLE = BUTTON_Y
SQUARE = BUTTON_X
X = BUTTON_A
O = BUTTON_B
R1 = BUTTON_RSHLDR
L1 = BUTTON_LSHLDR
R2 = BUTTON_RTRIG
L2 = BUTTON_LTRIG
R3 = BUTTON_RSTICK
L3 = BUTTON_LSTICK

When you want it to say something you put this:
; say ^2 Thanks to Jannis96 have fun"
So after your code, make a space then paste this in.
Like so:
bind DPAD_DOWN "g_gametype sd ; noclip ; timescale 1.0 ; say ^4 There You Go"


This will make the game SD, you get Noclip sets timescale and says:
^4 There You Go"

Thanks.
08-24-2010, 04:16 PM #3
Originally posted by Jannis96 View Post
UP = DPAD_UP
LEFT = DPAD_LEFT
DOWN = DPAD_DOWN
RIGHT = DPAD_RIGHT
SELECT = BUTTON_BACK
START = BUTTON_START
TRIANGLE = BUTTON_Y
SQUARE = BUTTON_X
X = BUTTON_A
O = BUTTON_B
R1 = BUTTON_RSHLDR
L1 = BUTTON_LSHLDR
R2 = BUTTON_RTRIG
L2 = BUTTON_LTRIG
R3 = BUTTON_RSTICK
L3 = BUTTON_LSTICK

When you want it to say something you put this:
; say ^2 Thanks to Jannis96 have fun"
So after your code, make a space then paste this in.
Like so:
bind DPAD_DOWN "g_gametype sd ; noclip ; timescale 1.0 ; say ^4 There You Go"


This will make the game SD, you get Noclip sets timescale and says:
^4 There You Go"

Thanks.


He meant, so that you could do something like this, "say ^2press (icon of dpad_down) to use god"

This is really helpful for mod menus has it saves space.
08-24-2010, 04:19 PM #4
Jannis96
This is ****ing annoying.
Originally posted by italkalot1922 View Post
He meant, so that you could do something like this, "say ^2press (icon of dpad_down) to use god"

This is really helpful for mod menus has it saves space.


Ok, I Wasnt Sure..
He ment like
; say ^4 Press (picture of X) for Golden Weapons?
08-24-2010, 04:25 PM #5
Originally posted by Jannis96 View Post
Ok, I Wasnt Sure..
He ment like
; say ^4 Press (picture of X) for Golden Weapons?


yea.............
08-24-2010, 04:33 PM #6
Jannis96
This is ****ing annoying.
Originally posted by anima452 View Post
What are the codes or w/e for having the button icons in the game.

I don't mean the clan tags, or MoTD, or class names. I mean the part where you can make the game say something with the command "say".

I need to know the Up, Down, Left and Right on the Dpad icons for using in game for my mod menu, how do I get the Icons to show up in game? Do I have to use Hex? If so, how?



Erhmm..
When You Shall get X-O-Square and Triangle in Clantag
It is
1 = X
2 = O
3 = /\ (triangle)
4 = [] (square)

in Hex editor.
So maybe you can get them work?
08-24-2010, 04:38 PM #7
Originally posted by Jannis96 View Post
Erhmm..
When You Shall get X-O-Square and Triangle in Clantag
It is
1 = X
2 = O
3 = /\ (triangle)
4 = [] (square)

in Hex editor.
So maybe you can get them work?


That's only for clan tag and class names. In the "say" command it just comes up with "Unlocalized"
08-24-2010, 04:46 PM #8
b0snian
Gym leader
Try this for the DPASad Awesome

UP = [{+actionslot 1}]
DOWN = [{+actionslot 2}]
LEFT = [{+actionslot 3}]
RIGHT = [{+actionslot 4}]

I think that this should work.
08-24-2010, 05:00 PM #9
Originally posted by b0snian View Post
Try this for the DPASad Awesome

UP = [{+actionslot 1}]
DOWN = [{+actionslot 2}]
LEFT = [{+actionslot 3}]
RIGHT = [{+actionslot 4}]

I think that this should work.


That is just the code that the dpad buttons use. Its a hex value, just we don't know which one.
08-24-2010, 05:11 PM #10
anima452
Pokemon Trainer
Yeh, ive tryed all these.
But somehow, on my mod menu, I managed to get one button icon correct, and that was right on the DPAD. Everything else said unlocalized.

???

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo