From 995f971b390995d0ccb82fab5fb551cd9aa837d3 Mon Sep 17 00:00:00 2001 From: xBZZZZ <91378413+xBZZZZ@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:28:53 +0000 Subject: [PATCH] link to /topics/localfiles_encrypt_decrypt.md instead of duplicate explanation --- docs/resources/client/gamesave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/client/gamesave.md b/docs/resources/client/gamesave.md index 32366307d..169b8eacf 100644 --- a/docs/resources/client/gamesave.md +++ b/docs/resources/client/gamesave.md @@ -2,7 +2,7 @@ ## CCGameManager.dat -Your CCGameManager.dat File contains a lot of information regarding your account. it is encrypted using [Xor](/topics/encryption/xor.md) with a key of 11 / 0xB, [url-Safe Base64](/topics/encryption/base64.md) and [Gzip](/topics/encryption/zip.md) and is in the [XML](https://en.wikipedia.org/wiki/XML) format +Your CCGameManager.dat File contains a lot of information regarding your account. See [Game Files - Encryption and Decryption](/topics/localfiles_encrypt_decrypt.md) page about decrypting and encrypting. ## Gamesave Key structure