Sheights / StarboundSimpleVoreMod

A Simple Starbound Vore Mod
83 stars 30 forks source link

Foodhall doesn't exist, apparently. #208

Open WhynotIguess opened 3 years ago

WhynotIguess commented 3 years ago

Genuinely have no idea why. With and without mods, Foodhall is completely inaccessible. Any attempt to warp there, goes nowhere and I reappear in the outpost staring blankly into the void of space. I don't know what might be causing this, or if others have already reported it, but it is a problem now.

foopwo commented 3 years ago

https://github.com/Sheights/StarboundSimpleVoreMod/blob/77a5ec01696d97b26034554eba9ce0e42f233124/mods/StarboundSimpleVoreMod/dungeons/missions/foodhall/foodhall.json#L3894 Nicole was removed from the mod, but the mall version still remains. But since Nicole's data is incomplete, the game errors trying to load the foodhall and boots you back. You can revert to an earlier version for now until a fix is published.

Schlagschinken commented 3 years ago

is there any ETA or temporary fix (like removing nicole manually from the food hall file) for now?

Youhadabadday commented 3 years ago

I tested it, yeah, if you delete Nicole's listing in the code, you can access the food hall.

AlienH3ad commented 2 years ago

Deleting the mod_nicole file doesn't seem to fix the problem, at least for me it hasn't worked.

tiltbit commented 2 years ago

how do you code

WolfSteele commented 2 years ago

okay here is my solution for that problem open the file mentioned in foopwo's post on this topic with any editor (i used "Notepad++") and search for "typeName":"mall_nicole" now just replace "nicole" with "prey" (it should now say "typeName":"mall_prey"), save it and boom it now works again

BluWolf552 commented 1 year ago

@WolfSteele It worked like a charm! Thank you!