Stick Fight: The Game Guide

How to format text in chat for Stick Fight: The Game

How to format text in chat

Overview

ARCHIVED (Developers removed formatted text)

Introduction

Now, this is not hacking, it should not be considered hacking, and there is little to no risk to doing this.

Anyways, the developers have rich text enabled for chat, which means we can do cool stuff like this:


We can put in emojis, color text, and so much more. Continue on to the next section to learn how.

Syntax/How-to

Note: This guide is basically just a mirror of this[docs.unity3d.com] and this[digitalnativestudios.com]. This can also be applied to a lot of other Unity games as well.

WARNING

Do not put spaces between code and or text in the code, as it will treat the spaces as normal text. Do not ignore quotation marks and percentages.

Some Info

Most of these won’t work on copy and paste, so make sure to read what’s in the parentheses. All of these can be stacked, just like in the example shown in the introduction. You can do bold, italic, underlined, multicolored text, anything.

Bold Text

Image

Code

<b>(text)</b>

Italics

Image

Code

<i>(text)</i>

Color

Image

Code

<color=(Color ID (i.e: #C6A434) or just plain color names like: red, blue, green)>(text)</color>

Font Size

Credit goes to Architector #4 for helping me find out how to use this one.

Image

Code

<size=(number of choice)>(text)</size>

Sprites

Note: Emojis are not cross-platform

The only thing I’ve tested that has worked with Stick Fight is the default sprite assets (basically just emoji), which are just numbered.

Deafult Sprite Assets:

Image

Code

<sprite=(number of choice)>

Named Assets:

Code

<sprite name=”(name of sprite)”>

Strikethrough and Underline

Image

Code

Strikethrough:

<s>(text)</s>

Underline:

<u>(text)</u>

Text Alignment

Image

Code

<align=(“left”, “center”, “right”)>(text)</align>

Character Spacing

Image

Code

<cspace=(number of choice)em>(text)</cspace>

Indentation

Image

Code

<indent=(number of choice)%>(text)</indent>

Line Height

Image

Code

<line-height=(number of choice)%>(text)</line-height>

Line Indentation

Image

Code

<line-indent=(number of choice)%>(text)</line-indent>

Lowercase, Uppercase and Smallcaps

Lowercase
(Makes all text lowercase)

Image

Code

<lowercase>(text)</lowercase>

Uppercase
(Makes all text uppercase)

Image

Code

<uppercase>(text)</uppercase>

Smallcaps
(This one is hard to explain, try it for yourself)

Image

Code

<smallcaps>(text)</smallcaps>

Margins

Image

Code

<margin=(number of choice)em>(text)</margin>

Highlighting

Note: I have not been able to get this one to work.

Code

<mark=(Color ID (i.e: #C6A434) or just plain color names like: red, blue, green)> (text)</mark>

Noparse

(This will make everything described above useless, useful for sharing how to format text)

Image

Code

<noparse>(text)</noparse>

Horizontal Position

Image

Code

<pos=(number of choice)%>(text)</pos>

Horizontal Space

Image

Code

<space=(number of choice)em>(text)

Subscript and Superscript

Note: Subscript and Superscript behave strangely and not how you’d expect.

Image

Code

Subscript:

<sup>(text)</sup>

Superscript:

<sub>(text)</sub>

Vertical Offset

Image

Code

<voffset=(number of choice)em>(text)</voffset>

Text Width

Image

Code

<width=(number of choice)%>(text)</width>

Long Lasting Text

Credit for this one goes to Architector #4.

Image

Code

Note: You can copy and paste this to make the chat box stay visible for more time. Make sure to put your message of choice at the end.

<size=0>I won’t appear…I’m sad. I guess this is just how things are. However, I will be treated as normal text and so will the code. So, that’s nice. Anyways, feel free to write anything past this. It will last for a very long time.</size>

Backwards Text

Image

Code

<cspace=-5em>(text)</cspace>

Examples

So, you would like to see pre-made chat messages? Well, scroll down!

All your Stick Fight are belong to us

Image

Code

<color=red>How are you gentlemen? All your <color=green><smallcaps>Stick Fight</smallcaps></color> are belong to us.</color>

Spoopy Text

Thank you to Bumblebeefan for helping me make this one.

Image

Code

<line-height=1%><color=red>Hello! How are you? Are you doing fine?</color></line-height>

The Die Tower

Image

Code

<color=red><line-height=5%>DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE DIE</line-height></color>

Rainbow Oof

All credit for this one goes to organized oof. His guide can be found here.

Image

Code

<color=red>o</color><color=blue>o</color><color=green>f</color>

Thanks for reading!

Feel free to comment any suggestions, recommendations or feedback.

SteamSolo.com