summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-06-26 23:54:01 -0300
committerJesusaves <cpntb1@ymail.com>2023-06-26 23:54:01 -0300
commita02956ce310625a8d2c1fb3f48909d5f4c3b70ff (patch)
treebb136adc1ab6b66c15f87319225d29c7b384296b
parent35ab1e1c02dcf5e521ee64a5b062612131f6c409 (diff)
downloadrenpy-a02956ce310625a8d2c1fb3f48909d5f4c3b70ff.tar.gz
renpy-a02956ce310625a8d2c1fb3f48909d5f4c3b70ff.tar.bz2
renpy-a02956ce310625a8d2c1fb3f48909d5f4c3b70ff.tar.xz
renpy-a02956ce310625a8d2c1fb3f48909d5f4c3b70ff.zip
What you cannot fix, you disclaim.
-rw-r--r--game/soul.rpy4
1 files changed, 4 insertions, 0 deletions
diff --git a/game/soul.rpy b/game/soul.rpy
index 96ec8d3..00c0c6a 100644
--- a/game/soul.rpy
+++ b/game/soul.rpy
@@ -429,6 +429,8 @@ label managevault:
## A mail will be sent with a link to complete linking
$ uedit["mail"] = ""
$ uedit["pasd"] = ""
+ if _arg["Type"] == "tmwathena":
+ call screen notice(_("{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nIf the Vault already created an account for you, linking will not work adequately.")))
call screen soul_linking(_("{b}External Account Linking{/b}\n\n{size=-3}Use this if you used an account with ManaVerse or ManaPlus previously, and want to use it with the Mana Launcher. Keep in mind that if you already have an account with the Launcher, nothing will happen. Both the launcher and the game account must have valid email addresses, but they don't need to be the same. Once linked, you'll no longer be able to login using ManaPlus or ManaVerse directly. The home world account cannot be (un)linked from the Vault. Once done, you'll receive an email with further instructions. To cancel, empty any of the fields.{/size}"))
#call screen notice(_("Sorry, not yet implemented!\n\nMail: %s\nUser: %s\nWorld: %s" % (uedit["mail"], uedit["pasd"], world)))
#call screen soulmsg(_("Currently, you cannot link external accounts. Keep in mind that if you already have an account, nothing will happen."))
@@ -473,6 +475,8 @@ label managevault:
$ world = _arg["UUID"]
$ uedit["mail"] = ""
$ uedit["pasd"] = ""
+ if _arg["Type"] == "tmwathena":
+ call screen notice(_("{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nUnlinking a TmwAthena account will disable some Mirror Lake features, but will NOT prevent the Launcher from logging in!")))
call screen soul_linking(_("{b}World Account Unlinking{/b}\n\n{size=-3}This allows you to unlink a game account from your Vault account. Keep in mind that if you do not have an account with the Launcher, nothing will happen. Once unlinked, a new password will be made and sent to the supplied email. You must agree to the {a=%s}Terms of Service{/a}. To cancel, empty any of the fields.{/size}" % (_arg["Policy"])))
#call screen notice(_("Sorry, not yet implemented!\n\nMail: %s\nUser: %s\nWorld: %s" % (uedit["mail"], uedit["pasd"], world)))
#call screen soulmsg(_("Currently, you cannot unlink accounts. Keep in mind that if you do not have an account, nothing will happen."))