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

World munge auto-detects wrong LVL file names for stock worlds #2

Closed
marth8880 opened this issue Sep 23, 2017 · 2 comments
Closed

World munge auto-detects wrong LVL file names for stock worlds #2

marth8880 opened this issue Sep 23, 2017 · 2 comments
Assignees
Labels

Comments

@marth8880
Copy link
Collaborator

For example, adding _BUILD\Worlds\TAT\munge.bat would auto-detect the Munged Files to be tat.lvl instead of tat2.lvl and tat3.lvl. This is because the application currently goes off of the first argument that's supplied to munge_world.bat, e.g.: @call ..\munge_world.bat TAT %1

A solution to this would be to add conditions for munging worlds that auto-detects the LVL outputs based on the world's REQ files. If it works out, might want to do this with sides as well, but that could become tricky since many sides have sub-REQ files that are compiled into a single LVL file.

@marth8880 marth8880 added the bug label Sep 23, 2017
@marth8880 marth8880 self-assigned this Sep 23, 2017
@marth8880
Copy link
Collaborator Author

Additionally, it would be useful for the user to be able to browse for a REQ file and then auto-detect and add its associated munge batch file to the list.

@marth8880
Copy link
Collaborator Author

Fixed in commit bdf9a7b - closing.

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

No branches or pull requests

1 participant