View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0019185 | AI War 2 | Bug - Other | Jun 23, 2017 12:34 pm | Jan 26, 2018 1:08 pm | |
Reporter | BadgerBadger | Assigned To | keith.lamothe | ||
Status | resolved | Resolution | fixed | ||
Product Version | 0.450 Sound! | ||||
Fixed in Version | 0.522 | ||||
Summary | 0019185: Modding issues with required fields | ||||
Description | I have created a directory in my XMLMods folder and am trying to mod a few things, rather than editing GameData/Configuration/.../*.xml, since that gets overwritten. It seems like a few fields are required for certain entries. For example, trying to override ExternalConstants/KDL_VanillaConstants.xml, I had to use <?xml version="1.0" encoding="utf-8"?> <root is_partial_record="true" testing_techs_to_start_with="MultiNeedlerCorvette_Mark1,LaserGatling_Mark1,AutocannonMinipod_Mark1,LightningCorvette_Mark1,GrenadeLauncher_Mark1,Spider_Mark1" balance_planet_resource_multipliers="2,1.5,1,1" <==== I got errors if balance_planet_resource_multipliers was not set > </root> Or if trying to mod the ark from KDL_Ships_PlayerStructures.xml <?xml version="1.0" encoding="utf-8"?> <root> <entity name="HumanArk" ship_or_structure_explosion_sfx="ShipLostMassive_Explosion" <===the ship_or_structure_explosion entries seemed required; I got errors without them ship_or_structure_explosion_if_on_other_planet_sfx="ShipLostMassive_Explosion" ship_or_structure_explosion_sfx_happens_if_not_mine_and_on_other_planet="true" is_partial_record="true"> <resource_production type="Fuel" planets_worth="20" /> <resource_production type="Metal" planets_worth="20" /> <resource_production type="Power" planets_worth="20" /> <metal_flow purpose="BuildingShipsInternally" balance_planets_worth_of_metal_throughput="50" /> </entity> </root> It looks like the is_partial_record field is not working correctly | ||||
Tags | No tags attached. | ||||
|
This should be fixed in .522: Fixed a bug where the balance_planet_resource_multipliers field of ExternalConstants was required even for partial records (a partial record should let you omit most anything). Thanks to BadgerBadger for reporting. |
Date Modified | Username | Field | Change |
---|---|---|---|
Jun 23, 2017 12:34 pm | BadgerBadger | New Issue | |
Oct 3, 2017 9:35 pm | BadgerBadger | Note Added: 0046483 | |
Jan 26, 2018 1:08 pm | Chris_McElligottPark | Assigned To | => keith.lamothe |
Jan 26, 2018 1:08 pm | Chris_McElligottPark | Status | new => resolved |
Jan 26, 2018 1:08 pm | Chris_McElligottPark | Resolution | open => fixed |
Jan 26, 2018 1:08 pm | Chris_McElligottPark | Fixed in Version | => 0.522 |