Viktor-Shcheglov / CivNQMod_2019

NQ mod repo to maintain consistency between current editors
4 stars 2 forks source link

Diplo Screen Fixes for 5 Civs #8

Open joedementri opened 4 years ago

joedementri commented 4 years ago

In v24 LekMod Single Player, several leader screens are grayed out and has the "No scene loaded for this leader" when meeting/interacting.

To fix this (using Israel as an example):

  1. Added a MC_Isreal_Leaderhead.xml file with the fallback image as David.dds. This is similar to how a new civ like Scotland is set up.
  2. Edited the .modinfo file to include this file with the correct md5 hash.
  3. Update the override Civ5Units.xml file, replacing David_Scene.xml to MC_ISRAEL_Leaderhead.xml. Again this is similar to how Scotland is set up.

Tested it real quick in IGE afterwards, and now we can see King David when meeting/interacting with him.

Progress: