Barotrauma
十分な評価がありません
32x Stack (xpath)
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
423.960 KB
2022年9月2日 8時29分
2023年4月5日 1時09分
7 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
32x Stack (xpath)

shangjiaxuan 作成の 1 件のコレクション
Project Harmony
14 アイテム
解説
Reimplemented version of https://steamproxy.net/sharedfiles/filedetails/?id=2683570256

This mod when used with https://github.com/Regalis11/Barotrauma/pull/9779 patched game (e.g. https://steamproxy.net/workshop/filedetails/?id=2856758496 ) will NOT conflict with other mod that also changes these items (you need to put this mod on top of those).

Compared to the original one, this also stacks:
oxygeniteshard
sulphuriteshard
alienpowercell
pipetobacco
flare
glowstick
fuelrod
fulguriumfuelrod
thoriumfuelrod
depletedfuel
redpaint
greenpaint
bluepaint
blackpaint
whitepaint
dirtybomb
uex
c4block
compoundn
volatilecompoundn
ic4block
nitroglycerin

alienblood
huskeggs
swimbladder
adrenalinegland
batterycell
fulguriumbatterycell
endocrinebooster
repairpack
fixfoamgrenade
fertilizer
creepingorangevineseed
tobaccovineseed
saltvineseed
raptorbaneseed
coalitioncommendation
coalitionmedal
skillbooksailorsguide
skillbookhandyseaman
skillbookeuropanmedicine
skillbooksubmarinewarfare
poop
food
mucusball
chitin
oxygentank
oxygenitetank
weldingfueltank
incendiumfueltank
fulguriumfuelrodvolatile

geneticmaterial_unresearched
smgmagazine

chaingunammobox
chaingunammoboxphysicorium
chaingunammoboxshredder
coilgunammobox
physicoriumammobox
coilgunammoboxexplosive
coilgunammoboxpiercing
flakcannonammobox
flakcannondirectionalammobox
flakcannonammoboxphysicorium
flakcannonammoboxexplosive
pulselaserammobox
pulselaserammoboxtrilaser
8 件のコメント
Student_Shaw 1月14日 7時21分 
老尚,游戏更新了个maxstacksizecharacterinventory的变量导致32堆叠出现了一些问题。我尝试用你的replace代码修改但没能成功,直接在游戏源文件里修改反而成功了,怪得很。之后方便的话看看不?
shangjiaxuan  [作成者] 2023年7月23日 21時48分 
@pks Yes, this is normal. The game calculates the shown sprites as all items inside container. When a container has more than designed item count, they will get outside offset.

id cards since they contain different credential (tag), I would think that they shouldn't be stackable since selecting a newly picked up one from a stack will be difficult.

As for others, I will consider adding them in the next update. Thanks for feedback.
pks 2023年5月4日 4時21分 
Also, is this normal with ammo box stacks in ammo shelf?

https://steamproxy.net/sharedfiles/filedetails/?id=2971046979
pks 2023年5月3日 14時45分 
+ spinelingspikeloot - looting these is so very tedious

+ crawleregg, huskstinger - not as tedious but still

+ crawlermask - to keep this otherwise useless trophy without sacrificing storage

+ idcard, idcardwreck - same, these are mostly husk/wreck trophies

Added these locally and see no issue.
shangjiaxuan  [作成者] 2022年10月6日 1時02分 
@ Clorthax The Trickster Chap. when using other mods that modify these items, this mod will still work correctly with the modified stack size.

E.g. some other mod changed deconstruct result for iron. This mod when is above that other mod in mod list will still offer the 32 stack limit instead of the one in the other mod.

Mainly for less mod conflict, since 32 stack works with so many items.
The Cat 2022年9月27日 7時42分 
I see, but what is the purpose of this change ? Performance ?
Greenie /Taxibutler 2022年9月16日 19時42分 
It should basically be the same, but instead of replacing the item with another with a higher stack, it just changes the stack size @Clorthax. Example, Carbon can have 8 in a stack. With the 32x stack mod, a new Carbon item has a stack of 32, but is not the original; with the xpath, it is the original carbon with 32x stack and not a new carbon.
The Cat 2022年9月13日 9時12分 
Can you explain in a simplier way what does it do ?

I don't get the difference between this one the the original.