abasgames / SevenKewp

An attempt to clone Sven Co-op

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SevenKewp

This will probably be abandoned in a few months and never touched again. I just want to learn how to make a mod, mostly.

Forked from: halflife-updated

Building the mod

Windows users:

  1. Install Git, CMake, and Visual Studio
  2. Open a command prompt somewhere and run these commands:
    git clone --recurse-submodules https://github.com/wootguy/SevenKewp.git
    cd SevenKewp && mkdir build && cd build
    cmake .. -A Win32
    cmake --build . --config Release
    
  3. Copy the sevenkewp folder to your Half-Life or Sven Co-op folder.
  4. Add -game sevenkewp to the launch options of Half-Life or Sven Co-op. Launch the game and then type map sc_test in console to test out the mod.

About

An attempt to clone Sven Co-op

License:Other


Languages

Language:C++ 87.7%Language:C 11.9%Language:CMake 0.4%Language:Shell 0.0%Language:AutoHotkey 0.0%