Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling problems #24

Open
Pioziomgames opened this issue Sep 12, 2021 · 1 comment
Open

Compiling problems #24

Pioziomgames opened this issue Sep 12, 2021 · 1 comment

Comments

@Pioziomgames
Copy link

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

@AnimatedSwine37
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants