Useful controller/keyboard icons for skill game
* Note: This is a "remake" of the original Trials Evo. thread for Trials Fusion *
When you make a skill game, in the instructions you may want to add descriptions of how the skill game is played and what the buttons do.
Instead of typing out 'push A Button to jump', etc ...
You can use code strings to display controller icons.
Note for PC players : when using keyboard, it shows the key mapped for the equivalent Xbox controller button.
For example : when SPACE is mapped for Xbox A button, it will show SPACE in the instructions.
When R is mapped for Xbox A button, it will show R. etc ...
These code strings are below.
Just copy any of the strings into your sentence.
- %linebreak% = Linebreak
- %button_a% = A on xbox 360/one - Cross on PS4
- %button_b% = B on xbox 360/one - Circle on PS4
- %button_x% = X on xbox 360/one - Square on PS4
- %button_y% = Y on xbox 360/one - Triangle on PS4
- %button_lb% = LB on xbox 360/one - L1 on PS4
- %button_lt% = LT on xbox 360/one - L2 on PS4
- %button_rb% = RB on xbox 360/one - R1 on PS4
- %button_rt% = RT on xbox 360/one - R2 on PS4
- %button_back% = Back on xbox 360/one - Tactile left side on PS4
- %button_start% = Start on xbox 360/one - Tactile right side on PS4
- %lstick% = Left stick on xbox 360/one/ps4
- %rstick% = Right stick on xbox 360/one/ps4
- %lstick_left% = Left stick (left) on xbox 360/one/ps4
- %lstick_right% = Left stick (right) on xbox 360/one/ps4
- %lstick_both% = Left stick (both) on xbox 360/one/ps4
- %rstick_left% = Right stick (left) on xbox 360/one/ps4
- %rstick_right% = Right stick (right) on xbox 360/one/ps4
- %rstick_both% = Right stick (both) on xbox 360/one/ps4
- %lstick_click% = Left stick (click) on xbox 360/one/ps4
- %rstick_click% = Right stick (click) on xbox 360/one/ps4
- %dpad_left% = Dpad (left) on xbox 360/one/ps4
- %dpad_right% = Dpad (right) on xbox 360/one/ps4
- %dpad_up% = Dpad (up) on xbox 360/one/ps4
- %dpad_down% = Dpad (down) on xbox 360/one/ps4
Example :
'Use %button_a% to jump.'
I don't know if there is more codes.
If a dev' want to add them, feel free to edit the thread :)