Hhk78 / goldsrc-multihack-for-linux

GoldSRC oyunları için linux hack (cs 1.6, haf life vb.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Bağılmılıkların kurulumu (Debian-based için)
sudo dpkg --add-architecture i386 ; sudo apt update
sudo apt install lldb libstdc++-12-dev:i386 libstdc++-11-dev:i386 git make gcc-multilib mesa-common-dev cmake clang
  1. Bu depoyu klonlayın.

  2. SDK'yı indirin:

     mkdir sdk
     git clone https://github.com/ValveSoftware/halflife.git sdk/halflife-master
  3. Derleme klasörünü hazırlayın:

     mkdir build
     cd build
     cmake ..
  4. Derleyin:

     make
  5. Oyunu başlatın.

  6. Hileyi enjekte edin. (derleme klasöründe olduğunuzdan emin olun)

     ./injector.sh load

credits: https://github.com/UnkwUsr/hlhax

About

GoldSRC oyunları için linux hack (cs 1.6, haf life vb.)


Languages

Language:C++ 78.0%Language:C 17.9%Language:Shell 3.2%Language:CMake 0.8%