You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried compiling this repo in hopes of adding some features later but I encountered some problems. Both the bat and script files seem to be referencing files that aren't included here and aren't mentioned anywhere in the readme. Output that I got from running the bat: output.txt
so naturally I took the missing files from the games files but even then I still got compiling errors: output_with_files.txt
These results are with the library included with the newest build of atlus script compiler as the one inside Tupelov's repo linked in the readme(that I'm assuming is outdated now seeing as that repo has a giant OBSOLETE in the readme) gives even more errors
The text was updated successfully, but these errors were encountered:
I know this is a very old issue but the issues with the readme being outdated will be fixed with #26 as I've updated it so it should be much easier to actually compile the mod.
Also with those errors that you get when the correct files are there you can just ignore them. "The compiler generated Messagescript constant that conflicts with another variable" just means that somewhere some of the files have multiple messages with the same name so only one of those will actually be used. This could be fixed but it shouldn't actually make a difference unless those messages with the same names are meant to be seperate messages (which afaik they aren't, they're all just duplicates).
I tried compiling this repo in hopes of adding some features later but I encountered some problems. Both the bat and script files seem to be referencing files that aren't included here and aren't mentioned anywhere in the readme. Output that I got from running the bat: output.txt
so naturally I took the missing files from the games files but even then I still got compiling errors:
output_with_files.txt
These results are with the library included with the newest build of atlus script compiler as the one inside Tupelov's repo linked in the readme(that I'm assuming is outdated now seeing as that repo has a giant OBSOLETE in the readme) gives even more errors
The text was updated successfully, but these errors were encountered: