Account data download: Difference between revisions

From Resonite Wiki
m Add translation categorization https://meta.wikimedia.org/wiki/Meta:Internationalization_guidelines#Categorization
Marked this version for translation
Line 4: Line 4:
<translate><!--T:2--> 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>Process</translate> ==
== <translate><!--T:12--> Process</translate> ==


=== <translate><!--T:3--> Resonite Account Downloader</translate> ===
=== <translate><!--T:3--> Resonite Account Downloader</translate> ===
Line 24: Line 24:
<translate><!--T:11--> 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>


== <translate>FAQ</translate> ==
== <translate><!--T:13--> FAQ</translate> ==


: <translate>Is it possible to re-import the data downloaded.</translate>
: <translate><!--T:14--> 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>.
<translate><!--T:15--> 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{{#translation:}}]]
[[Category:Troubleshooting{{#translation:}}]]
[[Category:GDPR{{#translation:}}]]
[[Category:GDPR{{#translation:}}]]

Revision as of 06:22, 22 August 2025

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