I have no abilities here. DH may. You'd have to make the appeal there or with another very strong python modder who can understand BUG implementation issues.But it is a bad thing.
Probably, why I can not be bothered to update my world maps. Takes 4 times longer and to much hassle.
I am trying to add Sea terrain - but it is a pain.
As for other recent changes - forget them.
I have no abilities here. DH may. You'd have to make the appeal there or with another very strong python modder who can understand BUG implementation issues.
The problems with World Builder have nothing to do with BUG.I have no abilities here. DH may. You'd have to make the appeal there or with another very strong python modder who can understand BUG implementation issues.
I looked at what was changed between those two revisions:If anyone is going to work on correcting the World Builder here is my info.
SVN 8483 - using .dll 8362. The shift left click worked. Showed all tile details.
SVN 8484 - using .dll 8437. Shift click stopped working.
<UnitCombatMods>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_HELICOPTER</UnitCombatType>
<iUnitCombatMod>-100</iUnitCombatMod>
</UnitCombatMod>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_WHEELED</UnitCombatType>
<iUnitCombatMod>-50</iUnitCombatMod>
</UnitCombatMod>
<UnitCombatMod>
<UnitCombatType>UNITCOMBAT_TRACKED</UnitCombatType>
<iUnitCombatMod>-50</iUnitCombatMod>
</UnitCombatMod>
</UnitCombatMods>
The dll was modified once between revision 8362 and 8437.SVN 8483 - using .dll 8362. The shift left click worked. Showed all tile details.
SVN 8484 - using .dll 8437. Shift click stopped working.
SVN 8483 - using .dll 8362. The shift left click worked. Showed all tile details.
SVN 8484 - using .dll 8437. Shift click stopped working.
From what two revisions did you take the dll's from then?It was the .dll I was referring too. Jumped up by over 70 updates in one SVN update. A lot of behind the scenes work.
Which makes tracking down the incorrect change - more problematic.
I'm wondering... What happens if you do this:If anyone is going to work on correcting the World Builder here is my info.
SVN 8483 - using .dll 8362. The shift left click worked. Showed all tile details.
SVN 8484 - using .dll 8437. Shift click stopped working.
Hmm, as a recap you have pinpointed the source of the problem between:Sorry Toffers I had a bit of finger trouble last night.
The SVN version that caused the problem with World Builder is 8493.
Of the two files the guilty one is FeaturesCIV4GameText.XML.
Using the new Terrain file with the old Features one and WB still works.
Hmm, as a recap you have pinpointed the source of the problem between:
Rev. 8361 ▬ Works
Rev. 8493 ▬ Problem
Rev. 84[8 (9?) ]3 Using dll from Rev. 8361 ▬ Works
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Additional info:
Rev. 8483 Uses the same Dll as Rev. 8493.
Haha, yeah, good job pinpointing it to that one revision. ^^My head is spinning also.![]()
Haha, yeah, good job pinpointing it to that one revision. ^^
A bit mysterious at first glance that this change caused such problems... Does the world builder try to display pedia text anywhere? Perhaps it has problem with long text...
Edit: Binary search was the word I was looking for. ^^
Something that may be faster is to try and replace all the long text with nothing, or a punctuation, or whatever, as long as it's short.I know what you mean. I will give it a go. Will take time
Also I wondered about the text length as well.