This repository has been archived on 2025-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
SCHALE.GameServer/Account_Data_into_SCHALE.md

1.0 KiB
Raw Blame History

How to Save and Load Your Official Account Data into SCHALE(EN) By Raphael

  1. Use any Pcap program, turn it on, log into your official account, and capture the packets.
    The Pcap file should look something like this:
    Example Pcap file

  2. Save the file as a JSON and place it in the Resources\account_data folder. If the folder does not exist, create it.
    Example file path: Resources\account_data\accountdata_Raphael.json

  3. Start the server, log into the game, and run:

    /loaddata list
    

    If the log displays your JSON file name, the file is in the correct folder.

  4. Run the following command to load the data:

    /loaddata <your_json_filename.json>
    

    This will load the data from your official servers Pcap file into the PS. If successful, restart the client, and all your data should be loaded.

    Tip: If your custom Pcap file doesnt work, please try using my example JSON file first.