Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DRincs-Productions/DS-toolkit

Repository files navigation

Dating Sim Framework (character info) for Ren'Py

This repo is a set of basic tools for Visual Novel / Game developers who are planning to create a Dating sim.

Feel free to contribute, fork this and send a pull request.

Itch.io Page: https://drincs-productions.itch.io/ds-toolkit


TO DOWNLOAD THIS TEST PROJECT

# Basic command to download projects from git
git clone https://github.com/DRincs-Productions/DS-toolkit
# IMPORTANT -> Will add the libraries needed to run the program
cd DS-toolkit
git submodule update --init --recursive

Documentation

Wiki

Code snippets (VSCode)

(all begin with DR_)

Download the: link

Install LTS Version

To install a precise version install it manually: Releases.

But I recommend you to use git submodule:

# renpy-utility-lib
git submodule add -b python-lib -- https://github.com/DRincs-Productions/renpy-utility-lib 'pythonpackages/renpy_utility'
git submodule add -b renpy-lib -- https://github.com/DRincs-Productions/renpy-utility-lib 'game/renpy_utility_tool'
# renpy-utility-lib
git submodule add -b main -- https://github.com/DRincs-Productions/renpy-screens-style 'game/screens_style'
# Dating sim toolkit
git submodule add -b python-lib -- https://github.com/DRincs-Productions/DS-toolkit 'pythonpackages/ds'
git submodule add -b renpy-lib -- https://github.com/DRincs-Productions/DS-toolkit 'game/ds_tool'
git submodule add -b screens -- https://github.com/DRincs-Productions/DS-toolkit 'game/ds_screens'

AND create a empty file __init__.py into pythonpackages/ so pythonpackages/__init__.py.

Update new version

git submodule update --init --recursive

Preview

Packages

Contributors