Releases: Monika-After-Story/DDLCModTemplate
v1.1.2 - Smaller fixes
Fixes
main_menu.rpy
deleted and replaced withscreens.rpy
- re-added the
T#.rpy
files for the tutorial. - Clarified some things with the tutorial text
Make sure to follow instructions here to setup the mod template
v1.1.1 - Small fixes and additions
Additions:
- Navigation buttons added to
advanced_scripts/
courtesy of MAS. - MAS version of poemgame added to
advanced_scripts/
courtesy of MAS. - Tutorials added for navigation buttons and poemgame
Fixes
- The
playthrough
bug is gone now. Subsequent launches of mod template after first run will go straight into the tutorial menu.
Make sure to follow instructions here to setup the mod template
v1.1.0 - Version 3, and probably the last
New owners, new update.
Changes:
- basically everything has been updated to use 1.0.0, which i dont recall was ever released. No community asset versions, sorry.
- the mod zip now contains source code, not compiled versions. This is so you can edit things and understand the code better than trying to decompile it or looking at the github repo.
IMPORTANT:
This mod template is not going to be frequently updated. We have other priorities and the MAS team is insanely small nowadays. We'll fix crashes / other issues / but we will not be adding extra features for the time being.
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.
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_1.1.0.zip from the links above
- 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.
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.
DDLC Mod Template - Initial release: Version 0.1.0
This is the first release of the DDLC Mod Template! It includes everything you need to start building your own Doki Doki Literature Club fan mods.
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. Run the game to get a tutorial by Monika!
- Splash screen on first load. This adheres to Team Salvato's IP Guidelines for creating fan mods of the game.
- Customizable! Use as a starting point for any ideas you wish to create.
Planned Features
- Longer initial tutorial, detailing all the basic files included in the template.
- Advanced tutorial with specific lessons on unique DDLC functions like "glitch" special effects.
- Advanced templates for replacing important scripts from DDLC with your own.
- 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.
- Download and install the Ren'Py SDK.
- Download DDLCModTemplate-v0.1.0.zip 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 for your project.
- 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. (An example can be downloaded here.)