schombert / Project-Alice

An open-source game
https://schombert.github.io/Project-Alice/
GNU General Public License v3.0
306 stars 55 forks source link

Scenario generation with mods and crude support for fullscreen in linux builds #1734

Closed arkusix closed 1 month ago

arkusix commented 1 month ago

To run and/or generate scenario files with mods: Alice --mod mod/A.mod --mod mod/B.mod --mod mod/C.mod Selecting mods recursively is not supported and should be implemented through a proper launcher.

To run and/or generate test file: Alice --test

The code supports retaining the use of the same scenario file, however recreating scenario files using the same mod selection is not implemented yet. Deleting the scenario file will re-run the scenario generation function and is perhaps the current recommended method as there is no function to delete obsolete scenario files yet.

Fullscreen works in linux build through calling glfw functions. Whether this approach is proper or not is beyond the scope of my own knowledge.

More playtesting is needed and well appreciated.

Built and tested without the super console updates.