Hi Xilmi,
I downloaded the source of
https://github.com/Xilmi/OpenXcom/releases/tag/v_8_2_1 (wanted to play/program/debug some options) but noticed some weird behaviours (that do not happen with OCX, that's why I am bringing it here).
When I start the game in VS (F5) I get plenty of errors like these ones:
[05-02-2024_20-14-59] [INFO] Loading rulesets...
[05-02-2024_20-15-05] [ERROR] Unknown condition: 'ge'
[05-02-2024_20-15-05] [ERROR] Error in matching arguments for operator 'if'
[05-02-2024_20-15-05] [ERROR] Error in parsing script 'accuracyMultiplierBonusStats' for 'STR_STINGRAY_LAUNCHER': invalid operation in line: 'if ge bonus 0;'
[05-02-2024_20-15-05] [ERROR] Unknown condition: 'ge'
[05-02-2024_20-15-05] [ERROR] Error in matching arguments for operator 'if'
[05-02-2024_20-15-05] [ERROR] Error in parsing script 'meleeMultiplierBonusStats' for 'STR_STINGRAY_LAUNCHER': invalid operation in line: 'if ge bonus 0;'
[05-02-2024_20-15-05] [ERROR] Unknown condition: 'ge'
The game starts all right, but then during the mission my TUs seem not to be reloaded after the end of turn (also aliens suffer with the same problem). So after everyone uses up their initial TUs from turn 1, the whole mission comes to a standstill :-).
Have you ever seen this? I am using VS2019 (if it should matter...).