DDLC Mod Template - Version 0.2.0
This is the second release of the DDLC Mod Template. It includes everything from v0.1.0, plus some additional documentation and advanced scripts to help make modding easier.
Current Features
- Import save data from DDLC. This will not affect the original game.
- Build Packaging customized for DDLC mods. Distribute cross-platform mods with ease thanks to Ren'Py.
- Mod Installation instructions & guide.
- A short example script that also serves as an introduction to the Mod Template.
- A tutorial on building your first mod, with Monika as your teacher!
- Splash screen on first load. This adheres to Team Salvato's IP Guidelines for creating fan mods of the game.
- Advanced templates for important DDLC scripts for more control over the game, with added comments to help make understanding their function easier.
- Community assets that are ready to be dropped right into your mod.
- Customizable! Use as a starting point for any ideas you wish to create.
Planned Features
- Advanced tutorial with specific lessons on unique DDLC functions like "glitch" special effects.
- More documentation, detailing the full API for DDLC and listing all assets accessible from DDLC's archives.
Getting Started
Follow these steps to set up the template.
Getting Started
Follow these steps to set up the template.
- Download and install the Ren'Py SDK version 6.99.12. (NOTE: The current version of DDLC is not compatible with .rpyc files generated with other versions of the Renpy SDK)
- Download DDLCModTemplate-0.2.0-Mod.zip by clicking on the link below.
- Place the files in the Ren'py working directory (chosen during installation).
- Download the DDLC files (available for free at http://ddlc.moe) & drop the .rpa files from it into the /game directory.
- Launch the project in Ren'Py. It should compile & run.
- 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.