Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
Based on your last comments, the content of PopulationTables.xml should be:
<?xml version="1.0" encoding="utf-8"?>
<populations>
<population Name="IchorMerchantInventory" Load="Merge">
<group Name="Items" Load="Merge"> <!-- Add the Load="Merge" attribute to each nested group, mimicking the base game's PopulationTables.xml structure -->
<object Blueprint="cats_waterbottle" Chance="100" Number="1-2"/>
</group>
</population>
</populations>
Thankfully, it is a rare, random event that "cats_waterbottle" is chosen as an ingredient.
The error is:
ERROR - Booting game :System.NullReferenceException: Object reference not set to an instance of an object
at XRL.Annals.ImportedFoodorDrink.Generate () [0x00422] in XRL.Annals\ImportedFoodorDrink.cs:87
To fix this, open PopulationTables.xml in this mod. Delete the following lines:
<population Name="Ingredients_EarlyTiers" Load="Merge">
<group Name="Items" Load="Merge">
<object Blueprint="cats_waterbottle" Number="1" Weight="10"/>
</group>
</population>
Believe it happened on a map with glowpads
Unused attribute "Amount" detected.
Seems Number="1-2" should be used instead of Amount="1d2"
MODERROR [1Percent Loot Drops Expanded] - File: file:///C:/Program Files (x86)/Steam/steamapps/workshop/content/333640/2400127933/ObjectBlueprints.xml, Line: 467:5 Attempt to merge with Naphtaali which is an unknown blueprint, node discarded
MODERROR [1Percent Loot Drops Expanded] - System.MissingMemberException: File: file:///C:/Program Files (x86)/Steam/steamapps/workshop/content/333640/2400127933/ObjectBlueprints.xml, Line: 657:58 No XRL.World.Parts.BleedingOnHit.SelfOnly property exists.
MODERROR [1Percent Loot Drops Expanded] - System.MissingMemberException: File: file:///C:/Program Files (x86)/Steam/steamapps/workshop/content/333640/2400127933/ObjectBlueprints.xml, Line: 383:80 No XRL.World.Parts.DesalinationPellet.ConvertLiquid property exists.
MODERROR [1Percent Loot Drops Expanded] - System.MissingMemberException: File: file:///C:/Program Files (x86)/Steam/steamapps/workshop/content/333640/2400127933/ObjectBlueprints.xml, Line: 383:102 No XRL.World.Parts.DesalinationPellet.ConvertLiquidTo property exists.