Changes between Version 15 and Version 16 of Modding_Guide


Ignore:
Timestamp:
Feb 26, 2015, 7:11:41 PM (9 years ago)
Author:
historic_bruno
Comment:

Updates for mod selection UI - that section still needs reworking

Legend:

Unmodified
Added
Removed
Modified
  • Modding_Guide

    v15 v16  
    2323== How are mods used? ==
    2424
    25 At some point we plan to have a graphical menu for selecting mods. For now, you can run the game with the `-mod` option, like so:
     25As of Alpha 17, the game has a mod selection screen, which can be accessed through the main menu: '''Tools & Options > Mod Selection'''
     26
     27[[Image(mod-selection-a17.jpg, 25%)]]
     28
     29Or if you prefer, mods can be selected via command line arguments. You can run the game with the `-mod` option, like so:
    2630{{{
    2731pyrogenesis.exe -mod=mymod -mod=anothermod ...