diff --git a/README.md b/README.md index 49118f0..536dff1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ -Requirements: -- Visual Studio 2022 -- CMake 3.16+, integrated into the Developer Powershell for VS 2022 - -Compile: -- cmake -B build -- cmake --open build -- compile +***gMod*** +Continuation of the uMod project to improve performance and stability. Integrated with [Guild Wars Launcher](https://github.com/gwdevhub/gwlauncher) and [Daybreak](https://github.com/gwdevhub/Daybreak). *Usage is primarily intended with GW Launcher or Daybreak, but it can be used without.* @@ -21,6 +15,16 @@ Compile: **Format of the modlist.txt file:** - Each line in the modlist.txt is the full path to a mod you want to load (eg. `D:\uMod\Borderless Cartography Made Easy 2015 1.3.tpf`) gMod will load all these files on startup + +**Build from source** + +Requirements: +- Visual Studio 2022 +- CMake 3.16+, integrated into the Developer Powershell for VS 2022 + +Compile: +- cmake -B build +- cmake --open build +- compile