Skip to content

DrAbcOfficial/lagcompensator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LagCompensator: Plugin to add lag compensator for Sven Co-op LagCompensator

License: GPL v3 Build Release Download Commit

lagCompensator is a Metamod plugin used to add lag compensator for the Sven Co-op.



1. Install

  1. Grab lagCompensator.dll/lagCompensator.so, put them into svencoop/addons/metamod/dlls
    1. Grab latest version in Action (Unstable, crash risk)

      or

    2. Grab release version in Release (Stable)

  2. edit svencoop/addons/metamod/plugins.ini
  3. add
win32 addons/metamod/dlls/lagCompensator.dll
linux addons/metamod/dlls/lagCompensator.so
  1. Set sv_unlag 1

  2. enjoy <:3


2. Build

If you are using systems that are not covered by automatic builds (yum's and aur's)

or want to add new hooks yourself, you can follow these steps to configure your build environment.

  1. Install everything you need

    1. Git or winget install --id Git.Git -e --source winget
    2. Visual Studio with vc143 toolset And C++ desktop development
    1. sudo apt install git make build-essential gcc gcc-multilib g++-multilib -y
    1. sudo yum install git make gcc gcc-c++ glibc-devel.i686 libstdc++-devel.i686 -y

    Sorry guys who using Arch, I've never used an Arch based distribution, you'll have to find out how to configure the dependencies yourselves!🙂

  2. Clone metamod modified by hzqst

    git clone https://github.com/hzqst/metamod-fallguys.git metamod

    cd metamod

  3. Clone this

    git clone https://github.com/DrAbcOfficial/lagCompensator.git

    cd lagCompensator

  4. Build!

    1. Open lagCompensator.sln with visual studio
    2. Press F7
    3. Wait and done.
    1. make OPT=opt install
  5. Grab

    Now you can grab your new library (lagCompensator.dll/lagCompensator.so) in

    metamod/build/addons/metamod/dlls/