gsclib acts as a standard library extension for the Call of Duty 4 scripting language. The features this library provides consists of an FTP/FTPS/SFTP client, an HTTP/HTTPS client, Regular Expression (RegEx) support, Language Integrated Query (Linq) support, a MySQL connector for databases, casting/type conversion and other type utilities, and much more. More detailed information on each feature can be found in the documentation section.
- HTTP/HTTPS client
- FTP/FTPS/SFTP client
- Regular expression
- Language Integrated Query (Linq)
- MySQL
- Type utilities
In order to use this library, just download the archived file down below, and extract it to the Call of Duty 4X /plugins/gsclib directory.
Pre-Requisites:
- CGSC
- Windows MinGW-W64 GCC-7.3.0 Linux MinGW-W64 GCC-7.3.0
- Windows Cygwin or Git for Windows
Build Command (Windows):
mingw32-make
mingw32-make install
Build Command (Linux):
make
make install
Note: If you would like to contribute to this repository, feel free to send a pull request, and I will review your code. Also feel free to post about any problems that may arise in the issues section of the repository.