summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-07 14:43:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-07 14:43:33 -0300
commit5cfe0eb888c059310a020c032680b3ad2e8b2d94 (patch)
tree9aeb78ea6d7c0881f29d3287b7c8bd99db7c337e
parente00aa05a15b9ac5dcff8e7d6f3356126ba23559f (diff)
downloadrenpy-5cfe0eb888c059310a020c032680b3ad2e8b2d94.tar.gz
renpy-5cfe0eb888c059310a020c032680b3ad2e8b2d94.tar.bz2
renpy-5cfe0eb888c059310a020c032680b3ad2e8b2d94.tar.xz
renpy-5cfe0eb888c059310a020c032680b3ad2e8b2d94.zip
Validate if Steam Module was loaded correctly if steam login was enabled
-rw-r--r--game/renpy.rpy10
1 files changed, 10 insertions, 0 deletions
diff --git a/game/renpy.rpy b/game/renpy.rpy
index e26d20a..c6a906d 100644
--- a/game/renpy.rpy
+++ b/game/renpy.rpy
@@ -59,6 +59,16 @@ screen serverdata(server):
# The game starts here.
label start:
+ ## Check for steam moduli
+ python:
+ if persistent.steam:
+ stdout("Steam Module verification...")
+ try:
+ steam.init()
+ except:
+ import _renpysteam as steam
+
+ ## Begin formally
$ statusmsg=_("Validating SSL Certificates...")
scene black