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
You can see all the posts there's been since I posted that
Could you tell me if anyone has confirmed, that your fix from this comment work?
I think it was Tedster who pointed out there's no suitable medium parcel for that mission. I think adding this to the mod's XComParcels.ini will fix (it re-uses a vanilla parcel)
-arrAllParcelDefinitions=(MapName="md_RemoteScienceStation_01", eSize=eParcelSizeType_Medium, arrPlotTypes[0]=(strPlotType="Wilderness"), eFacing=EParcelFacingType_E, ObjectiveTags[0]="Sabotage")
+arrAllParcelDefinitions=(MapName="md_RemoteScienceStation_01", eSize=eParcelSizeType_Medium, arrPlotTypes[0]=(strPlotType="Wilderness"), eFacing=EParcelFacingType_E, ObjectiveTags[0]="Sabotage", ObjectiveTags[1]="SabotageCel")
I have tried to start a discussion for the issue, to allow others that encounter the problem, a fix if it works.
"md_RemoteScienceStation_01" is a vanilla parcel, the two lines remove its vanilla set-up then re-create it adding the capability for it to be used as an objective for this mod's missions
interesting...
but in the mod configs there is another line:
+arrAllParcelDefinitions=(MapName="lg_RemoteCelatidScienceStation_01", eSize=eParcelSizeType_Large, \\
arrPlotTypes[0]=(strPlotType="Wilderness"), \\
ObjectiveTags[0]="SabotageCel")
It is very different from the one you are trying to delete:
-arrAllParcelDefinitions=(MapName="md_RemoteScienceStation_01", eSize=eParcelSizeType_Medium, arrPlotTypes[0]=(strPlotType="Wilderness"), eFacing=EParcelFacingType_E, ObjectiveTags[0]="Sabotage")
I think it was Tedster who pointed out there's no suitable medium parcel for that mission. I think adding this to the mod's XComParcels.ini will fix (it re-uses a vanilla parcel)
-arrAllParcelDefinitions=(MapName="md_RemoteScienceStation_01", eSize=eParcelSizeType_Medium, arrPlotTypes[0]=(strPlotType="Wilderness"), eFacing=EParcelFacingType_E, ObjectiveTags[0]="Sabotage")
+arrAllParcelDefinitions=(MapName="md_RemoteScienceStation_01", eSize=eParcelSizeType_Medium, arrPlotTypes[0]=(strPlotType="Wilderness"), eFacing=EParcelFacingType_E, ObjectiveTags[0]="Sabotage", ObjectiveTags[1]="SabotageCel")
The mission is the only information stored in this mod's XComMissionDefs, XComMissions, XComParcels, and XComSchedules. You should be able to safely delete, or comment over, those.