Great Diplomat Mod (BTS 3.19)

I'll have to check out the code. I got no CTD whenplaying the game and trying the missions. Maybe it is a missing read/write value. I got the most recent mission code from my own creation and some from Total War. THe paiTemp variable is from Total war and can be a bit tricky as jojo's code nomenclature is a bit different.

Thank you stolenrays, I'll have a look at Total War code. :)
 
While I haven't been able to fix that problem if not by removing Upgrade Improvement ability, I've seen something else wrong in xml files. Courthouse, market, jail and every other building (not wonders) are displaying

<SpecialistCounts>
<SpecialistCount>
<SpecialistType>SPECIALIST_GREAT_DIPLOMAT</SpecialistType>
<iSpecialistCount>1</iSpecialistCount>
</SpecialistCount>
</SpecialistCounts>

shouldn't it be

<SpecialistCounts>
<SpecialistCount>
<SpecialistType>SPECIALIST_LAWYER</SpecialistType>
<iSpecialistCount>1</iSpecialistCount>
</SpecialistCount>
</SpecialistCounts>

?

Moreover, I've added that specialist to A New Dawn mod but since we have many non-default specialists, lawyer is being displayed overlapped to resources in the city screen. Any idea for a quick fix? Thank you again stolenrays. :)
 
Back
Top Bottom