From ce0766266e19e6a2847ef7d14ba1736db182689a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 8 Aug 2021 00:00:46 -0300 Subject: Bump protocol version --- game/misc.rpy | 1 + game/options.rpy | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/game/misc.rpy b/game/misc.rpy index 78bd6c3..b67a757 100644 --- a/game/misc.rpy +++ b/game/misc.rpy @@ -393,6 +393,7 @@ init python: def dall_fetch(): global pat, statusmsg, progress, max_value, status try: + statusmsg = "Fetching assets..." print("Fetching http://%s/assets%s ..." % (persistent.host, pat)) r = requests.get("http://%s/assets%s" % (persistent.host, pat), verify=False, stream=True) if r.status_code / 100 != 2: diff --git a/game/options.rpy b/game/options.rpy index bcb1f36..e5b505d 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -17,7 +17,7 @@ init -2 python: ## The version of the game. - config.version = "2.0.12.15" + config.version = "2.1.8.8" ## Determines if the title given above is shown on the main menu screen. Set -- cgit v1.2.3-60-g2f50