From 766e6439aad3df2ec33d68d5f7cee5dd2ee0ad35 Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Wed, 19 Jun 2024 18:48:15 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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