Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If the game was updated since this was made and they screwed with the crewmate system, then this mod probbaly needs to be updated to work right again.
I don't have either time nor interest in Starbound to do either at the moment I'm afraid, but if someone else wants to make and release a patch, you have my complete permission to do so.
I don't know if this is just with the Hunter Crewmembers addon (since thats what I was trying to recruit them for) or with the actual mod in general too. I'll have to do further testing but I wanted to let you know on this.
Copypasted from the Job Offers mod page, but I wanted to post it here as well.
The reason I feel I can't change the name is that I have no way to warn people to dismiss their Hunters before updating with Steam Workshop. But...
I think the best thing to do at this point is I'm going to delete the mods and reupload them with the changed name. That way I can warn people to dismiss their Hunters from the old mod before uninstalling it and switching to the new one.
I will do that tomorrow.
You could either release a "Hunter Crewmembers: Frackin' Universe Compatible" or a "Hunter Crewmembers Compatibility Addon: Frackin' Universe." Players who use FU could use that instead. And players who've already been using your existing Hunter Crewmembers would remain unaffected.
That would probably work if the issue was an internal data one, but it is a conflict with the *FILE NAMES* (we use the same file name - "crewmemberhunter.npctype"), so there's absolutly positivly NOTHING I can do about it that wouldn't cause people who already had hunters from my mod to have their save files permanantly damaged... T_T
Perhaps you could use the "test" case with the "op" function in a .patch file to test whether or not the player has Frackin' Universe installed, then use that case to patch one of your own mod's files to behave slightly different for such players? (If a "test" is positive, then everything between the [ ] brackets is performed. Otherwise, everything between those brackets gets ignored.) You could look at the code in Craftable Seeds for an example. He tests for the presence of Extended GUI so it only replaces the interface with an extended version if players have it installed.
If Frackin' Universe hunters are similar to your own, perhaps your patch could allow Job Hunters to give players the option to hire NPCs as Frackin' Universe-style hunters?
I just figured out that my Hunters mod is incompatible with Frakin' Universe, so I've got the headache now of trying to figure olut how best to patch out that incomaptbility... Apparently it also adds a new "hunter" class or something with the same name as mine... =.=
In frustration, I uninstalled all three this time, including Job Offers. Then I installed in this order: Job Offers, Hunter Crewmember, Job Offers Compatibility Addon. Maybe that made a difference? Perhaps uninstalling and reinstalling changed the load order somehow?
And that IS the question isn't it...
I actually tried BOTH, and the Steam Workshop version was causing CTD's. Then I removed those lines from the _metadata file and the errors stopped, so I assumed I'd solved it...
I find it strange that you don't get this error. Are you using this Steam version? Or, are you running it from your /mods/ folder?
I dunno why the "_metadata" file had both of the required mods listed in it, as these were apparently unnessesary (found out by checking my "Avali Rocket Launchers + Misc" mod's _metadata file).
As far as I can tell, the issue has been fixed and this patch will no longer cause CTD issues due to out of order mod loading.
I still don't understand how the Steam Workshop handles file loading... I had no issues when I tested them myself, but obviously that was done with normally installed mods because I was in the middle of developing them. :P
I've not heard of the "priority" setting, but I will give it a shot.
...But is "90" a high or low priority? From your error log snippit @Thundercraft it sounds like this patch is trying to get itself loaded before Hunter Crewmembers is. If 90 is a HIGH priority, then I'd need to add it to Hunter Crewmembers, not this patch. :/
[Error] Application: exception thrown, shutting down: (NpcException) Error loading npc type '/npc/crew/crewmemberhunter.npctype'
I had Job Offers installed first, then Hunter Crewmembers, then this patch. No joy. I uninstalled Hunter Crewmembers and the patch and now my game is back to normal.
Perhaps, could changing the priority of one of your three mods fix this issue? Maybe try adding this line to your _metadata file?
"priority" : 90,