Dancing Hoskuld
Deity
Rwn don't do the bulk XML change. It does not work 

Rwn don't do the bulk XML change. It does not work![]()
The one I asked if you could or could not do in post 52. I hadn't had time to test it. I have tried it and some variants and none of them work.![]()
<Constant><Has><GOMType>GOM_TECH</GOMType><ID>TECH_SEDENTARY_LIFESTYLE</ID></Has></Constant>
RWN, can you check this list of DDS files (buttons) and point me which of them are not in XMLs?
Here is link to the google sheet
https://docs.google.com/spreadsheets/d/1QpX8HfZAJmxpq-cwpCXx-0ZKGt4lqKy0Eym_OY7RapI/edit#gid=0
Please do your job like last time with C2C1.fpk
This time buttons are from HydroAndTB.FPK
I'll be very appreciated![]()
I need a bit of sleep now and I'll be away for the weekend, I'll look at that next week![]()
<fMaxSpeed>1.75</fMaxSpeed>
<fMaxSpeed>1,75</fMaxSpeed>
I was precisely wondering the same thing just now when testing it with Dangerous Hunting
But I think I found the solution: put everything between <Constant> on one line like this:
Code:<Constant><Has><GOMType>GOM_TECH</GOMType><ID>TECH_SEDENTARY_LIFESTYLE</ID></Has></Constant>
otherwise it keeps the tabs/end of line in what should be a boolean value, or something like that.
View attachment 394170
<Has><GOMType>GOM_TECH</GOMType><ID>TECH_SEDENTARY_LIFESTYLE</ID></Has>
That xml is wrong a Constant can't contain another child expression it should be
Code:<Has><GOMType>GOM_TECH</GOMType><ID>TECH_SEDENTARY_LIFESTYLE</ID></Has>
@Rwn In the subdued animals XML why have you changedtoCode:<fMaxSpeed>1.75</fMaxSpeed>
?Code:<fMaxSpeed>1,75</fMaxSpeed>
That xml is wrong a Constant can't contain another child expression it should be
Code:<Has><GOMType>GOM_TECH</GOMType><ID>TECH_SEDENTARY_LIFESTYLE</ID></Has>
Oh, that's a bug due to Excel treatment which automatically converts . into , when the default language is not english.
Thanks for pointing it out (though it seems to work, oddly?), I wasn't aware that it could happen and I'll be careful of that in the future.
RWN, can you check this list of DDS files (buttons) and point me which of them are not in XMLs?
Here is link to the google sheet
https://docs.google.com/spreadsheets/d/1QpX8HfZAJmxpq-cwpCXx-0ZKGt4lqKy0Eym_OY7RapI/edit#gid=0
Please do your job like last time with C2C1.fpk
This time buttons are from HydroAndTB.FPK
I'll be very appreciated![]()
And it's done![]()
If you have similar requests (for .dds), it will be much faster now since I have the full table of any .dds path that appears in each file.
<BonusCommerceModifiers>
<BonusCommerceModifier>
<BonusType>BONUS_COW</BonusType>
<CommerceModifiers>
<iCommerce>1</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</CommerceModifiers>
</BonusCommerceModifier>
<BonusCommerceModifier>
<BonusType>BONUS_COW</BonusType>
<CommerceModifiers>
<iCommerce>1</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</CommerceModifiers>
</BonusCommerceModifier>
<TechCommerceChange>
<PrereqTech>TECH_BIOFUELS</PrereqTech>
<TechCommerce>
<iCommerce>0</iCommerce>
<iCommerce>2</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</TechCommerce>
</TechCommerceChange>
<TechCommerceChange>
<PrereqTech>TECH_BIOFUELS</PrereqTech>
<TechCommerce>
<iCommerce>2</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</TechCommerce>
</TechCommerceChange>
<CommerceModifiers>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</CommerceModifiers>
<ObsoleteSafeCommerceChanges>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</ObsoleteSafeCommerceChanges>
<CommerceChangeDoubleTimes/>
<CommerceModifiers>
<iCommerce>0</iCommerce>
<iCommerce>-5</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</CommerceModifiers>
<CommerceModifiers>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</CommerceModifiers>
<ObsoleteSafeCommerceChanges>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
</ObsoleteSafeCommerceChanges>
<CommerceChangeDoubleTimes/>
<CommerceModifiers>
<iCommerce>0</iCommerce>
<iCommerce>-5</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>-20</iCommerce>
</CommerceModifiers>
BUILDING_BLACKFOOT_EMBASSY and BUILDING_ARABIAN_EMBASSY both require that the state religion is present in the city, I guess that's not right?
One small error is that you accidentally changed the sea critter subdue XML.