-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scripts for long strings in text_misc.yml #290
Comments
Hmm that wiki page doesn't look entirely accurate (for some of the misc text at least), just repointing won't be enough in this case. That being said, this script should increase the max. length of the text speed options up to 15 characters + a null byte ([00]).
In general, there isn't a single way to change the max. length of these specific strings, as the game itself handles them in some different ways. |
It works! Thank you! |
Here is the solution I used in my translation to move and expand some original texts in the file menu (thanks to Vittorioux's help and ShadowOne333's works):
|
Hey, I'm kind of new to CoilSnake, so I wanted to ask about text_misc.yml
I'm translating the game into my language, and I've encountered a problem that my text-speed-selection strings are too long so the compilation crashes. On this page I've read that we can create additional scripts that replace pointers for particular strings. In the list of scripts, only
Bash
andRow Front
are available.So how can I make such scripts for
Text Speed Fast
,Text Speed Medium
, andText Speed Slow
? And I think I'll have to do some more in the future, so generally: How can I find pointers and make additional scripts for such strings by myself?The text was updated successfully, but these errors were encountered: