andrewgu / ModConfigMenu

XCOM 2 Mod Config Menu: a project to build a shared settings menu for Xcom 2 mods.
11 stars 13 forks source link

Dependency testing #3

Closed andrewgu closed 8 years ago

andrewgu commented 8 years ago

The "editor package" based mechanism for sharing the interface across mods isn't thoroughly tested. These aspects of the dependency system need to be tested:

  1. Dependent mod is before MCM in the load order.
  2. Dependent mod is after MCM in the load order.
  3. Multiple dependent mods (both before and after MCM) in the load order.
  4. 1+ dependent mods installed without MCM installed.
andrewgu commented 8 years ago

Has been tested.