RimWorld

RimWorld

3,874 arvostelua
OgreStack
8
12
12
6
3
5
2
3
3
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Mod, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
Tiedostokoko
Julkaistu
Päivitetty
525.552 KB
21.7.2018 klo 13.16
19.7. klo 16.11
32 muutosilmoitusta ( näytä )

Tilaa ladataksesi
OgreStack

1 kokoelmassa, tekijä Ogre
Mods by Ogre
3 luomusta
Kuvaus
Mod for customizing stack sizes. As well as the ability to target specific items.

Improvements for v1.0
  • Stack changes now do NOT require a game reload, if a stack is modified below a set stack size the stack is split up into smaller stacks. Should still save your game after every stack size adjustment; because if you adjust stacks, dont save, then reload a game, you could lose items.
  • Custom in game menu lets you pick between different modes ( scalar / fixed )
    • scalar: multiplies the base count by the number specified
    • fixed : simply sets the stack size to the number
  • Attempted to make it more clear how to set individual overrides via the Overrides.xml file.

Load Order
  • It hopefully won't matter. The stack modification code attempts to run after initial processing is complete. But if you have problems. Try moving OgreStack to last place.

Defaults
(Groups)
  • Small Volume Resources : x30 - ( gold, uranium, ... )
  • Resources : 1000 ( steel, wood, plasteel, ... )
  • Raw Food : 1000 ( corn, rice, ... )
  • Raw Meat : 1000 ( meat, eggs, ... )
  • Raw Plants : 2000 ( smokeleaf leaves, ... )
  • Meals : 150 ( fine meal, lavish meal, ... )
  • Animal Food : 2000 ( kibble, hay, ... )
  • Foods : 1000 ( pemmican, chocolate, ... )
  • Items : 20 ( horns, mech serums, ... )
  • Body Parts & Implants : 5 ( arms, bionics, ... )
  • Textiles : 1000 ( cloth, wool, ... )
  • Leather : 1000 ( leather )
  • Stone Blocks : 2500 ( granite, marble, ... )
  • Manufactured : x10.0 ( components, wort, chemfuel, ... )
  • Medicine : 75 ( herbal, glitter, ... )
  • Drugs : 4000 ( smokeleaf joints, yayo, ... )
  • Mortar Shells : 25 ( antigrain, high explosive, ... )
  • Artifacts : 10 ( psychic lances, ... )
  • Other Stackables : x10 ( other items that stack but do not use vanilla game categories )

(Individual)
  • AIPersonaCore : 1
  • TechprofSubpersonaCore : 1

Updates
  • Jan 6, 2020
    • Allow stacking of items with CompQuality, so long as the original content author wants the item to be stackable (like Wine in Vanilla Factions Expanded - Medieval)
  • August 20, 2018
    • Changed input boxes to plain text and parse input. Should fix strange '1E-06' type of input errors.
    • Removed all default item overrides except for 2 related to persona cores (this change will only be for new subscribers, or current subscribers who delete their Overrides.xml file)
    • Added various buttons for Presets in the settings window, should make setting stack sizes even faster
    • Altered text in overrides section to indicate that section is only for users comfortable in XML files, and who want to target one off ThingDefs to stack different than the configured settings

Translations
  • Japanese : Proxyer
  • Spanish: 53N4
  • Russian: LeonusDH

Feedback
  • Upvotes are much appreciated, Thanks!
  • Reasons why you don't like the mod are much better in the comments opposed to a downvote. That way I might be able to fix it!

GitHub: https://github.com/cmdprompt/OgreStack
Suositut keskustelut Näytä kaikki (4)
2
8.2. klo 9.06
Fertilized Egg Stacking vs Unfertilized Egg Stacking
RimworldDweller
4
30.8.2023 klo 22.20
Misc Robots, misc Robots++ fix
Ltd_Ford
3
25.9.2023 klo 3.21
Custom Support List
Ogre
680 kommenttia
[Aurora the Sovereign of Ice] 14 minuuttia sitten 
i am currently having a weird interaction with certain item in a mod

the mod is the "[Aya] Silkiera Race" and the item in it is the "Cat Stamp"

in base mod the Cat Stamp item stacks up to a 1000 normally, it is clasified as an item so when i installed this mod, it got set to "fixed 20" so it deleted the item in the stacks down to 20, once i managed to fix it setting the item category to scalar, it seems to fix it as long as i dont quit the game

if i quit the game or reload the save, the stacks delete back to 20 again and it stays fixed at 20 until i swtich the stacking method; then it starts stacking normally again.

I tried to set an exception for the item as instructed
<item defName="HAR_SK_Item_Extra_a" stackLimit="1000"/> as to try and stop it from trying to modify the item stack limit, but it still default sets it to 20 anyways... i am either too dumb to figure it out or perhaps something is not working as intended in my modlist and its messing it up
jpinard 26.8. klo 13.35 
Does this affect how much a shelf can hold?
Phonicmas 25.8. klo 5.43 
Is it possible to set an override from a mod, and if so how?
I have some items that break when stacked, and i would like to make it compatible with this by having it override the stack settings for them.
Ogre  [tekijä] 24.8. klo 12.49 
@Anker: this mod has no job code whatsoever.
Anker 23.8. klo 16.04 
Or... No, it's back. I have no idea what's causing this issue.
Anker 23.8. klo 15.14 
"Increased Stack" has the same issue. 1.6 *really* doesn't like pawns trying to haul too much at once, it looks like.
Anker 23.8. klo 15.08 
I was having the issue of my game lagging heavily, because every single hauling job (you know, whenever pawns try to pick up an item, which is ALL THE TIME) ticked ten jobs per tick. Needless to say, spamming 10x the jobs was super excessive and unoptimized.

At first I ticked off all the hauling mods, like pick up and haul, or stack first. But no. After trial and error, it was this mod. Why does this mod have code to make pawns stack 10 jobs in one? who knows.
Guldflips 17.8. klo 6.40 
even if i set the max stack to a high number it doesnt wanna stack to that
Ogre  [tekijä] 12.8. klo 20.05 
@jiopaba. Yes you can add them to your overrides.xml.
Jiopaba 12.8. klo 8.01 
Hi Ogre! Is there a way to specify an override as a patch in another mod? Or possibly just add them to the Overrides file as additions, assuming that missing files there doesn't cause an issue.

VBE_Blueprint and HVT_PersonalityNeuroformatter items both break entirely when stacked to more than one, basically. Haut's Personality Neuroformatters come with 10 charges, and the charges don't decrease correctly when they're stacked unless you use 10 at once. The Blueprints when stacked lose their individuality and become a stack of one blueprint. When unstacked, each one will become a new and randomized blueprint.