Maidens of the Kaleidoscope
~Hakurei Shrine~ => Rika and Nitori's Garage Experiments => Touhou Projects => Topic started by: Byronyello on September 03, 2013, 09:05:44 PM
-
Forgive me if this is in the wrong forum, I don't often make topics.
While using THTK, I encountered an error which arose from me attempting to repack a .ecl file from a text file. After some digging, I think that the problem is character escaping (i.e.: the names of spell cards). Is this a completely unavoidable problem or is there some spazzing about I can do to get them repacked? I don't particularly mind if I have to use a different program, it's just that I'm at a loss for what to do at all. (Yeah, I could remove the escaped characters but that would be too easy, would it not?)
-
Replace " to '
The problem is described in the manual for THTK GUI (http://www.shrinemaiden.org/forum/index.php/topic,15119.0.html, https://github.com/fakedobro/thtkgui/tree/master/help)
-
Replace " to '
The problem is described in the manual for THTK GUI (http://www.shrinemaiden.org/forum/index.php/topic,15119.0.html, https://github.com/fakedobro/thtkgui/tree/master/help)
That's less of a fix and more of a workaround. Thanks anyway.