AI War 2:Features From DLCs

From Arcen Wiki
Jump to navigation Jump to search

Q: What ship graphics or designs from DLCs can be used in mods?

A: Any of them! However, one thing to know is that the models and graphics ship with the DLCs, so you are free to use those in mods as much as you want, but you need to then set your mod to depend on that DLC. OR you need to make those parts of your mod turn off if the DLC is not installed.

There are various starting fleets, for example, that cross several DLCs. If you don't have all of them installed, they are set to not show up even if you have the mod on. Those are examples of something that can be selectively turned off.

When it comes to something more fundamental, like a ship using a mechanic or graphic from a DLC in a way that is not optional for the mod (this is a core part!), but at the same time should be there, then you set the mod itself to have a dependency. Anyone who has the DLC(s) in question can use your mod, but anyone else would need to buy those to use it.

You can also set dependencies on other mods, so that they have to enable XYZ other mode that yours depends on. All of SirLimbo's mods depend on AMU, for instance.

As far as any graphics or similar, that gets sorted out automatically when you're referencing stuff, it should be pretty clear. If it says exp1 in the bundle name, you are going to know that the end user won't have that file if they don't own DLC1 AND also have it presently installed and enabled. It's possible for players to disable DLCs, and those graphical assets are treated as absent if the DLC is off.

Q: What unit mechanics or other code features are tied to DLCs?

There are a lot of maps that are tied to specific DLCs, and there's some AI-specific code that is as well. Those are enforced by xml more than anything else, because you would not have the controlling xml that makes them work if the expansion in question is not installed.

That said, there are other features that do require DLCs to work. Please note that for our internal developers, we often backport features between them, or carry others forward. So you'll see that loadouts, which were introduced in DLC3, are still part of DLC1 in a more minor way. And chain lightning and similar features that were developed as a big deal feature in DLC2 are still used on some DLC3 units.

Mods can't take this shortcut, and must require the originating DLC to be installed in order to allow the player to have that feature (set the mod to require the related expansion to avoid players getting parser errors when opening your mod without that DLC installed. You can also easily test this just by turning off the DLC that your mod depends on and making sure that the appropriate "this mod can't be loaded without this other DLC" message shows up.

PLEASE feel absolutely free to use anything and everything in your mods, but if it's DLC-locked features then just make sure you make your mod DLC-locked as well.

DLC1 / The Spire Rises / TSR

  • Entity fields:
    • city_sockets
    • added_city_sockets_per_mark
    • city_socket_cost
  • Entity System fields:
    • damage_modifier_while_under_forcefield

DLC2 / Zenith Onslaught / ZO

  • Entity fields:
    • state_of_matter_to_become_on_wormhole_exit
  • Entity System fields:
    • beam_chains_out_to_targets_x_times
    • beam_chains_out_to_targets_x_range
    • beam_chains_out_to_target_min_range
    • beam_chains_out_to_max_targets_from_each_source
    • inflicts_state_of_matter_on_target_for_seconds
    • state_of_matter_for_target_to_become
    • cannot_inflict_state_of_matter_if_target_has_any_shields_up
    • cannot_inflict_state_of_matter_if_target_has_energy_usage_of_at_least
    • care_about_state_of_matter_to_be_enabled
    • must_be_this_state_of_matter_to_be_enabled
    • is_invisible_in_tooltips_if_not_a_match_by_state_of_matter
    • returns_this_percentage_of_damage_when_firing_retalitatory_shot
    • use_alternate_rate_of_fire_after_x_shots
    • alternate_rate_of_fire
    • use_alternate_rate_of_fire_for_x_shots_before_reverting

DLC3 / The Neinzul Abyss / NA

  • Features:
    • Vassals (but you can define your faction as a vassal no matter what)
    • Solo Ark
    • Ark Empire
    • Necromancer and related
    • Loadouts
  • Entity fields:
    • orbits_flagship_at_range
    • orbits_parent_at_range
    • attempts_to_reach_orbital_point_at_speed
    • orbits_gravity_well_center_at_its_current_radius
    • degrees_to_orbit_per_second
    • build_points_per_second
    • dies_if_parent_dies
    • build_point_cost_for_per_second_construction
    • personal_ship_cap_for_per_second_build_point_construction
    • tag_to_spawn_from_for_build_point_for_per_second_construction