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
As written, the error is that the animal PACK image was not prepared and could not be loaded.
The cause of this Error message is usually the effect of the additional Pack mod.
To allow animals to pack, the ThingDef representing the animal, <race>, will be able to carry the load if <packAnimal> is true.
In order to make a packable mod, you need to add this <packAnimal> by Patch. At this time, if the animal to be added is inherited from another animal, not only the animal to be added but also the inherited animal will be affected.
Therefore, if an image is prepared only for the Patch target and no Pack image is prepared for the inherited animal, this error will occur because the Pack image cannot be found.
The only solution (I think) is to put the Pack image with the texPath name of the target animal into the Texture folder.
This is just a Graphic issue, so you can ignore it.
This error means that Rimworld tried to register data that was already registered when loading the data.
The cause of this error is that there are multiple pairs of the same Biome and occurrence rate set due to a mistake in the mod.
This Error is caused by mods that make changes to the Biome, such as mods that add vegetation, or mods that add Biome.
It could be caused by a variety of things, and to be honest, it is difficult to identify. Basically, it is due to the fact that the same organism is written in <wildPlants> and <wildAnimals> where animals and plants are written in the Error message in BiomeDef.
This can be solved by deleting the duplicate organism lines, but it is difficult to identify the lines to be deleted, so basically post them in the BugReport thread and I'll do my best to identify them for you.
This bug will also occur without Rimpedia, and will probably cause a bug where no vegetation or animals are generated at all when that Biome is loaded.
Therefore, you need to report it to the creator of the error-causing mod as soon as possible.
This error basically occurs when Rimpedia reads in the animals that appear in the Biome information, and the animal in question is not registered as an animal.
Rimpedia reads information from organisms that are determined to be animals in Rimworld.
This error will occur if you have a mod that adds animals to the Biome, and for some special reason (such as making it impossible to tame), you add an animal that is not treated as an animal to the Biome so that it appears normally.
Within Rimpedia, it is difficult to judge animals that we do not treat as animals, so we have a basic policy of not dealing with them.
Therefore, we do not deal with this error now.
This is an internal Rimpedia error, a bug that does not affect the game in any negative way.
Therefore, you can ignore it.
Since there are many reports and requests for this error, we are thinking about how to handle it.