monikLover / DDLCModTemplate

A template for producing Doki Doki Literature Club Mods that adhere to Team Salvato's guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to the Modification Club!

The DDLC Mod Template is an easy way to get started building your own game mods for Doki Doki Literature Club that adhere to Team Salvato's IP Guidelines for fan mods.

Getting Started

Follow these steps to set up the template.

  1. Download and install the Ren'Py SDK.
  2. Go to releases to download the latest stable build. For development builds, fork this repository or download the files by clicking the button labeled "Clone or Download" above.
  3. Place the files in the Ren'py working directory (chosen during installation).
  4. Download the DDLC files (available for free at http://ddlc.moe) & drop the .rpa files from it into the /game directory.
  5. Launch the project in Ren'Py. It should compile & run.
  6. Navigate the Ren'Py menu & select "Build Distributions" & select "DDLC Compatible Mod." This will create a cross-platform .ZIP file with files for the mod & installation instructions.

Template Features

  1. Import save data from DDLC. This will not affect the original game.
  2. Build Packaging. Distribute cross-platform mods with ease thanks to Ren'Py.
  3. Mod Installation instructions & guide. Run the game to get a tutorial by Monika!
  4. Splash screen on first load. This adheres to the Team Salvato guidelines for creating fan mods of the game.
  5. Customizable! Use as a starting point for any ideas you wish to create.

About

A template for producing Doki Doki Literature Club Mods that adhere to Team Salvato's guidelines


Languages

Language:Ren'Py 91.6%Language:Python 8.4%