Starbound

Starbound

LR's Storage Dimension general patch
18 条留言
NXGHTMVRX 8 月 30 日 下午 4:23 
Patch for SCS stations or ability to include multiple inside one terminal would be amazing. Also being able to click on crafting components to quickly open them for crafting. Stellar work, had big headaches with similar mods before found this one
Linkronny  [作者] 6 月 19 日 上午 10:14 
It's been a while since I looked into this patch in specific, I remember trying with the recipes that were already provided but couldn't get it to work, there was a reason but honestly I cannot remember the details , for now it's most definitely outdated and needs an update but can't promise that to be any time soon
Silver Sokolova 6 月 16 日 下午 9:06 
The reason its recipes don't need to be translated is because Starbound already does it when loading recipes. The copied recipes are also why the game crashes without Betabound installed
Silver Sokolova 6 月 16 日 下午 8:26 
Hi, this causes issues with Betabound's tech development console because the copies of Betabound's recipe files which are in this mod (why??) don't have parameters specified for the tech recipes' ingredients, which causes this issue
I can work with you on fixing this. When using OpenStarbound without this mod, the recipes work fine, so I don't think there's a need for this mod to have 'translated' versions of Betabound's recipes
Zetlin 5 月 7 日 下午 11:20 
Hi, had a similar sort of error (crash to main menu) on one of the Arcana crafting tables - something about "sb-smoothconcrete". Installing Betabound fixed it.
Linkronny  [作者] 5 月 4 日 上午 12:07 
After some testing, I noticed that this will throw said errors without Betabound , such as the "C crafting" window issue, so I have added it as a requirement for now until I find a workaround
Dybrav 5 月 2 日 下午 4:11 
Try to test it in the admin mode. I'm fine in normal mode, but in developer mode (when all recipes are not hidden), manual crafting crashes and crashes. Apparently some recipe is failing.
Linkronny  [作者] 3 月 16 日 上午 3:15 
@The Harbinger, my apologies for late response, I tried the scenario but could not get the game to crash upon opening the hand crafting, I'm trying this together with storage dimension + patches + 90 other mods alongside, and seems to be functional on my end, if you have any more details to share please let me know!
Linkronny  [作者] 3 月 6 日 下午 12:54 
oooh that's one I haven't heard of nor experienced, will look into it when I next get the chance in case it has something to do with this mod
The Harbinger 3 月 6 日 上午 11:40 
Not sure if anything else breaks this, but when I add this, pressing C to open the hand crafting (didn't try it with anything else) crashes the game. At least the base version works
Linkronny  [作者] 2 月 28 日 上午 12:56 
That's a genius idea! Thank you for the suggestion, I shall give this a go once I get the chance, got a busy weekend coming up but hopefully this modification will be pretty straight forward, famous last words
Silver Sokolova 2 月 27 日 下午 3:28 
Yes! That's what I'm suggesting. I did something similar for the Spawnable Item Pack mod's postload script, where it loads the config file then adds items to it, but skips adding an item if it's already in the file
Linkronny  [作者] 2 月 27 日 下午 12:44 
Was actually not using the postload function so trying to implement a method with it, having a bit of a struggle but this might be due to my lack of lua knowledge (or Starbound's implementation with it)
To give some insight: the recipes (from recipeLoader.config ) are currently launched at the core terminal's initiation due to me not knowing how to create a global variable that could be read across files (I feel like I'm missing something obvious, if there is a way to make global variables then that would simplify this process).
If I were to add an openStarbound process during this initiation I believe it would throw errors for non-openStarbound users...
Although after re-reading your response I feel like I misunderstood your suggestion, are you suggesting I use the postload function to modify recipeLoader.config before it makes it to the terminal? :SBpenguin:
Silver Sokolova 2 月 26 日 下午 2:29 
You could have the oSB postload function load the files that get patched then see if what it wants to add already exists before adding it. Postload scripts run after all mods are loaded, so you don't have to worry about Mod B patching the file after the postload runs and adding redundant data
Linkronny  [作者] 2 月 26 日 下午 2:23 
That would be the ideal scenario if I figure out how to merge them correctly haha
Silver Sokolova 2 月 26 日 下午 2:05 
Ooh, nice. I think it'd be better to merge the two since the oSB postload function simply won't run if oSB isn't installed. makes it easier for users, too
Linkronny  [作者] 2 月 26 日 上午 4:41 
Thank you for the suggestion! Funnily enough I've been in the process of making an OpenStarbound version of the mod and managed to get a decent amount of it done, currently tweaking things around and hopefully will have something ready soon, probably will release it as a separate mod so then both the OpenStarbound and the non-OpenStarbound version can co-exist
Silver Sokolova 2 月 25 日 下午 8:47 
You could use an OpenStarbound postload script to automate gathering recipes. postload scripts run after the game loads assets and before the title screen