-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hey there, sorry for clogging up the issues with a request, but I'm at my wits end and you're probably holder of the knowledge I need.
I'm trying to implement the interface approach to exposing a Public API for a mod, for me its going to be for Mission Logic.
I got it all working as a package without that stuff, but now I'm trying to reverse engineer how you set it up and its just not building for me:
https://github.com/GuerrillaWar/XCOMMissionLogic
I think it has to do with the loading order but I don't know well enough how the build scripts do there thing. I noticed that when ModConfigMenu builds it always does the API package first (so the main package always has its depedencies available by the time it compiles), but I'm unsure what or where determines this.
When I pulled down your Mod to test out building it worked first try, so I can only assume I'm doing something wrong but I have no idea what that something is.
Beat my head enough against this tonight so I figured I'm putting out the bat signal.