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

loadAfter element in Manifest.xml doesn't seem to work #42

Closed
Nightliss opened this issue May 12, 2019 · 3 comments
Closed

loadAfter element in Manifest.xml doesn't seem to work #42

Nightliss opened this issue May 12, 2019 · 3 comments

Comments

@Nightliss
Copy link

Nightliss commented May 12, 2019

image

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Manifest>
  <identifier>FastRegen_NanoTechRepair</identifier>
  <version>1.0.0</version>
  <dependencies>
    <li>NanoRepairTech</li>
    <li>Fastregen1.0</li>
  </dependencies>
  <loadAfter>
    <li>NanoRepairTech</li>
    <li>Fastregen1.0</li>
    <li>VanillaFurnitureExpanded-MedicalModule</li>
    <li>[sd]medicaddons</li>
    <li>MoreLinkables</li>
    <li>WallVitalsMonitor</li>
  </loadAfter>
</Manifest>

I should get a warning when I load my mod before the dependencies and those specified in loadAfter. Is it not working or am I missing something?

@Nightliss Nightliss changed the title loadAfter element in Manifest.xml doesn loadAfter element in Manifest.xml doesn't seem to work May 12, 2019
@FluffierThanThou
Copy link
Member

that does appear to be a bug, I'll investigate. Thanks for reporting!

(note that you don't have to specify loadAfter for mods already listed as a dependency, load order is implied in these cases).

@FluffierThanThou
Copy link
Member

thanks, I think this had been broken for a while, and you're the first one to notice...

@Nightliss
Copy link
Author

or no one bothered to report it :P Thank you for fast fix!

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

No branches or pull requests

2 participants