Skip to content

Commit

Permalink
Untested Push
Browse files Browse the repository at this point in the history
+Added God-Tonys Updater
*Fixed SBPP Reports causing an Error
*Updated Readme
*Fix for #47 // Needs to be tested!
  • Loading branch information
DJPlaya committed Nov 24, 2020
1 parent 75b1182 commit c2d027d
Show file tree
Hide file tree
Showing 16 changed files with 3,609 additions and 142 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Kigen Anti Cheat Redux

### Project Status: Maintained, Rolling Release
SMAC and KAC are outdated, VAC dosent do its Job, NoCheatz-4 is discontinued and Community Projects are often small or unstable.
KACR is aimed to be a failsafe universal Security and Anti Cheat Solution for all common Source based Games.
#
Requires:
- SourceMod 1.8 or Higher (kigen-ac_redux is for SM 1.10, kigen-ac_redux_legacy for SM 1.8/1.9)
- Sockets 3.0.1 or newer

Optional:
- Sourcebans++
- Sourcebans 2.X (V1 is unsupported)
- ASteambot
- [ASteambot](https://github.com/Arkarr/SourcemodASteambot)
- [Updater](https://forums.alliedmods.net/showthread.php?t=169095)

Official supported Games:
- Counter-Strike: Global Offensive
Expand All @@ -18,12 +21,5 @@ Official supported Games:
- Day of Defeat: Source
- Half-Life 2: Deathmatch
#### Most Elements of KACR will work on any Half Life Engine Game
#
SMAC and KAC are outdated, VAC dosent do its Job, NoCheatz-4 is discontinued and Community Projects are often small or unstable.
I hope this Plugin will help some Server Owners even doe it still inent fully up-to-date and stable.
Propapbly i will merge this Project some Day with "Cheat Acid".
Since i havent implemented an Updater yet (or renewed the old one), watch this Project on GitHub so you will be informed about Updates.

![How to watch](https://help.github.com/assets/images/help/repository/repo-actions-watch.png)

If you want to help you can Contribute to the Project by submitting Code, Bugs, False-Positives, Wiki Entrys and Translations.
Binary file modified plugins/kigen-ac_redux.smx
Binary file not shown.
Binary file modified plugins/kigen-ac_redux_legacy.smx
Binary file not shown.
23 changes: 23 additions & 0 deletions plugins/updater.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
"Updater"
{
"Information"
{
"Version"
{
"Latest" "1.0.0"
}

"Notes" "Basebuild"
}

"Files"
{
"Plugin" "Path_SM/plugins/myplugin.smx"
"Plugin" "Path_SM/translations/myplugin.phrases.txt"
"Plugin" "Path_SM/translations/ru/myplugin.phrases.txt"
"Plugin" "Path_Mod/models/characters/batman.mdl"
"Plugin" "Path_Mod/materials/models/characters/batman.vmt"

"Source" "Path_SM/scripting/myplugin.sp"
}
}
Loading

0 comments on commit c2d027d

Please sign in to comment.