# kaentake **Repository Path**: Atoot/kaentake ## Basic Information - **Project Name**: kaentake - **Description**: No description available - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-04 - **Last Updated**: 2026-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Usage Download all files from [Releases](https://github.com/iw2d/kaentake/releases) into a clean v83 installtion directory, then run Kaentake.exe as administrator. A standalone WZ file (Custom.wz) is included to extend the system option dialog to include a combobox for selecting the resolution in game. --- ### Configuration Either the commandline arguments or the `config.ini` file can be used to redirect the client to a host other than the default host: `"127.0.0.1"`. Example for using commandline arguments, this will take precedence over the configuration file: ``` Kaentake.exe 127.0.0.1 8484 ``` Example for using `config.ini`: ``` [config] host=127.0.0.1 port=8484 ```