Starbound

Starbound

[Modder Resource] Dungeon Patch Cheat Sheet for Every Planet on the Workshop (with .biome files)
21 条留言
FUS  [作者] 7 月 29 日 上午 9:34 
Well you're in luck because I finished updating it just a few hours ago!
Armok 7 月 29 日 上午 8:01 
Somehow missed this mod lol, nice to see I wasn't the only one who wanted to be thorough in adding modded planet support
󠀡󠀡 6 月 9 日 下午 3:40 
thanks :D
FUS  [作者] 6 月 9 日 上午 5:57 
Dammit, I remember glossing over these 2 because the title said "on Planets" instead of "with Planets". One moment.
Дикий Огурец 4 月 30 日 下午 1:18 
Got it, thanks. Just wanted to remove all microdungeons and structures from FU.
FUS  [作者] 4 月 26 日 下午 12:26 
Pt. 3 - And as for the microdungeons, in .biome files paths to the microdungeon lists wary from file to file, could be higher, could be lower.
So you'll have to address them on a case by case basis there. Patch generators help with that a lot.
FUS  [作者] 4 月 26 日 下午 12:23 
Pt. 2 - The caveat is though, when removing modded entires, say, from a vanilla planet, first you'll have to account for the vanilla entries (i.e. not start from 0, but from whatever the first unused number after them is (in the .config), usually it's 22, but that can vary).

And second, you'll have to do the same test/remove operation on a few more numbers afterwards, because modded entries will shuffle around the list from load order to load order, so you'll have to check a bunch of them for the one you want to delete.

Oh, and don't forget to include the affected mod in the _metadata, otherwise there won't be anything to remove in case it loads after your patch.

It'd be wonderful if there was a more elegant way of doing it, but sadly I'm not aware of any.
FUS  [作者] 4 月 26 日 下午 12:23 
Pt. 1 - Technically yes, but the patch would be written differently.
For example, to remove an Avian Temple from the Forest planet in vanilla terrestrial_worlds.config:

[
{
"op": "test",
"path": "/planetTypes/forest/layers/surface/dungeons/4",
"value": [1, "aviantemple"]
},
{
"op": "remove",
"path": "/planetTypes/forest/layers/surface/dungeons/4"
}
]
Дикий Огурец 4 月 26 日 上午 11:42 
Can it be used to remove existing structures in mods and micro dungeons?
FUS  [作者] 4 月 23 日 上午 5:40 
Patch generator is your friend there. I have at least 2 listed here.
There's a lot going on inside the .biome files, ores, mobs/critters and microdungeons are all crammed in there, so making a one-fits-all type of patch for them just isn't feasible.
tigerfestival1988 4 月 23 日 上午 2:28 
Damn, I was excited about this until I saw that the .biome files aren't patched. If they were I'd sooooooo use this mod. Shame :suzusad:
FUS  [作者] 4 月 22 日 下午 2:28 
Ok done, I also went over the lists again and I think it's done for real this time.
Doubt it'll be very high maintenance in the long term but I won't mind having someone else to keep an eye on it just in case.
gensou ichida 4 月 22 日 下午 12:48 
ooo nice! my github username is HALLEYSHURA btw!
FUS  [作者] 4 月 22 日 上午 8:44 
@gensou ichida Since you've asked, I'm gonna field promote you to a Collaborator in the now open repo. But I'm gonna need your username from there to do so.
Or even multiple of those who can work with it, why not, the more the merrier.
Leonard 4 月 21 日 下午 10:31 
This is amazing! Thanks.
FUS  [作者] 4 月 21 日 下午 4:59 
I'll see what I can do by tomorrow, never actually uploaded anything there before
gensou ichida 4 月 21 日 下午 4:49 
oooo any chance of a github mirror? O:
Lukiwarble 4 月 21 日 下午 4:08 
This is literally the dream :steamthumbsup:
FUS  [作者] 4 月 21 日 下午 1:33 
Yeah no problem :blissful_creep:

I've missed a few oceanics in FU and Arcana the first time around, so if anyone have saved the patches so far you might want to do a redownload.
AgentKirin 4 月 21 日 下午 12:38 
More inter-mod interactivity is always nice. Thanks for this :3