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

Swap System/Universe Parsing from Folders to only universe.ini referenced systems and bases #8

Open
IrateRedKite opened this issue Feb 9, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@IrateRedKite
Copy link
Contributor

When scanning a modded install where universe.ini, system and base files have been moved, it becomes clear that rather than reading universe.ini to locate the base files, the application simply parses every file in the hardcoded data/universe/systems directory. Obviously this generates a ton of issues as these files are not hardcoded or referenced by the mod at all.

The parser needs to be changed to purely look at things that are referenced via ini, and not using folders unless paths are hardcoded (The MISSION folder is a good example of this)

@IrateRedKite IrateRedKite added the bug Something isn't working label Feb 9, 2024
@IrateRedKite IrateRedKite added this to the 1.3 milestone Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant