Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I can't seem to figure out what started causing this.
from there go to the folder called 1.4 then Defs then FoodDefs. You will need to edit all of these files, don't worry its very simple you will just be changing a few letters, open these using wordpad and make sure to save back ups of the files just in case.
The first file Rations_Food you want to scroll to the bunch of text under the <!--============-->
Change <defName> from RH2_Ration_MSFRation to RH2_Ration_USArmyMRE
Change <label> from Ration to MRE
Under <graphicData> change <texPath> from Things/Food/Ration to Things/Food/MRE
Under <ingestible> make sure <tasteThought> is set to RH2_AteRation_USArmyMRE
Save changes
The next file Recipes_Ration Starting at the top look for <defName> change that to RH2_CookRation_USArmyMRE then on the next line change <label> to cook MRE (this isn't needed to fix things just keeps the naming in game consistent)
scroll down a bit until you see </ingredients>
<products> You want it to be
<products>
<RH2_Ration_USArmyMRE>1</RH2_Ration_USArmyMRE>
</products>
Scroll down a bit again we're going to do basically the same for the bulk recipe
<defName>RH2_CookRation_USArmyMRE_Bulk</defName>
<label>cook MRE x4</label>
</ingredients>
<products>
<RH2_Ration_USArmyMRE>4</RH2_Ration_USArmyMRE>
</products>
Save this file
Last file just make sure it says <ThoughtDef>
<defName>RH2_AteRation_USArmyMRE</defName> I honestly can't remember if I needed to change this one or not so just check to be sure.
This fixed the errors for me and shows the MRE in game again with the proper graphics. Hope it helps. I haven't been able to figure out the storage thing yet
No worries my G