roxwize / survive-extreme

Roxwize and epicjack's half life mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Survive Extreme

This is a mod

Building

IF YOU ARE ON LINUX just run bash build_linux.sh (set RUN_HL to "y" and STEAM_DIR to steam's executable path to run the mod after it's finished)

Make a mod folder in your hlaf life directory

cd [STEAMAPPS]/common/Half-Life
mkdir survex

Copy over everything in assets as well as network/delta.lst from here to the directory. Then go into this repository into the directory with the Makefile for your system and run make then copy the output files to their respective folders

survex should look like this

survex
├── dlls
│   └── hl.so
├── cl_dlls
│   └── client.so
├── delta.lst
├── liblist.gam
├── sound
│   └── ...

I ASSMUE YOU KNOW WHAT YOUr"E DOING (read this if you dont)

About

Roxwize and epicjack's half life mod

License:Other


Languages

Language:C++ 93.5%Language:C 5.9%Language:Shell 0.5%Language:Perl 0.1%Language:Makefile 0.1%Language:Batchfile 0.0%