Update README.md

This commit is contained in:
DubbleClick
2024-06-19 18:48:15 +02:00
committed by DubbleClick
parent bca0786cff
commit 766e6439aa
+13 -9
View File
@@ -1,11 +1,5 @@
Requirements: ***gMod***
- Visual Studio 2022 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).
- CMake 3.16+, integrated into the Developer Powershell for VS 2022
Compile:
- cmake -B build
- cmake --open build
- compile
*Usage is primarily intended with GW Launcher or Daybreak, but it can be used without.* *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:** **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`) 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 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