Hello to the wole team,
First, congratulations for the constant improvement performed to OXC and now OXCE.

I would like to update my mod from V7.9.8 to V8.1.0.
The problem is my mod is a big mod, so it would take me months (or years) to restart it from beginning under V8.1.0, including features one by one and reimplementing when not working anymore under V8.1.0
So I'm trying to run it in V8.1.0, and make correction when requested.
Let's start with the two first issues that I don't understand:
ERROR 1:Error message:
[23-03-2025_22-08-37] [ERROR] failed to load 'Hell Mod'
F:/OXCE/OXCE V8.1.0 HellMod/user/mods/HellMod/Ruleset/ZListOrders/999_ZListOrders_Items.rul: Error for 'Mod': Missing main node at line 140I can fix it by commenting out the code below
items:
# DISABLED BECAUSE OF V8.1.0
# - name: STR_SHIELD_GENERATOR_CRAFT_MODULE
# listOrder: 1497
# - name: STR_EXPLORATION_CRAFT_MODULE
# listOrder: 1498
This file is 633 lines long, contains all the items listorders, and only those 2 items (out of 300?) cause a failure
Instead of outcommenting the lines in error, I would be interesting to understand why.
ERROR 2:Error message:
[23-03-2025_21-52-36] [ERROR] failed to load 'Hell Mod'
F:/OXCE/OXCE V8.1.0 HellMod/user/mods/HellMod/Ruleset/Flags_OK/Flags_TagExtraSprites.rul: Tried to deserialize value node as map. Flags_TagExtraSprites.rul at line 1:1The file itself is as below (the real file contains 33 "flags")
# =======================================
# ===== CREDIT: B1ackwolf, Krokots =====
# =======================================
extraSprites:
- type: Flag0
singleImage: true
files:
0: Resources/Flags/Flag00_UnitedStates.PNG
- type: Flag1
singleImage: true
files:
0: Resources/Flags/Flag01_Australia.PNG
Here I'm stuck
If anyone could help me fixing it
Thank you very much