mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user