Skip to content
Wai Wang edited this page Feb 19, 2023 · 2 revisions

It is recommended to use IntelliJ IDE as there are run configurations already setup

git clone https://github.com/waicool20/WAI2K.git      // Clone repository, replace with ssh url if you prefer that  
cd WAI2K/                                             // Make sure you are in the WAI2K directory
git submodule update --init --recursive               // Pull all submodules, this includes the utility library and cvauto
wget https://wai2k.waicool20.com/files/models.zip     // Download models zip
unzip models.zip -d modules                           // Unzip models
rm models.zip                                         // Delete models zip

In IntelliJ there are 4 default run configurations:

Configuration Description
WAI2K Run WAI2K
WAI2K - Stats localhost / off Run WAI2K, but discord reporting is forced off
Launcher Run WAI2K using the launcher
Launcher - Stats localhost / off Run WAI2K using the launcher, but discord reporting is forced off

For most purposes you will want to use WAI2K - Stats localhost / off configuration for development purposes