Account data download/ja: Difference between revisions

From Resonite Wiki
Created page with "アカウントデータのダウンロード"
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<span lang="en" dir="ltr" class="mw-content-ltr">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).</span>
Resoniteをプレイしているとき、自分のアカウントデータをダウンロードしたくなることがあります。これは、[[inventory|インベントリ]]、メッセージ、連絡先などのローカルバックアップを取るためや、プライバシー保護(GDPR第20条)を目的としています。


<span lang="en" dir="ltr" class="mw-content-ltr">There are currently two ways of downloading your account data.</span>
アカウントデータをダウンロードする方法は、現在2通りあります。


== <span lang="en" dir="ltr" class="mw-content-ltr">Resonite Account Downloader</span> ==
<span id="Process"></span>
== 手順 ==


<span lang="en" dir="ltr" class="mw-content-ltr">The Resonite Account Downloader is a tool [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader published and open-sourced on GitHub].</span>
<span id="Resonite_Account_Downloader"></span>
=== Resonite アカウント保存ツール ===


<span lang="en" dir="ltr" class="mw-content-ltr">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].</span>
Resonite アカウント保存ツールは、[https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader GitHubで公開・オープンソース化されているツールです]


[[File:ResoniteAccountDownloaderLoggedIn.png|<span lang="en" dir="ltr" class="mw-content-ltr">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.</span>]]
使いやすいGUIを提供しており、あなたのアカウントデータを取得できます。最新版は [https://github.com/Yellow-Dog-Man/ResoniteAccountDownloader/releases/latest GitHubの「リリース」にあります]


== <span lang="en" dir="ltr" class="mw-content-ltr">AccountDump</span> ==
[[File:ResoniteAccountDownloaderLoggedIn.png|Resonite アカウント保存ツールのログイン後の画面です。連絡先からインベントリへのダウンロードや、下部にダウンロードフォルダを選択するパス設定のオプションが表示されています。]]


<span lang="en" dir="ltr" class="mw-content-ltr">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>).</span>
=== AccountDump ===


<span lang="en" dir="ltr" class="mw-content-ltr">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.</span>
AccountDumpは、すべてのResoniteのインストールフォルダー内に含まれるCLIツールです。このツールはゲームのディレクトリ内の<code>Tools</code>フォルダーにあります。(通常のパスは<code>C:\Program Files (x86)\Steam\steamapps\common\Resonite\Tools\AccountDump</code>


<span lang="en" dir="ltr" class="mw-content-ltr">You can now double-click on the <code>AccountDump.exe</code> file in the directory to launch it.</span>
ツールを実行する前に、[https://dotnet.microsoft.com/en-us/download/dotnet/8.0 .NET Runtime 8.0] をコンピューターにインストールしておく必要があります。


<span lang="en" dir="ltr" class="mw-content-ltr">Note that on Linux, you might need to use <code>dotnet AccountDump.dll</code> to run it.</span>
<code>AccountDump.exe</code> ファイルをディレクトリ内でダブルクリックすると実行できます。


[[Category:Troubleshooting]]
Linuxでは、<code>dotnet AccountDump.dll</code> を使用することで実行ができます。
 
<span id="FAQ"></span>
=== よくある質問 ===
 
: 保存したアカウント情報を再度入れることはできますか?
 
今のところできません。将来的には実装するかもしれません。<ref>GitHub: https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/3082</ref>.
 
[[Category:Troubleshooting{{#translation:}}]]
[[Category:GDPR{{#translation:}}]]

Latest revision as of 00:30, 22 September 2025

Resoniteをプレイしているとき、自分のアカウントデータをダウンロードしたくなることがあります。これは、インベントリ、メッセージ、連絡先などのローカルバックアップを取るためや、プライバシー保護(GDPR第20条)を目的としています。

アカウントデータをダウンロードする方法は、現在2通りあります。

手順

Resonite アカウント保存ツール

Resonite アカウント保存ツールは、GitHubで公開・オープンソース化されているツールです

使いやすいGUIを提供しており、あなたのアカウントデータを取得できます。最新版は GitHubの「リリース」にあります

Resonite アカウント保存ツールのログイン後の画面です。連絡先からインベントリへのダウンロードや、下部にダウンロードフォルダを選択するパス設定のオプションが表示されています。

AccountDump

AccountDumpは、すべてのResoniteのインストールフォルダー内に含まれるCLIツールです。このツールはゲームのディレクトリ内のToolsフォルダーにあります。(通常のパスはC:\Program Files (x86)\Steam\steamapps\common\Resonite\Tools\AccountDump

ツールを実行する前に、.NET Runtime 8.0 をコンピューターにインストールしておく必要があります。

AccountDump.exe ファイルをディレクトリ内でダブルクリックすると実行できます。

Linuxでは、dotnet AccountDump.dll を使用することで実行ができます。

よくある質問

保存したアカウント情報を再度入れることはできますか?

今のところできません。将来的には実装するかもしれません。[1].