Changes between Version 7 and Version 8 of PortA24ToA25


Ignore:
Timestamp:
Mar 20, 2021, 5:27:19 PM (3 years ago)
Author:
wraitii
Comment:

25088

Legend:

Unmodified
Added
Removed
Modified
  • PortA24ToA25

    v7 v8  
    11= How to port your A24 mod to A25 =
    22This lists (most) of the template-changing commits, and how to fix them.
     3
     4=== Other notes ===
     5The gamesetup has been partly reworked - mods that rework it majorly should expect needing to update.
    36
    47=== r24953 ===
     
    4750Some templates need to be moved around, but e.g. maps and referencing templates can be fixed using: `find . -type f | xargs sed -i 's/elephant_stables/elephant_stable/g'`
    4851
     52=== r25088 ===
     53`DisabledTemplates`, `DisabledTechnologies`, `StartingTechnologies` have been removed from map script settings. Instead, you should use triggers to mimic this behaviour. See the commit for examples.
     54
    4955=== r25089 ===
    5056The functions to mirage are now stored in their respective components, meaning mods that introduce a component (and want it miraged) should add the functions there.