Account data download: Difference between revisions

From Resonite Wiki
m add link to inventory page
rework headers + add link to gh
 
(5 intermediate revisions by the same user not shown)
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).
<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>


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


== Resonite Account Downloader ==
== <translate>Process</translate> ==


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


== AccountDump ==
[[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>]]


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><!--T:7--> AccountDump</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><!--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>


You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it.
<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>


Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it.
<translate><!--T:10--> You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it.</translate>
 
<translate><!--T:11--> Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it.</translate>
 
== <translate>FAQ</translate> ==
 
: <translate>Is it possible to re-import the data downloaded.</translate>
 
<translate>Not at the moment, though that might be supported in the future</translate><ref>GitHub: https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3082</ref>.
 
[[Category:Troubleshooting]]
[[Category:GDPR]]

Latest revision as of 08:16, 22 October 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.

Process

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.

FAQ

Is it possible to re-import the data downloaded.

Not at the moment, though that might be supported in the future[1].