About the instant chat:
I made it during a time when I made a ton of other multi-lined instant chats. (lemme know if you wanna see them)
Backslashes are tricky when it comes to instant chats (they don't seem to save - bug?)
When you start up tron, and expect such an instant chat to work, the backslashes are gone.
Therefore, we must set the instant chats EACH TIME you start up tron >_>
To get a text light cycle of your very own, SAVE the following in a CUSTOM CFG file (suggestion: chats2.cfg).
Code: Select all
INSTANT_CHAT_STRING_1_4 1 _______________________________ __
INSTANT_CHAT_STRING_1_5 2 \\ \\ \\`'./ \`*-_
INSTANT_CHAT_STRING_1_6 3 _____\\____________\\___________\\___\__/==(_)
NOTE: Those commands use F4, F5, and F6; change them as you see fit.
The "1", "2", "3" are simply there to ensure each line starts with something different (avoids spam protection prefix) and produces the following:
Code: Select all
1 _______________________________ __
2 \ \ \`'./ \`*-_
3 _____\____________\___________\___\__/==(_)
Note: using the code I've posted is easier to use in game - messages without color codes are filtered less harshly.
However, if you're on a server with no/low spam protection, you can use something more like this:
Code: Select all
INSTANT_CHAT_STRING_1_4 10x9900ff _______________________________ 0xb40000__
INSTANT_CHAT_STRING_1_5 20x9900ff \\ \\ \\`'.0xb40000/ \`*-_
INSTANT_CHAT_STRING_1_6 30x9900ff _____\\____________\\___________\\___0xb40000\__/==(_)
NOTE: Replace color codes as you see fit. This code makes purple tail with red cycle.
Remember, to use it, you need to include that CFG file everytime tron starts up... IDK if it's a bug or not (seems like one) but backslashes don't get saved in instant chats (\\).
Enjoy! (Try not to get yourself kicked by spamming - it's tricky to use on servers with default spam protection, you have to press them close to a full second apart)