Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Oh man! do it!
From my experience, the errors being experienced by Mooneye, hauntedPOPSicle, and AsidMjolnir are the result of the mod not saving Arrivals information appropriately; when saving the game, the mod attempts to store information about the arriving colonist, the inviter, the destination map, and the time until the pawn arrives.
However, as the pawn does not exist at the time of saving the information, the entry for the id of the arriving colonist is 'null'.
Those who have this error in their current saves can manually restore the arriving colonist by inserting the invited pawn's id into the ArrivalManager information in their save file. This information can be pulled by searching for the invited pawn's name (which can also be pulled by searching for PositiveEvent invitations). It is also necessary to set the ticks value for the arriving pawn to a positive number if negative.
This problem be avoided by modifying the LongDistance.dll of the mod:
In the ArrivalsManager class, in the ExposeData() method, in the Scribe_References.Look<Pawn>() call for the arriving pawn, set the third argument from 'false' to 'true'.
I recommend others test this method to see if it functions for them as it does for me. Additionally, there are issues that may result from this change, e.g. the invited pawn is promoted to a civilization leader or dies off-map.
I apologize for posting in an inappropriate location and beg the forgiveness of the thread creator.