Go to file
Gouvernathor 1f8e939cf9 Improve some animations
not sure why the "on show, appear, start" was there when there's no "on hide", but it prevents animation from really doing its job
2024-04-06 00:19:58 +02:00
game Improve some animations 2024-04-06 00:19:58 +02:00
update Web Updater 2022-06-13 00:04:59 +01:00
.editorconfig Bug fixes and improvements 2023-03-02 23:06:16 +00:00
.gitattributes WTS 2022-05-17 00:48:22 +01:00
.gitignore Update build info 2024-03-29 18:08:55 +00:00
LICENSE WTS 2022-05-17 00:48:22 +01:00
README.md Update README 2024-03-31 21:19:00 +01:00
android-icon_background.png Fix file headers 2023-05-13 18:35:43 +01:00
android-icon_foreground.png Fix file headers 2023-05-13 18:35:43 +01:00
android-presplash.jpg New logo and bug fix 2024-03-26 19:20:38 +00:00
icon.icns WTS 2022-05-17 00:48:22 +01:00
icon.ico WTS 2022-05-17 00:48:22 +01:00

README.md

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)