1
OXCE Suggestions NEW / Re: [Suggestion] Submodding "composite" data fields by their individual components
« on: November 04, 2024, 10:20:09 pm »I'd like to report a bug I can't solve myself and I hope for some assistance.
When starting the Citizens vs. Monsters mission (STR_MONSTER_VS_MOB_JUNGLE), my briefing screen is broken - see attached. Everything else works just fine.
You have XComFilesMusic active, and it overrides bunch of mission briefings to replace music, like so:
Code: [Select]
- type: STR_MONSTER_VS_MOB_JUNGLE
briefing:
music: DW_SHOCK
music:
- AS_2_AMBIENT_03
This probably replaces entire briefing data, not just music field, so oxce fills in what it can from deployment name and leaves everything else.
Look at dagon manors for same issue.