Post: PS3: Analog Stick Codes?
01-25-2011, 10:01 AM #1
Strike Venom
Top Down Siad Barre
(adsbygoogle = window.adsbygoogle || []).push({}); Hi,

On PC they are:

    
self notifyOnPlayerCommand( "[{+forward}]", "+forward" );
self notifyOnPlayerCommand( "[{+moveleft}]", "+moveleft" );
self notifyOnPlayerCommand( "[{+moveright}]", "+moveright" );
self notifyOnPlayerCommand( "[{+back}]", "+back" );


How could I use them on the PS3?
(adsbygoogle = window.adsbygoogle || []).push({});
01-25-2011, 10:21 AM #2
Default Avatar
Gizmo
Guest
Originally posted by Strike
Hi,

On PC they are:

    
self notifyOnPlayerCommand( "[{+forward}]", "+forward" );
self notifyOnPlayerCommand( "[{+moveleft}]", "+moveleft" );
self notifyOnPlayerCommand( "[{+moveright}]", "+moveright" );
self notifyOnPlayerCommand( "[{+back}]", "+back" );


How could I use them on the PS3?


I think I have them written down at home, when I get home, ill send them to you Winky Winky
01-25-2011, 02:59 PM #3
Strike Venom
Top Down Siad Barre
Originally posted by 95 View Post
I think I have them written down at home, when I get home, ill send them to you Winky Winky


OK thanks. Claps
01-25-2011, 03:41 PM #4
Default Avatar
Gizmo
Guest
Originally posted by Strike
OK thanks. Claps


I think this is the only analogue stick one, unelss you want some for when you knife or sprint...

self notifyOnPlayerCommand( "button_back", "togglescores" );

That would be for when you push back on the analogue stick, not sure which one though, but it works Winky Winky
01-25-2011, 04:17 PM #5
EliteMossy
TheDigitalBoard.com
Originally posted by 95 View Post
I think this is the only analogue stick one, unelss you want some for when you knife or sprint...

self notifyOnPlayerCommand( "button_back", "togglescores" );

That would be for when you push back on the analogue stick, not sure which one though, but it works Winky Winky


No, that is linked to the select button.
01-25-2011, 04:32 PM #6
Strike Venom
Top Down Siad Barre
Originally posted by TheEliteMossy View Post
No, that is linked to the select button.


Let me guess, you can´t use the Analog Sticks?
01-25-2011, 04:46 PM #7
EliteMossy
TheDigitalBoard.com
Originally posted by Strike
Let me guess, you can´t use the Analog Sticks?


I never found away to do it :(
01-25-2011, 04:49 PM #8
Strike Venom
Top Down Siad Barre
Originally posted by TheEliteMossy View Post
I never found away to do it :(


I want to use it for the CryMod (which I´m converting to PS3).
01-25-2011, 05:04 PM #9
Default Avatar
Gizmo
Guest
Originally posted by TheEliteMossy View Post
No, that is linked to the select button.


Oh, my mistake, I stand corrected .
Thanks for pointing that put to me Smile

Not sure about this, but I found it on S7, might lead to something for you .

    
//==========================================================================================
// Associate real axis to virtual axis.
// Real axis are : A_LSTICK_Y, A_LSTICK_X, A_RSTICK_X, A_RSTICK_Y, A_RTRIGGER, A_LTRIGGER
// Virtual axis are : VA_SIDE, VA_FORWARD, VA_UP, VA_YAW, VA_PITCH, VA_ATTACK
//==========================================================================================
bindaxis A_LSTICK_X VA_SIDE MAP_SQUARED
bindaxis A_LSTICK_Y VA_FORWARD MAP_SQUARED

bindaxis A_RSTICK_X VA_YAW MAP_LINEAR
bindaxis A_RSTICK_Y VA_PITCH MAP_LINEAR

The following user thanked Gizmo for this useful post:

Strike Venom

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo