Closed Cosetto closed 2 years ago
On which Biniku no Kaori did you test (Bangai Hen or Netori Netorare Yari Yarare)?
it works fine for Elf's ai6win I think
I think it does not quite depend on the studio, since it worked fine with Gakuen Saimin Reido. Just some rare opcode may pop out. Still I need to test it more...
On which Biniku no Kaori did you test (Bangai Hen or Netori Netorare Yari Yarare)?
it works fine for Elf's ai6win I think
I think it does not quite depend on the studio, since it worked fine with Gakuen Saimin Reido. Just some rare opcode may pop out. Still I need to test it more...
It's netori netorare one
Okay, I've gotten to the bottom of the issue. Basically, a command popped out. One which have different arguments with Silky Engine's that command. It was not used in other game I have tested, so I did not know about it. It was quite tricky one, actually. It does seems like it has some arguments with offset, but actually it just has 1 argument with byte.
Also I slightly modified string reading system (since AI6WIN's strings in 0x0a command, unlike SilkyEngine's, are not encrypted) and command meanings.
Also has found out what there is a new command which makes a line-breaks in AI6WIN.
Try new release now: AI6WINScriptTool 1.1.
And if possible can you make line breaker string "\n". It's kinda pain to add those line everytime to break line
It would be problematic in my current implementation of disassembler. Basically, to support it, I'd need either make a very bad crutch system or reimplement it all. Also, it would be misleading, since the engine does not support \n, \t, ]\b or \i special symbols.
Therefore I suggest you another solution. You can just make breaks with \n, but before assembling the script in Notepad++ just replace (extended replacing)
\n
with
"]
[0]
["
There will be no issues this way.
Can you take a look at this one script, some of the scripts can't be inserted like sis4_00_prologue.mes and when choosing extract directory it gave error too. I tested on Biniku no Kaori, it works fine for Elf's ai6win I think? Aishimai.zip