summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-13 14:07:59 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-13 14:07:59 -0300
commit9a32ba7ec570cbaa17d0efd986ac738fdc5999d9 (patch)
tree30fe14935e89ecc303ecc4fb334ca1600a84b23b
parentda56f0b98e195fad096a42c2529639974915f0c9 (diff)
downloadrenpy-9a32ba7ec570cbaa17d0efd986ac738fdc5999d9.tar.gz
renpy-9a32ba7ec570cbaa17d0efd986ac738fdc5999d9.tar.bz2
renpy-9a32ba7ec570cbaa17d0efd986ac738fdc5999d9.tar.xz
renpy-9a32ba7ec570cbaa17d0efd986ac738fdc5999d9.zip
Add primitive support to TMWA servers
-rw-r--r--game/client.rpy3
1 files changed, 2 insertions, 1 deletions
diff --git a/game/client.rpy b/game/client.rpy
index 07325e9..4b22cdb 100644
--- a/game/client.rpy
+++ b/game/client.rpy
@@ -30,8 +30,9 @@ init 2 python:
RPCUpdate(persistent.serverlist[idx]["Name"], persistent.serverlist[idx]["Back"])
HOST=persistent.serverlist[idx]["Host"]
PORT=persistent.serverlist[idx]["Port"]
+ TYPE=persistent.serverlist[idx]["Type"]
CMD=handle_client(launch=True)
- OPT="-s %s -y evol2 -p %s -S" % (HOST, PORT)
+ OPT="-s %s -y %s -p %s -S" % (HOST, TYPE, PORT)
#if renpy.variant("steam_deck"):
# OPT+=" --fullscreen"
#if True: #(CLIENT_NAME in ["manaplus", "manaverse"]):