Bully-Board

Bully Modding Section => Script Modding => Topic started by: Unknownsoldier on August 12, 2015, 12:07:07 PM

Title: TextPrintString Symbols
Post by: Unknownsoldier on August 12, 2015, 12:07:07 PM
Code: [Select]
-- string symbols
-- from unkn0wnsoldier1138

\n - create new line
~n~ - create new line
~RUN~ - sprint button
\a - sprint button
~ACCELERATE~ - sprint button
~TAG_START~ - sprint
~GRAPPLE - grapple button
\b - grapple button
~TAG_COMBO3~ - grapple button
~ACTION~ - grapple button (buggy)
~JUMP~ - jump button
\t - jump button
~CANCEL~ - jump
~o~ - jump
~ATTACK~ - melee attack button
\f - melee attack button
~SHOVEL~ - melee attack button
~BRAKE~ - melee attack button
~TAG_COMBO1~ - melee attack button
~ATTACK_R~ - weapon wheel right
~SCROLL_WEAPR~ - weapon wheel right
~ATTACK_L~ - weapon wheel left
~SCROLL_WEAPL~ - weapon wheel left
~FIRE_WEAPON~ - weapon fire
~lstick~ - move controls (?)
~rstick~ - camera controls (?)
~bullet~ - bullet
~blipup~ - triangle blip
~blipdown~ - upside down triangle blip(floors)
~MANUAL_LOCK~ - lockon
\r - lockon
\16 - camera down
\22 - bullworth logo
~BULLY_CREST~ - bullworth logo
~dup~ - zoom in button
\14 - zoom in button
~ddown~ - zoom out button
\15 - zoom out button
~dleft~ - left task button
~dright~ - right task button
~LOOK_BACK~ - look back button
Ä - save book
~save~ - save book

Use it like you would use a regular text.

TextPrintString("right dpad: ~dright~", 5, 2) -- example
Title: Re: TextPrintString Symbols
Post by: DaBOSS54320 on August 26, 2015, 07:02:57 AM
Here's a crappy looking infinity symbol: ~infinity~
Title: Re: TextPrintString Symbols
Post by: Unknownsoldier on August 26, 2015, 10:02:14 AM
WTF
(https://i.gyazo.com/de0fdad110604ceb87a8b5c2c04f70ca.png)

The ~infinity~ in large text (style - 1) looks weird as fuck.
Title: Re: TextPrintString Symbols
Post by: DaBOSS54320 on August 26, 2015, 03:28:57 PM
Yeah ikr. Pause the game and go to your inventory, and look at the slingshot. It looks weird af there too. Wtf R*
Title: Re: TextPrintString Symbols
Post by: UltimateGamer9 on November 12, 2015, 08:14:17 AM
You forgot about crouch button. Here it is ~CROUCH~
Title: Re: TextPrintString Symbols
Post by: Unknownsoldier on November 12, 2015, 04:21:29 PM
You forgot about crouch button. Here it is ~CROUCH~
Thanks. I recently found a lot more, so I'll add yours too.