Apr 10, 2016 at 2:01 AM
Join Date: Oct 24, 2011
Location: Canada
Posts: 330
Age: 26
Pronouns: she/her
I was bored this weekend, and had a lot of free time, so I decided to actually make a project I'd kind of wanted to get done for a while.
Basically, what this program does is take whatever TSC code you have copied to your clipboard, and replaces it with a version with line breaks inserted wherever the text would be cut off.
If that explanation doesn't make sense, here's a sample input and output:
Input:
Output:
Basically, you copy your message code, you run the program, and boom! Your messages are fixed.
Regular download
Debug download (the console window stays open, and shows your input and output text. You will never need this version)
Basically, what this program does is take whatever TSC code you have copied to your clipboard, and replaces it with a version with line breaks inserted wherever the text would be cut off.
If that explanation doesn't make sense, here's a sample input and output:
Input:
Code:
<MSG<FAC0020This is a test message, and without line breaks, it will be cut off in places.
Code:
<MSG<FAC0020This is a test message, and
without line breaks, it will be
cut off in places.
Basically, you copy your message code, you run the program, and boom! Your messages are fixed.
Regular download
Debug download (the console window stays open, and shows your input and output text. You will never need this version)