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

Title: Error While Using Touhou Toolkit
Post 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?)
Title: Re: Error While Using Touhou Toolkit
Post by: saisengen on September 05, 2013, 10:26:39 AM
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)
Title: Re: Error While Using Touhou Toolkit
Post by: Byronyello on September 06, 2013, 01:03:49 AM
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.