RimWorld

RimWorld

1,188 vurderinger
Optimization: Meats - C# Edition
9
4
12
3
7
2
2
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Mod, 1.4, 1.5, 1.6
Filstørrelse:
Offentliggjort:
Opdateret:
2.818 MB
10. juli 2021 kl. 4:15
11. juni kl. 20:24
52 ændringsbemærkninger ( vis )

Abonner for at downloade
Optimization: Meats - C# Edition

I 1 samling af SeoHyeon
Mods I made
6 genstande
Beskrivelse
Save game compatible?
- Basically adding or removing this mod from mid-save will cause hash collision error.
But you can use Mid-saver Saver to fix those error. Try use 'Fix hash collision' method.
Instructions
1. Add Mid-saver Saver in your mods list and load your existing save. Make sure that you don't load this mod yet. then Turn on the 'Fix hash collision' in its mod settings and save the save and exit the game.
2. After that, remove Mid-saver Saver and add this mod and load the save.

This mod was inspired by Optimization: Meats made by Owlchemist.

This mod reduces the meat variety in the game.

So.. Who would want this?
- People who don't care about all animal meat because all animal meat will end up being treated the same.
- People who want to simplify their meat storage situation.
- People who use animal mods, but want to benefit from a slight performance increase. due to fewer defs.


Compatibility
- Most mods are compatible except other meat optimization mods.
- 'Meats that shouldn't be merged' doesn't merge into one automatically! (Aerofleet meat from Alpha Animals for example)
- If you're having problems with the mod, please let me know!


Known Issue
- Ideology DLC: Be careful when you create your own Ideo. If your ideo has venerated animals, Mood debuff: 'Ate venerated animal meat' won't work. Since these meats are merged into one. And if the animal was cow, your pawns will get mood debuff when eat meals consist of raw meat.


Load order
- It really doesn't matter. Auto sort is fine for it!
but I recommended...
Core, Royalty, Ideology
(Other animal, food mods)
This mod
RocketMan

or try to use RimPy!

For Modders
- If you want to add your races or meats to exclude from the optimization, then try to make patch like...
... <match Class="PatchOperationAdd"> <!-- If the race drops the meats below, Then excludes the race from the meat optimization. --> <xpath>/Defs/AlienMeatTest.MeatListDef[defName="WhiteList"]/meats</xpath> <value> <li>Meat_Alien_Moyo</li> </value> </match> ... <match Class="PatchOperationAdd"> <!-- Excludes the races below from the meat optimization. You don't have to make it both.--> <xpath>/Defs/AlienMeatTest.MeatListDef[defName="WhiteList"]/races</xpath> <value> <li>Alien_Anty</li> </value> </match> ...

- This mod has a harmony postfix patch for 'ThingDefGenerator_Meat.ImpliedMeatDefs()'.

Recommended mods
- Optimization: Leathers - C# Edition

Source code
https://github.com/csh1668/OptimizationMeat
Populære diskussioner Vis alle (3)
80
6. juli kl. 13:34
FASTGJORT: Report red error or incompatibility issues in here
SeoHyeon
8
6. apr. 2024 kl. 9:14
FASTGJORT: Suggestions 모드 아이디어 제안
SeoHyeon
0
16. juli 2021 kl. 16:42
Mid-Save Subscription Possible
Mr. Nekuromu
370 kommentarer
Witch ~ For 2 timer siden 
Purge this man below
SAUCE__GODD For 2 timer siden 
She optimize my meat til I C#
Radiosity 13. juli kl. 11:00 
@Rice - Leathers optimised existed long before this one, just use that?
FirstBornAcorn 13. juli kl. 10:52 
works on new animals, sadly does not on fish
Rice 11. juli kl. 16:34 
hey dude could you do one for leathers?
Dizzy Ioeuy 4. juli kl. 13:16 
And it's OK for fish and crab, etc.? the new animals?
McThief 28. juni kl. 14:58 
Absolutely mandatory in my opinion. Simple yet amazing mod.
Radiosity 24. juni kl. 17:32 
@MBarf - Already mentioned, nice to have some confirmation from someone else. I'm playing a game right now without the mod and wealth graph is a-okay. On previous runs it'd break on day 1 or 2, the moment I started hunting and storing raw meat.
Radiosity 22. juni kl. 5:58 
It was a fairly lightweight pack by my usual standards, though. Mostly trading focused with my foundation QoL mods (the usuals like Allow Tool etc). VE trading, auction house, some of the VE farming/plants type mods. It was intended to be a fairly sedate 'produce large batch orders for VE trading' style run, nothing big or complex.