This repository has been archived on 2025-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
ShiftOS_TheReturn/ModLauncher
RogueAI42 2acfa34596 Python API
It uses a meta-language and a CSharpCodeProvider on startup. I will
release a tutorial on the forums soon showing how to use it.

This commit also adds an extremely basic loading screen which shows
while Desktop is getting everything ready. Which can take a while
if you have any Python mods. Thanks, IronPython.
2017-06-13 20:06:38 +10:00
..
Properties Added Licenses 2017-02-24 20:24:57 -05:00
App.config Python API 2017-06-13 20:06:38 +10:00
ModLauncher.csproj Fix crash handler 2017-02-03 19:44:01 -05:00
Program.cs Added Licenses 2017-02-24 20:24:57 -05:00
README.txt Fix crash handler 2017-02-03 19:44:01 -05:00

What the hell is ModLauncher doing...?

Well - it's a mod launcher. Simple as that. When debugging
ShiftOS, if you want to write a mod for the game, set this
project as startup - then add a reference to the mod's project.
Then when you hit F5, ShiftOS will launch with the mod you added
loaded up. This is useful because without it, you would have to
make your mod an EXE file and bootstrap the ShiftOS launch sequence
yourself. This takes care of that for you.