Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Improve mod installation instructions #1972

Merged
merged 4 commits into from
Jan 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions Documentation/supported-mod-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@
# List of Half-Life-based mods
Originally this list was written by *Qwertyus*(*Qortez*)

To run mods from this category - place mod folder to folder where is **valve** folder located and launch xash3d fwgs with command-line parameter `-game <modfolder>`.
To install these mods:
- place mod folder in the same directory as your **valve** folder is located
catskull marked this conversation as resolved.
Show resolved Hide resolved
- xash3d-fwgs will automatically scan for mods on load
- In the "Custom Game" menu, your mods will show
- Select a mod, and then "Activate"
- The application will restart with your mod loaded

Mods can also be launched directly by passing in the `-game` argument with the name of the folder your mod is in. For example, if my mod folder is named "uplink", then the command is `./xash3d -game uplink`.

For mappacks - place *.bsp files to **valve/maps** folder, *.wad files to **valve** and type **`map <mapname>`** cmd.
## The big singleplayer mods and mappacks
Expand Down Expand Up @@ -135,7 +142,7 @@ For mappacks - place *.bsp files to **valve/maps** folder, *.wad files to **valv
90. [Half-Life C.A.G.E.D.](https://store.steampowered.com/app/679990/HalfLife_Caged/) (set **-num edicts 4096** in command-line parameters for successful start)
90. [Half-Life: Dreamcast v1.1](https://www.moddb.com/mods/half-life-dreamcast)
91. [Half-Life: OPS](https://www.runthinkshootlive.com/posts/half-life-ops/)
92. [Half-Life: Uplink](https://www.fileplanet.com/10360/10000/fileinfo/Half-Life:-UpLink-Demo)
92. [Half-Life: Uplink](https://www.halflifeuplink.com) (download [hlulsl-2.1.zip](https://www.halflifeuplink.com/pub/hlulsl/hlulsl-2.1.zip), extract, rename `src` to `uplink` and move to base mod directory)
catskull marked this conversation as resolved.
Show resolved Hide resolved
92. [Half-Quake](https://www.moddb.com/mods/halfquake-amen)
93. [Half-Quake 2: Amen](https://www.moddb.com/mods/halfquake-amen)
94. [Hard 2](https://www.runthinkshootlive.com/posts/hard-2/) (set **fps_max** to **60** to prevent a possible sticking of Barney on an elevator in the beginning of the mod)
Expand Down