Thanks,
Actually i try to debug src/Savegame/AlienMission.cpp
As based on saved that i have, any data that exist here force OXC to quit. Using latest build.
Save data:
- type: STR_ALIEN_RETALIATION
region: STR_EUROPE
race: STR_SECTOID
nextWave: 0
nextUfoCounter: 0
spawnCountdown: 1920
liveUfos: 0
uniqueID: 7
Retalation mission rule:
- type: STR_ALIEN_RETALIATION
points: 0
raceWeights: {} #Special case, race comes from trigger UFO.
waves:
- ufo: STR_SMALL_SCOUT
count: 1
trajectory: P8
timer: 3000
- ufo: STR_MEDIUM_SCOUT
count: 2
trajectory: P8
timer: 3000
- ufo: STR_LARGE_SCOUT
count: 3
trajectory: P8
timer: 3000
- ufo: STR_BATTLESHIP
count: 2
trajectory: P8
timer: 3000