Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
Gosh I love this new clip feature.
🗂 “Could not resolve cross-reference” / missing textures or sounds | • missing Texture2D UI/commands/GR_…• missing SoundDef MeleeHit_Wood_Sharp | Cosmetic only—game spams the console but will still load. | Find the mod whose path prefix matches (GR_= Genetic Rim, UI/commands), then:– verify the PNG exists in Textures/…. If not, update the mod or re-add the asset.– for sounds, drop in a dummy SoundDef if you can’t update.
🚫 “PatchOperationReplace/Remove/FindMod … failed” | • [HRK] Gun Nut – FN SCAR• Apini Playable Race, Continued!• More Pain Genes, More Psychic Sensitivity Genes etc. | The patch tried to modify a def that doesn’t exist at load-time (wrong defName or the mod it targets is below it in your list). | 1. Move the patching mod after the mod it targets in the mod-order list.2. If it’s already later, the target defName has changed—update the XPath or grab the mod’s latest version.
🔥 “XML … defines the same field twice” | duplicate displayOrderInCategory, hideGene | Author left the same tag in twice; harmless but stops RimWorld from finishing XML parse. | Open the offending file (the path is in the log) and delete the second copy of the field. Example: displayOrderInCategory appears twice in Ageless gene—remove one.