-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Information
Aerolfos edited this page Mar 30, 2024
·
1 revision
Files explicitly overwritten, changed behaviour
-
common/scripted_variables
-
@ai_ship_types_factor
> to make the AI more likely to pick new ship techs
-
-
common/section_templates
-
battleship
> full file overwrite to remove carrier sections -
destroyer
> full file overwrite to add missing PD slot
-
(There must be a better name for this) Some stuff has to be copied and repeated compared to vanilla code, and should keep parity with it. This list is intended to keep track of what parts of the mod need to be checked for changes compared to their source in vanilla.
Ship components are whitelisted to fit on vanilla ships, and only those. You can either overwrite, which is bad for mod compatibility, or make copies of every component that fit on the new ships.
-
Combat computers
00_utilities_roles -> rs_utilities_roles
WIP