Improve mod installation instructions
Also improved uplink setup and used a better source for mod files.
This commit is contained in:
parent
98a04c7764
commit
4780f70ea2
1 changed files with 9 additions and 2 deletions
|
@ -39,7 +39,14 @@
|
||||||
# List of Half-Life-based mods
|
# List of Half-Life-based mods
|
||||||
Originally this list was written by *Qwertyus*(*Qortez*)
|
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
|
||||||
|
- 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.
|
For mappacks - place *.bsp files to **valve/maps** folder, *.wad files to **valve** and type **`map <mapname>`** cmd.
|
||||||
## The big singleplayer mods and mappacks
|
## The big singleplayer mods and mappacks
|
||||||
|
@ -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 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)
|
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/)
|
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)
|
||||||
92. [Half-Quake](https://www.moddb.com/mods/halfquake-amen)
|
92. [Half-Quake](https://www.moddb.com/mods/halfquake-amen)
|
||||||
93. [Half-Quake 2: Amen](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)
|
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue