PabloMK7 / CTGP-7_Open_Source

Partial source code for the CTGP-7 modpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTGP-7 Open Source Code

Total open source lines: 36202 / 48493 (74.65%)
Total open source files: 110 / 132 (83.33%)
Total open source lines, excluding
closed source files from total:
36202 / 40831 (88.66%)

This repository contains most of the CTGP-7 source code. Some sections have been removed to reduce the chances of the anticheat being defeated, as well as all the hooks and interfaces to the game's code. Therefore, compiling this source code is not possible, due to the removed sections (compiling will either fail, or the plugin won't do anything).

The purpose of this repository is to allow people who are curious seeing the inner workings of the plugin, as well as help preserving as much code as possible. The code in this repository is not meant to be compiled, please don't ask for compilation instructions.

License

Copyright 2015-2023 PabloMK7

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Partial source code for the CTGP-7 modpack.


Languages

Language:C++ 95.9%Language:C 4.1%