Skip to content

MIO-Modding/mio-mod-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mio-mod-template

A mod template for MIO: Memories in Orbit

Prerequisites

  • CMake 3.20 or higher
  • MSVC (Visual Studio 2019 or later)
  • vcpkg
  • Ninja

Building

Using CMake Presets (Recommended)

# Configure
cmake --preset x64-release

# Build
cmake --build --preset x64-release

Running in Game

  1. Copy build/x64-release/bin/my_mod.dll into your MIO install's mods directory
  2. Launch the game

About

A mod template for MIO: Memories in Orbit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published