Skip to content

Commit

Permalink
4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Sep 4, 2022
1 parent 9fce110 commit ed1dbda
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
}
}
2 changes: 1 addition & 1 deletion game/lockdown_check.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ label lockdown_check:
$ persistent.lockdown_warning = True
return

elif renpy.version_tuple > (7, 5, 1, 22070801) and not persistent.lockdown_warning:
elif renpy.version_tuple > (7, 5, 3, 22083102) and not persistent.lockdown_warning:
"{b}Warning:{/b} The version of Ren'Py you are trying to mod DDLC on has not been tested for modding compatibility."
"The last recent version of Ren'Py that works for DDLC mods is \"{i}Ren'Py 7.5.1{/i}\"."
"Running DDLC or your DDLC mod on a higher version than the one tested may introduce bugs and other game breaking features."
Expand Down
2 changes: 1 addition & 1 deletion game/options.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define config.name = "DDLC Mod Template – Python 2 Edition"
define gui.show_name = True

# This controls the version number of your mod.
define config.version = "4.0.1-Py2"
define config.version = "4.0.2-Py2"

# This adds information about your mod in the About screen.
# DDLC does not have a 'About' screen so you can leave this blank.
Expand Down

0 comments on commit ed1dbda

Please sign in to comment.