Author Topic: A little help with thecl.exe :)  (Read 2524 times)

Torashama

A little help with thecl.exe :)
« 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: :)

Re: A little help with thecl.exe :)
« Reply #1 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.

Torashama

Re: A little help with thecl.exe :)
« Reply #2 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