DDLC Mod Template 2.4.1
This update does the following quality of life updates for the mod template.
Features
- Added a variable in
screens.rpy
that controls all the outlines in the game rather than using multiple color calls. The original code is commented and can be used if preferred over the variable method. - Minor update to
README.md
in thegame
folder to explain all the RPY files - Added
script-poemresponses2.rpy
back tooriginal_scripts
just so anyone wonders about it.
Fixes
- Added a comment in
options.rpy
to easily identify the mod template being used when needing support due to different revisions of this template and MAS' old 1.1.2 build. - Updated
README.html
with new installation procedures since its been old from the 2.1.X days. - Fixed a bug where Monika is overlayed on top of the GUI Version Text that says
DDLC Mod Template
and version number. - Minor update to XCode
NOTE: Please read guide.pdf
for Android building and such. Since 2.4.0 features a big update and this is a update on top of 2.4.0, old templates must be upgraded to better suit both Android and PC if you plan to port that way or follow the format of 2.4.1 and paste it in your old template copy.
To start modding, download DDLCModTemplate-2.4.1.zip and place it contents where DDLC.exe (.sh for Linux) is. (MacOS users install the template by accessing DDLC.app (Right-Click -> Show Package Contents and click Content, Resources, autorun and place the DDLC files inside.)
Tutorial build TBD.