Barotrauma

Barotrauma

Not enough ratings
32x Stack (xpath)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
423.960 KB
2 Sep, 2022 @ 8:29am
5 Apr, 2023 @ 1:09am
7 Change Notes ( view )

Subscribe to download
32x Stack (xpath)

In 1 collection by shangjiaxuan
Project Harmony
14 items
Description
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 Comments
Student_Shaw 14 Jan @ 7:21am 
老尚,游戏更新了个maxstacksizecharacterinventory的变量导致32堆叠出现了一些问题。我尝试用你的replace代码修改但没能成功,直接在游戏源文件里修改反而成功了,怪得很。之后方便的话看看不?
shangjiaxuan  [author] 23 Jul, 2023 @ 9:48pm 
@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 4 May, 2023 @ 4:21am 
Also, is this normal with ammo box stacks in ammo shelf?

https://steamproxy.net/sharedfiles/filedetails/?id=2971046979
pks 3 May, 2023 @ 2:45pm 
+ 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  [author] 6 Oct, 2022 @ 1:02am 
@ 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 27 Sep, 2022 @ 7:42am 
I see, but what is the purpose of this change ? Performance ?
Greenie /Taxibutler 16 Sep, 2022 @ 7:42pm 
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 13 Sep, 2022 @ 9:12am 
Can you explain in a simplier way what does it do ?

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