m categorise page so it can be found easily |
make page translatable |
||
Line 1: | Line 1: | ||
While playing Resonite, you might want to download your account data, be it to have a local backup of your [[inventory]], messages and contacts or for privacy reasons (GDPR art. 20). | <translate>While playing Resonite, you might want to download your account data, be it to have a local backup of your [[inventory]], messages and contacts or for privacy reasons (GDPR art. 20).</translate> | ||
There are currently two ways of downloading your account data. | <translate>There are currently two ways of downloading your account data.</translate> | ||
== Resonite Account Downloader == | == <translate>Resonite Account Downloader</translate> == | ||
The Resonite Account Downloader is a tool [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader published and open-sourced on GitHub]. | <translate>The Resonite Account Downloader is a tool [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader published and open-sourced on GitHub].</translate> | ||
It offers an easy-to-use GUI to download your account data. The latest version [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader/releases/latest can be found in the "releases" tab of GitHub]. | <translate>It offers an easy-to-use GUI to download your account data. The latest version [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader/releases/latest can be found in the "releases" tab of GitHub].</translate> | ||
[[File:ResoniteAccountDownloaderLoggedIn.png|Logged-in view of the Resonite Account Downloader showing options to download from contacts to the inventory and on the bottom, a path selection for the download folder.]] | [[File:ResoniteAccountDownloaderLoggedIn.png|<translate>Logged-in view of the Resonite Account Downloader showing options to download from contacts to the inventory and on the bottom, a path selection for the download folder.</translate>]] | ||
== AccountDump == | == <translate>AccountDump</translate> == | ||
AccountDump is a CLI tool provided in every Resonite installation inside of the game's directory, then the <code>Tools</code> folder (full path would usually be <code>C:\Program Files (x86)\Steam\steamapps\common\Resonite\Tools\AccountDump</code>). | <translate>AccountDump is a CLI tool provided in every Resonite installation inside of the game's directory, then the <code>Tools</code> folder (full path would usually be <code>C:\Program Files (x86)\Steam\steamapps\common\Resonite\Tools\AccountDump</code>).</translate> | ||
Before running it, be sure to have [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 .NET Runtime 8.0] installed on your computer as it is a requirement. | <translate>Before running it, be sure to have [https://dotnet.microsoft.com/en-us/download/dotnet/8.0 .NET Runtime 8.0] installed on your computer as it is a requirement.</translate> | ||
You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it. | <translate>You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it.</translate> | ||
Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it. | <translate>Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it.</translate> | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] |
Revision as of 13:11, 23 February 2024
While playing Resonite, you might want to download your account data, be it to have a local backup of your inventory, messages and contacts or for privacy reasons (GDPR art. 20).
There are currently two ways of downloading your account data.
Resonite Account Downloader
The Resonite Account Downloader is a tool published and open-sourced on GitHub.
It offers an easy-to-use GUI to download your account data. The latest version can be found in the "releases" tab of GitHub.
AccountDump
AccountDump is a CLI tool provided in every Resonite installation inside of the game's directory, then the Tools
folder (full path would usually be C:\Program Files (x86)\Steam\steamapps\common\Resonite\Tools\AccountDump
).
Before running it, be sure to have .NET Runtime 8.0 installed on your computer as it is a requirement.
You can now double-click on the AccountDump.exe
file in the directory to launch it.
Note that on Linux, you might need to use dotnet AccountDump.dll
to run it.