super-continent / bbscript

Parses BBScript for various Arc System Works Games
GNU General Public License v3.0
42 stars 11 forks source link

Rachel Alucard normal attack error #31

Closed MisterNWM closed 1 year ago

MisterNWM commented 1 year ago

Hello. Your program works fine, I have modified 11 different characters to suit my needs. Thank you. But I ran into a problem with Rachel Alucard. I finished editing the script file and went to check in the game. The game crashes constantly when using any normal Rachel Alucard attack. This happens at the end of the attack animation. Then I went and looked at the normal attack code. It is very different from the normal attack code of the previous characters that I edited.

Here is an example:

Izanami NmlAtk5A:

Izanami 5A.txt

Rachel Alucard NmlAtk5A:

Rachel Alucard 5A.txt

I think the problem is Unknown9010, but I may be wrong.

Script files translated to txt: Izanami: scr_mi.txt Rachel A.: scr_rc.txt

MisterNWM commented 1 year ago

Yes. The problem was in Unknown9010. I deleted all the lines with this and after that everything works fine. As I understand it, Unknown9010 is responsible for the voices of Rachel's umbrella and her imp. Without these lines, the umbrella and the imp are silent during normal attacks.

super-continent commented 1 year ago

fixed in the latest commit, thank you for pointing this out! it should have the correct arguments now, just download the latest bbcf config