regomne / chinesize

My chinesize tools, scripts and codes
273 stars 87 forks source link

Question: how can we get the opcode from the ybn script? #12

Closed 0xh3LL0 closed 6 years ago

0xh3LL0 commented 6 years ago

when i try to extract the script, it gave me "cant guess the op code"

regomne commented 6 years ago

The opcodes differs in each version of Yu-ris engine. If you can't analyze it yourself, I don't have idea, either. In other way, you can try to give a ybn which has the text, for example: yst00XXX.ybn where XXX is the maximum number in all the file names. If it can't guess, upload the ybn to me and I will improve the algorithm of guessing. If it works, I will add opcode output option and you can use the opcode for other ybns in this game.

0xh3LL0 commented 6 years ago

here is it... ysbin.zip

regomne commented 6 years ago

fixed. recompile and read the usage, please.

0xh3LL0 commented 6 years ago

thank you very much!