View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0022715 | AI War 2 | Bug - Other | Jan 27, 2020 10:07 pm | Jan 27, 2020 10:29 pm | |
Reporter | NRSirLimbo | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Product Version | BETA 1.312 Stop Threatening Me | ||||
Fixed in Version | BETA 1.313 Listening To Lists | ||||
Summary | 0022715: XML Modding: Lists don't clear if is_partial_record is being used | ||||
Description | Simple example: It's impossible to completely overwrite the old Mk level scaling of units. <?xml version="1.0" encoding="utf-8"?> <root> <mark name="Mark2" is_partial_record="true" most_everything_squad_cap_multiplier_list="1.0" /> </root> Will still result in the cap going as normal for MK2 (+20%) Also responsible for the XML modder being unable to get rid of old Techs when setting new "tech_upgrades_that_benefit_me" | ||||
Tags | No tags attached. | ||||
|
Thanks! * Fixed a logic issue in the xml reader that made lists of values such as most_everything_squad_cap_multiplier_list, frigate_squad_cap_multiplier_list, and similar impossible to mod over using copy_from or partial records. ** This also affected some things on achievements, science_cost_per_time_unlocked on techs, tags on ships, tech_upgrades_that_benefit_me, build_sidebar_categories_i_am_part_of, fleet_design_templates_i_always_grant, NOT eligible_for_hacks. NOT sounds_on_takes_damage or sounds_on_death, NOT arbitrary_options, engine_stun_multipliers_by_stun_seconds, exp_multipliers_by_player_fleet_count, and exp_multipliers_by_max_fleet_level_difference. ** This is completely untested and hopefully doesn't eat the world. Glad we're in beta. |
Date Modified | Username | Field | Change |
---|---|---|---|
Jan 27, 2020 10:07 pm | NRSirLimbo | New Issue | |
Jan 27, 2020 10:13 pm | Chris_McElligottPark | Assigned To | => Chris_McElligottPark |
Jan 27, 2020 10:13 pm | Chris_McElligottPark | Status | new => assigned |
Jan 27, 2020 10:29 pm | Chris_McElligottPark | Status | assigned => resolved |
Jan 27, 2020 10:29 pm | Chris_McElligottPark | Resolution | open => fixed |
Jan 27, 2020 10:29 pm | Chris_McElligottPark | Fixed in Version | => BETA 1.313 Listening To Lists |
Jan 27, 2020 10:29 pm | Chris_McElligottPark | Note Added: 0055793 |