Starbound

Starbound

35 个评价
[GiC] Use Default Stack
2
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
168.512 KB
2024 年 4 月 17 日 下午 5:01
2024 年 4 月 17 日 下午 5:46
2 项改动说明 ( 查看 )

订阅以下载
[GiC] Use Default Stack

描述
That isn't an ironic joke. That is an intentional game design choice, based on the loot-related aspects of GiC.
Makes all GiC items use default max stack (default: 1000), overriding any manual stack limitations set on the item side. (Can be changed with $99.99 blocks or 1 Million Max Stack)


Warning, this will affect GiC's balance as well as how it distributes loot.

Notes
This mod uses many item patches to remove max stack limitations and may require updating when GiC is updated
This is NOT a client-side mod. Both the server and all players require this mod to be installed to play

Maintaining
This following PowerShell script will make a new version of this mod. Go crazy if you want to remove stack limits for other mods as well.
Get-ChildItem -Recurse -Path unpackedMod\ -Include '*.*item', '*.*consumable' | Select-String "maxStack" -List | Select Path | ForEach-Object {$patch=$_."Path" + ".patch";$patch=$patch.Replace('unpackedMod','GiC-No-MaxStack');New-Item "$patch" -ItemType File -Value '[{ "op": "remove", "path": "/maxStack"}]' -Force }
This will auto add a patch for every item/consumable filetype that contains maxStack to a folder called GiC-No-MaxStack if you're in the <starbound root>/mods folder and the unpacked mod folder is called unpackedMod. Make sure your _metadata has a "priority" lower than the mod you are trying to patch

[theindiestone.com]
This mod can be added to and extended by the whole community. Crediting the original author would be lovely, but isn't necessary. (Then again, this community values loveliness above all else.)
13 条留言
TrippyMcGuire556 9 月 29 日 下午 12:12 
Maybe I'm dumb but is there a way to get this to work with the new update?
✪ [d3synch]  [作者] 5 月 9 日 上午 3:35 
I did it as a one-liner, if you can't run it in PowerShell ISE, you probably have ExecutionPolicy set to something that doesn't allow powershell scripts, you can check it with Get-ExecutionPolicy and set it with Set-ExecutionPolicy
Orifan1 1 月 14 日 上午 9:32 
nevermind, you have to run it in powershell. cant run it as a powershell script for some reason
Orifan1 1 月 14 日 上午 9:25 
script is not working for some reason
Lemur 2024 年 8 月 16 日 上午 9:53 
Can you do stack fix for bottles?
Ghost_Dude55 2024 年 7 月 26 日 下午 11:13 
Could you do this for the (GIC) Escalation Expansion? Otherwise this is the best mod for GIC!
space is cool 2024 年 6 月 23 日 下午 11:41 
can you do this for the black ops add on for gic
Magebrawler Aura 2024 年 6 月 7 日 上午 9:31 
I could never get into GiC due to the stack limit. Thanks.
catmanmlio 2024 年 5 月 12 日 下午 1:36 
interesting
Alejvip 2024 年 4 月 20 日 上午 12:46 
Game is now fixed