Skip to content

Commit

Permalink
Update to SM 1.12
Browse files Browse the repository at this point in the history
*Updated to SM 1.12, #53
*Updated KAC in-code licenses
*Updated readme and code of conduct
*The 1.10 scripting folder got renamed to "latest" to better reflect code changes
-Removed SMLib
  • Loading branch information
DJPlaya committed Jan 5, 2025
1 parent 1804ccb commit d6c95ca
Show file tree
Hide file tree
Showing 126 changed files with 2,866 additions and 10,672 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
reported by contacting the project team on GitHub. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
6 changes: 3 additions & 3 deletions Compile.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
copy /v /y ".\scripting\1.10\kigen-ac_redux\" ".\scripting\1.8\kigen-ac_redux\"
copy /v /y ".\scripting\1.10\kigen-ac_redux.sp" ".\scripting\1.8\kigen-ac_redux.sp"
copy /v /y ".\scripting\latest\kigen-ac_redux\" ".\scripting\1.8\kigen-ac_redux\"
copy /v /y ".\scripting\latest\kigen-ac_redux.sp" ".\scripting\1.8\kigen-ac_redux.sp"

cd ./scripting/1.8
spcomp.exe kigen-ac_redux.sp -o../../plugins/kigen-ac_redux_legacy.smx

cd ../1.10
cd ../latest
spcomp.exe kigen-ac_redux.sp -o../../plugins/kigen-ac_redux.smx
pause
16 changes: 0 additions & 16 deletions Licenses/License_SMLIB.txt

This file was deleted.

21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
# 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.

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 1.10, kigen-ac_redux_legacy for 1.8/1.9)
- SourceMod 1.8 or higher (kigen-ac_redux is for 1.12, kigen-ac_redux_legacy for previous version)

Optional:
- Sourcebans++
- Sourcebans 2.X (V1 isent supported)

Official supported Games:
Official supported games:
- Counter-Strike: Global Offensive
- Team Fortress 2
- Counter-Strike: Source
- Left 4 Dead 1/2
- Insurgency
- Day of Defeat: Source
- Half-Life 2: Deathmatch
#### KACR should work on most Source 2007+ Engine Game
#### KACR should work on most games using the Source 2007 engine or newer
#### Source 2 games like Counter-Strike 2 [wont be supported](https://wiki.alliedmods.net/Introduction_to_SourceMod_Plugins#Will_SourceMod_support_Source_2.3F_Will_plugins_for_existing_games_continue_to_work_if_they_are_ported.3F)
#
Since i havent implemented an Updater yet, 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)
Since i havent implemented an updater yet, watch this project on GitHub so you will be informed about updates.
#
If you want to help you can Contribute to the Project by submitting Code, Bugs, False-Positives, Wiki Entrys and Translations.
Information on how to submit Code, Wiki Entrys and Translations can be found in CONTRIBUTING.md
If you want to help you can contribute to the project by submitting code, bugs, false-positives, wiki entrys and translations.
Information on how to submit code, wiki entrys and translations can be found in the CONTRIBUTING.md file.

Credits:
-AutoExecConfig from Impact
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.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The compiler batch will copy everythin in 1.10 to 1.18 before compiling
The compiler batch will copy everything from the latest folder to 1.18 before compiling

There is also the possability to check the modification date but i dont want to have a 50+ line Script just for compiling
102 changes: 0 additions & 102 deletions scripting/1.10/include/geoip.inc

This file was deleted.

158 changes: 0 additions & 158 deletions scripting/1.10/include/smlib/arrays.inc

This file was deleted.

Loading

0 comments on commit d6c95ca

Please sign in to comment.