WTS/README.md

3.2 KiB

Logo

A complete repository for more than just Hermione's backend.
Explore the wiki »

FAQ · Report Bug · Request Feature

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
  1. Download and install Ren'py SDK
  2. 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
  1. Clone the repository:
    git clone https://dev.silverstudiogames.org/SilverStudioGames/WTS.git
  2. Run Ren'py Launcher.
  3. Hit preferences and select the directory where the project is located.
  4. 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 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)