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
Also, log file.
The error occurs when I dismiss a randomly spawned NPC trade caravan. The caravan says it’s "dismissed" but doesn’t leave the map, and I get constant red error messages.
According to the log, your mod is calling a method that no longer exists in RimWorld 1.5:
RimWorld.Planet.WorldRendererUtility.WorldRendered
This throws a MissingMethodException because the method was removed in the 1.5 update.
I suggest replacing it with something like Find.WorldCamera != null, which is the 1.5-safe equivalent.
Thanks for your work — just wanted to report this so it can be updated for 1.5 compatibility!
To replicate, I did a dev quick test with just the base game, DLCs, and this mod. Then, I turned on God mode and created a large room (large enough to not need a roof) with one opening square instead of a door. In that square, I then placed a single barricade.
I then put the Caravan Trade Spot in the far side of the room so the traders had to cross the barricade. I then summoned a caravan via dev mode.
The caravan arrived and entered the room. After a bit of time (it seemed to vary each time), the question mark over the trader's head disappeared.
Do you have a save file to share? Are you using any other mods that affect traders, such as hospitality?