## Getting Started
* **`dev`:** Active development occurs primarily on this branch, and occasionally on feature branches.
* **`current`:** This branch is dedicated to patches for the current public version.
* **`main`:** The main branch is exclusively for finalized game releases.
## Prerequisites
Windows
- Download and install Ren'py SDK
- Download and install git
Debian
### Install Ren'Py SDK
curl -o renpy-sdk.tar.bz2 https://www.renpy.org/dl/8.1.1/renpy-8.1.1-sdk.tar.bz2
tar -xjf renpy-sdk.tar.bz2
mv renpy-8.1.1-sdk /opt/renpy
chmod +x /opt/renpy/renpy.sh
echo "alias renpy=/opt/renpy/renpy.sh" >> ~/.bashrc
source ~/.bashrc
### Install GIT, GIT-LFS
sudo apt install git git-lfs
git lfs install
## Installation
Windows
- Clone the repository:
git clone https://dev.silverstudiogames.org/SilverStudioGames/WTS.git
- Run Ren'py Launcher.
- Hit preferences and select the directory where the project is located.
- Hit return and click on 'Launch Project'.
Debian
git clone https://dev.silverstudiogames.org/SilverStudioGames/WTS.git
renpy WTS
## Build
Windows
Navigate the GUI in Ren'Py launcher for packaging purposes.
Debian
renpy /opt/renpy/launcher distribute WTS --package pc
## License
Source code distributed under the LGPL-3.0 license. See [LICENSE](LICENSE) for more information.
## Active Developers:
- LoafyLemon - Lead Developer
- Johnny28 - Lead Writer
- Boppin - Lead Artist
## Contributors:
- MaiL, Mo, UE CatBug, Lineup, Soggy, Asease1, Linear, Lupin, Techy, Dr. Noodle
- MadMerlin, DostojevskijSTG, STG Artguy, Crew, Ven, perniciousducks, Cleanzo, Darwin7
- Pinguino, Sandmaster, Amadan, Heretic, Maverick, Anon, MedicBear, TropeCode, Booom313
- CaptainNemo, NotTera, Armise, Cosmic and anonymous.
(back to top)