Maidens of the Kaleidoscope

~Hakurei Shrine~ => Rika and Nitori's Garage Experiments => Touhou Projects => Topic started by: Torashama on September 18, 2012, 01:57:03 AM

Title: A little help with thecl.exe :)
Post by: Torashama on September 18, 2012, 01:57:03 AM
someone could help me with thecl.exe, (for who does not know what this is, is a program to edit the danmaku in the official games), the problem I have is that I get an error when creating the .ecl file
This is the error:
Code: [Select]
thecl:stage01.txt:416,51: syntax error, unexpected identifier, expecting )
and, according to the instructions I should put this:

Code: [Select]
Usage: thecl COMMAND[OPTION...] [INPUT [OUTPUT]]
COMMAND can be:
  c  create ECL file
  d  dump ECL file
  h  display this help and exit
  V  display version information and exit
OPTION can be:
  #  # can be 6, 7, 8, 9, 95, 10, 11, 12, 125, 128, or 13 (required)
Report bugs to <xarnonymous@gmail.com>.

and what I put was:
Code: [Select]
thecl c10 stage01.txt stage01.ecl
Anyone who knows this could help me?  :blush: :)
Title: Re: A little help with thecl.exe :)
Post by: Desu_Cake on September 18, 2012, 08:30:00 AM
The problem is in your file, not the command. You must have forgotten a bracket at line 416.
Title: Re: A little help with thecl.exe :)
Post by: Torashama on September 19, 2012, 01:17:18 AM
The problem is in your file, not the command. You must have forgotten a bracket at line 416.

I checked that, but the problem is that I don't edited the file, I mean that I dump the .ecl into .txt and again into .ecl without editing :P