OpenXcom Forum
OpenXcom Forks => OpenXcom Extended (OXCE) => OXCE Support => Topic started by: ashtroboy79 on October 01, 2022, 09:06:29 pm
-
There's a bug involving Alien Bases spawning while using the incorrect missionzone that is assigned to it. Where in this instance an alien base suppose to spawn at sea is spawn on land (Spain). It is suppose to use a SEASPAWNS missionzone, yet it end up using a LANDSPAWNS missionzone in the Hybrid mod. This is a rare bug I believe it is in the OXCE, please investigate
-
where do I download the mod?
-
Mod.io for XCom has the latest version. Link https://openxcom.old.mod.io/hybrid-mod-version-372a
-
I believe both version are the same, the only diff is one using the original globe, the other is of Luke’s Hybrid globe. The error shown in the screenshot above looks like is from the original globe.
-
Here's your issue:
- type: STR_ALIEN_BASE_ASSAULT
...
script: ALIEMBASEMAP
objectiveType: 3
nextStage: STR_ALIEN_BASE_ASSAULTUNDERGROUND
markerName: STR_ALIEN_BASE
markerIcon: 7
genMission:
STR_ALIEN_SUPPLY: 16
STR_ALIEN_BASE_UNDERWATER: 16 # <------------------------------------------------------------- here
STR_ALIEN_RESEARCH: 17
STR_ALIEN_HARVEST: 17
STR_ALIEN_ABDUCTION: 17
STR_ALIEN_INFILTRATION: 17
genMissionFreq: 6
The underwater base was created from a supply mission assigned to a land base (either Alien Base-1, -4, -8 or -9).
Region was taken from the location of the generating alien base... in your case completely randomly, since you have multiple regions overlapping on the entire globe... so OpenXcom has no clue, which region to use/take. If I see correctly both SEASPAWNS and LANDSPAWNS cover the entire globe (as first-class regions, not technical) and OpenXcom can randomly take them instead of vanilla regions.
-
Another option I can think of is that it used STR_EUROPE region, missionZone 0... region taken from an Alien Base-2 that doesn't exist anymore in this save (i.e. was destroyed in the meantime).
-
I will pass your feedback to the author of the mod. Thank you sir. Hopefully this problem will be solved for all of us playing this mod.
-
There is also another unresolved bug, classified under OXCE support https://openxcom.org/forum/index.php/topic,10791.msg149486.html#msg149486
Perhaps an investigation can be conducted when time permits? Thanks