I'm using a 10-october nightly and my mod works.
If I use one of the newer nightlies (any form the current list of available nightlies), the game freezes and crashes during startup; no message given, nothing on log.
Any hint to what might be the cause?
Found this,
https://openxcom.org/forum/index.php/topic,3550.msg54335.html#msg54335, but it indicates stuff that i don't know: what is nextUfoCounter? spawnCountdown? liveUfos?
My alienMissions are still defined with the classic style.. which is the style that the game default ruleset seems to still use, and ruleset reference too (and other mods too).
Also i'm not using missionZone / missionSiteZone -1 anywhere (whatever the latter is); and i don't mix terror/not-terror mission in missionScripts; the only thing i do is mixing different terror mission. For example, all the STR_ALIEN_DROP_... are terror mission with only difference being the ufo waves and size of the alienDeplyment:
- type: alienInfiltration
label: 102
firstMonth: 0
executionOdds: 85
startDelay: 150
useTable: false
missionWeights: &missionWeightsAlienInfiltration
0:
STR_ALIEN_DROP_SMALL: 80
STR_ALIEN_DROP_MEDIUM: 20
1:
STR_ALIEN_DROP_SMALL: 70
STR_ALIEN_DROP_MEDIUM: 30
2:
STR_ALIEN_DROP_SMALL: 60
STR_ALIEN_DROP_MEDIUM: 40
3:
STR_ALIEN_DROP_SMALL: 30
STR_ALIEN_DROP_MEDIUM: 50
STR_ALIEN_DROP_LARGE: 20
5:
STR_ALIEN_DROP_SMALL: 10
STR_ALIEN_DROP_MEDIUM: 60
STR_ALIEN_DROP_LARGE: 30
7:
STR_ALIEN_DROP_MEDIUM: 50
STR_ALIEN_DROP_LARGE: 50
9:
STR_ALIEN_DROP_MEDIUM: 40
STR_ALIEN_DROP_LARGE: 60
regionWeights: ®ionWeightsAliens
0:
STR_NORTH_AMERICA: 18
STR_ARCTIC: 2
STR_ANTARCTICA: 2
STR_SOUTH_AMERICA: 14
STR_EUROPE: 16
STR_NORTH_AFRICA: 10
STR_SOUTHERN_AFRICA: 10
STR_CENTRAL_ASIA: 12
STR_SOUTH_EAST_ASIA: 20
STR_SIBERIA: 5
STR_AUSTRALASIA: 10
STR_PACIFIC: 5
?