Starbound

Starbound

Corporate Expansion
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
LK335q  [udvikler] 23. juni 2022 kl. 22:26
BUGS & SUGGESTIONS
Any and all feedback is welcome! Or if you prefer, we also have a Discord Server[discord.gg] where you can post suggestions, bug reports, and more.
Sidst redigeret af LK335q; 20. aug. 2023 kl. 21:45
< >
Viser 1-14 af 14 kommentarer
BC2050 7. sep. 2022 kl. 12:45 
"[Error] Could not load recipe /recipes/gmworkbench/decoration/crptexp-gmmetaltube.recipe: (ItemException) No such item 'crptexp-gmwmetal'"

You made a typo. It's supposed to be gmmetal, just to let you know.
LK335q  [udvikler] 7. sep. 2022 kl. 16:17 
Ah whoops, I'll fix that ASAP :steamthumbsup:

Edit: Alright, should be fixed now! Let me know if there's any more issues, I appreciate it
Sidst redigeret af LK335q; 7. sep. 2022 kl. 17:18
EvilBrownie 5. nov. 2022 kl. 8:23 
A few errors I've noticed on the most recent version (at the time of writing):

crptexp-gmheavymachinegun and crptexp-gmheavymachinegun2 don't have default.frames files, which pop up in the starbound.log (these 2 use differently named ones btw). Note, other standard guns with said .frames file don't log such errors.

The energy shortsword is completely busted on my end, tried both with several mods active and just this one, same result, throws a stack traceback in the log (as to not clutter this post i didn't put it here). Quick search lead me to believe it may have sth to do with "stances" missing in the primary ability section of its .activeitem file. Unsure how to help any further on this.

Lastly, while technicaly not a major issue, the built-in compatibility for improved containers/enhanced storage cause a lot of stack traceback errors IF you don't use said mods (just felt like pointing this one out as I personally don't use them and have been able to address on my end).

Edit: Did some experimenting on the energy shortsword and was able to fix it.
Replacing "primaryAbilityType" : "crptexp-shortswordcombo" to "primaryAbilityType" : "shortswordcombo" fixed the frozen and "un-swingable" sword, plus the log errors.
Sidst redigeret af EvilBrownie; 5. nov. 2022 kl. 9:28
LK335q  [udvikler] 5. nov. 2022 kl. 16:16 
interesting, thanks for bringing this to my attention. i'll see what i can do about these :steamthumbsup:

Edit: the shortsword should be fixed now! haven't addressed the other issues but since they don't seem to be breaking anything i think that's alright for now. thanks again for reporting all this, i really appreciate it!
Sidst redigeret af LK335q; 6. nov. 2022 kl. 0:29
KEET 10. dec. 2022 kl. 2:28 
Not a bug but.
There's industrial fridge that is marked as "storage" while all fridges in game marked as "refrigerated storage" so food expires in beforementioned fridge as in usual chest/box. Also tables have tag of "decoration" and not "furniture" it doesn't really makes any difference as long as player uses vanilla inventory but with something like bk3k inventory, where furniture and decorations are separate looking for barracks table might be a little frustrating.
LK335q  [udvikler] 10. dec. 2022 kl. 19:08 
ah whoops, thanks for letting me know! i'll be sure to fix these in the next update
Nephirus90 12. maj 2023 kl. 7:07 
Is it possible to lower the values of the pools in the vanilla ones? The modded pools are ok.
Like change common.treasurepools.patch first lines from:
// ================================ // Adding GMC Weapons to Vanilla Pools // ================================ { "op" : "add", "path" : "/weapon/0/1/pool/-", "value" : {"weight" : 0.25, "pool" : "crptexp-gmcommonweapon"} }, { "op" : "add", "path" : "/weapon/0/1/pool/-", "value" : {"weight" : 0.15, "pool" : "crptexp-gmuncommonweapon"} }, { "op" : "add", "path" : "/weapon/0/1/pool/-", "value" : {"weight" : 0.06, "pool" : "crptexp-gmrareweapon"} }, { "op" : "add", "path" : "/weapon/0/1/pool/-", "value" : {"weight" : 0.02, "pool" : "crptexp-gmlegendaryweapon"} }, { "op" : "add", "path" : "/goodWeapon/0/1/pool/-", "value" : {"weight" : 0.30, "pool" : "crptexp-gmcommonweapon"} }, { "op" : "add", "path" : "/goodWeapon/0/1/pool/-", "value" : {"weight" : 0.20, "pool" : "crptexp-gmuncommonweapon"} }, { "op" : "add", "path" : "/goodWeapon/0/1/pool/-", "value" : {"weight" : 0.10, "pool" : "crptexp-gmrareweapon"} }, { "op" : "add", "path" : "/goodWeapon/0/1/pool/-", "value" : {"weight" : 0.05, "pool" : "crptexp-gmlegendaryweapon"} }
To something like:
// ================================ // Adding GMC Weapons to Vanilla Pools // ================================ { "op" : "add", "path" : "/weapon/0/1/pool/-", "value" : {"weight" : 0.10, "pool" : "crptexp-gmcommonweapon"} }, { "op" : "add", "path" : "/weapon/0/1/pool/-", "value" : {"weight" : 0.05, "pool" : "crptexp-gmuncommonweapon"} }, { "op" : "add", "path" : "/goodWeapon/0/1/pool/-", "value" : {"weight" : 0.05, "pool" : "crptexp-gmrareweapon"} }, { "op" : "add", "path" : "/goodWeapon/0/1/pool/-", "value" : {"weight" : 0.02, "pool" : "crptexp-gmlegendaryweapon"} }
I love your weapons but their drop rates are so high other mods rarely shows up.

EDIT: I forgot some zeros. Now my proposal doesn't increase drop rate xD
Sidst redigeret af Nephirus90; 13. maj 2023 kl. 9:02
LK335q  [udvikler] 12. maj 2023 kl. 20:25 
Yeah I can do that, no problem! Will see about reducing the droprates significantly in the next update :steamthumbsup:
Nephirus90 13. maj 2023 kl. 4:06 
Thank you!
weapons kind of need a buff honestly. They're often outperformed even by vanilla firearms
LK335q  [udvikler] 20. aug. 2023 kl. 21:37 
@The Pizza is Aggressive
I'll go through the weapons and make some adjustments. Weapon balance isn't exactly my forte, so feedback is much appreciated!
KEET 11. jan. 2024 kl. 7:57 
Oprindeligt skrevet af LK335q:
ah whoops, thanks for letting me know! i'll be sure to fix these in the next update
It's still just a 'storage'.
Kinsect 27. mar. kl. 21:04 
Say can you make Betabound's ammo mechanic compatible with Corporate Expansion's firearms?

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2010607826
LK335q  [udvikler] 18. apr. kl. 23:29 
Oprindeligt skrevet af Kinsect:
Say can you make Betabound's ammo mechanic compatible with Corporate Expansion's firearms?

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2010607826

I will consider it! I don't know if I can make any promises since I don't know how Betabound's system works and I have a lot on my plate as is, but I appreciate the suggestion nonetheless! I would love to have a system for switching between more ammo types for GMC's weapons either way - it's been an idea in my head since the mod's inception but I never found the time or means to implement it.
< >
Viser 1-14 af 14 kommentarer
Per side: 1530 50