-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
*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
Showing
126 changed files
with
2,866 additions
and
10,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
scripting/#Note - Only Code in 1.10.txt → scripting/#Note - Only Code in latest.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.