Search found 3 matches

by DarkLimone
Tue Mar 23, 2021 4:55 am
Forum: Ren'Py Cookbook
Topic: Navigation Quest Time Routine System for Ren'py
Replies: 0
Views: 1953

Navigation Quest Time Routine System for Ren'py

Navigation Quest Time Routine System for Ren'py GitHub https://github.com/DonRP/NQTR-toolkit This repo is a complete set of tools to create a game where you can explore and relate to characters. In order to simplify the update work and avoid errors in saving I created functions that check the correc...
by DarkLimone
Sun Nov 22, 2020 7:36 pm
Forum: Ren'Py Cookbook
Topic: Dating sim tool kit
Replies: 0
Views: 2849

Dating sim tool kit

GitHub: https://github.com/DonRP/DS-toolkit This repo is a set of basic tools for Visual Novel / Game developers who are planning to create a Dating sim. The main tools Characters information management Characters statistics and ability Clothes management Notifications Temporary end Timed menu Basic...
by DarkLimone
Fri Apr 17, 2020 4:38 am
Forum: Ren'Py Questions and Announcements
Topic: How to change the initial language?
Replies: 1
Views: 416

How to change the initial language?

How to change the initial language?
I have tried with, in screens :

Code: Select all

init -3 python:
    if persistent.lang is None:
        persistent.lang = "english"
    lang = persistent.lang

but it does not work