Fix readme
This commit is contained in:
parent
56f8ae79d7
commit
b9851de177
|
@ -1,7 +1,7 @@
|
||||||
#+title: Half-Life cheat
|
#+title: Half-Life cheat
|
||||||
#+options: toc:nil
|
#+options: toc:nil
|
||||||
#+startup: showeverything
|
#+startup: showeverything
|
||||||
#+author: 8dcc
|
#+author: Wizzard (Original arthur: [[https://github.com/8dcc/][8dcc]])
|
||||||
|
|
||||||
*Linux cheat for goldsrc games.*
|
*Linux cheat for goldsrc games.*
|
||||||
|
|
||||||
|
@ -46,18 +46,18 @@ attacking if there is no visible target.
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
|
*Note:* Chams color can be changed from the =h_glColor4f()= function inside
|
||||||
[[https://github.com/8dcc/goldsource-cheat/blob/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less
|
[[https://git.deadzone.lol/Wizzard/goldsource-cheat/blob/main/src/hooks.c][src/hooks.c]]. Since this cheat is not hard to compile, I rather have less
|
||||||
console variables than more customization at runtime.
|
console variables than more customization at runtime.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
*Note:* Bullet tracer color, width and time can be changed at the bottom of the
|
*Note:* Bullet tracer color, width and time can be changed at the bottom of the
|
||||||
=bullet_tracers()= function inside [[https://github.com/8dcc/goldsource-cheat/blob/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
=bullet_tracers()= function inside [[https://git.deadzone.lol/Wizzard/goldsource-cheat/blob/main/src/features/misc.c][src/features/misc.c]]. See previous chams note.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
* Building
|
* Building
|
||||||
#+begin_src console
|
#+begin_src console
|
||||||
$ git clone --recurse-submodules https://github.com/8dcc/goldsource-cheat
|
$ git clone --recurse-submodules https://git.deadzone.lol/Wizzard/goldsource-cheat
|
||||||
$ cd goldsource-cheat
|
$ cd goldsource-cheat
|
||||||
$ make
|
$ make
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue