Account data download: Difference between revisions

From Resonite Wiki
make page translatable
Marked this version for translation
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<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>
<languages/>
<translate><!--T: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>


<translate>There are currently two ways of downloading your account data.</translate>
<translate><!--T:2--> There are currently two ways of downloading your account data.</translate>


== <translate>Resonite Account Downloader</translate> ==
== <translate><!--T:3--> Resonite Account Downloader</translate> ==


<translate>The Resonite Account Downloader is a tool [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader published and open-sourced on GitHub].</translate>
<translate><!--T:4--> The Resonite Account Downloader is a tool [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader published and open-sourced on GitHub].</translate>


<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>
<translate><!--T:5--> 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|<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>]]
[[File:ResoniteAccountDownloaderLoggedIn.png|<translate><!--T:6--> 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>]]


== <translate>AccountDump</translate> ==
== <translate><!--T:7--> AccountDump</translate> ==


<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>
<translate><!--T:8--> 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>


<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>
<translate><!--T:9--> 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>


<translate>You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it.</translate>
<translate><!--T:10--> You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it.</translate>


<translate>Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it.</translate>
<translate><!--T:11--> Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it.</translate>


[[Category:Troubleshooting]]
[[Category:Troubleshooting]]

Latest 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.

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.

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.