[General] Add support for custom missions

Issue #97 resolved
Raffaello Grani created an issue

Instead of having to replace missions in the original game, XWVM could utilize its own custom missions folder to load these. If a custom mission in that folder has the exact filename of an original one, it could override it, which would also be helpful in implementing the mission fix for the German 1994 Edition.

However, if a custom mission has a completely different filename, it could be listed in a separate custom missions menu.

Comments (3)

  1. David Esparza Guerrero

    The way to use this:

    Place your custom missions in %AppData%\XWVM\CustomXwingMissions (You need to create this folder if it doesn't exists). Both the BRF and XWI file must be named the same. If you don't provide a BRF file, the briefing room will automatically skip to the flight sim.

    Place your replacement missions %AppData%\XWVM\OverrideXwingMissions (You need to create this folder if it doesn't exists). If a BRF or XWI file placed in this folder matches in name one official mission, files in this folder will be read in stead of the official ones.

  2. Log in to comment