Relocating and deleting Resonite directories/ja: Difference between revisions

From Resonite Wiki
Created page with "ログアウト状態になります。パスワードを把握しておき、必要であれば二要素認証デバイスを手元に用意しておいてください。"
Created page with "ローカルホームが消去されます。保存しておきたいものがある場合は、クラウドにバックアップを取っておいてください。"
Line 15: Line 15:


# ログアウト状態になります。パスワードを把握しておき、必要であれば[[2FA|二要素認証]]デバイスを手元に用意しておいてください。
# ログアウト状態になります。パスワードを把握しておき、必要であれば[[2FA|二要素認証]]デバイスを手元に用意しておいてください。
# <span lang="en" dir="ltr" class="mw-content-ltr">Your [[Local Home]] will be cleared. Ensure that everything in there that you wish to save is backed up to the cloud.</span>
# [[Local Home|ローカルホーム]]が消去されます。保存しておきたいものがある場合は、クラウドにバックアップを取っておいてください。
# <span lang="en" dir="ltr" class="mw-content-ltr">Any local unsynced records will be deleted. If you are having sync issues and do not want to lose potential progress, see the [[sync errors]] page for help on resolving it before continuing.</span>
# 同期が完了していないローカルレコードはすべて削除されます。同期の問題が発生していて途中の進捗を失いたくない場合は、続行前に[[sync errors|同期エラー]]のページを参照して問題を解決してください。
# <span lang="en" dir="ltr" class="mw-content-ltr">Your [[machine ID]] will be reset</span>
# [[machine ID|マシンID]]がリセットされます。
# <span lang="en" dir="ltr" class="mw-content-ltr">You will have to do the tutorial again. This can be skipped using the <code>-SkipIntroTutorial</code> [[command line argument]].</span>
# <span lang="en" dir="ltr" class="mw-content-ltr">You will have to do the tutorial again. This can be skipped using the <code>-SkipIntroTutorial</code> [[command line argument]].</span>



Revision as of 03:45, 10 October 2025

データディレクトリおよびキャッシュディレクトリは、既定の場所以外のディレクトリに移動することが可能です。これは、整理目的や、別のファイルシステムへ移動することで特定のファイルシステム上の容量を節約するために行う場合があります。

これらのディレクトリを移動せずに削除することもできます。キャッシュおよびデータディレクトリを削除する主な理由は以下の通りです:

  • 予期せずキャッシュサイズが肥大化した場合に、空き容量を確保したいとき。
  • ローカルデータベースが非常に大きくなると動作が遅くなるため、それを高速化したいとき。
  • 予期せぬ問題を解決するため。もしこれが削除の理由である場合、根本的な問題が存在する可能性が高いため、本来はそちらを調査するべきですが、データベースの削除が最後の手段となる場合もあります。

注意事項

データディレクトリとキャッシュディレクトリは相互に関連しており、ローカルデータベースはキャッシュを参照する際に絶対パスを使用します。キャッシュのみを削除する場合でも、データベースのリンク切れを防ぐため、両方のディレクトリを削除する必要があります。データディレクトリを削除すると以下のような影響が生じます:

  1. ログアウト状態になります。パスワードを把握しておき、必要であれば二要素認証デバイスを手元に用意しておいてください。
  2. ローカルホームが消去されます。保存しておきたいものがある場合は、クラウドにバックアップを取っておいてください。
  3. 同期が完了していないローカルレコードはすべて削除されます。同期の問題が発生していて途中の進捗を失いたくない場合は、続行前に同期エラーのページを参照して問題を解決してください。
  4. マシンIDがリセットされます。
  5. You will have to do the tutorial again. This can be skipped using the -SkipIntroTutorial command line argument.

Deleting cache & data paths

Deleting your cache and data paths is a simple process:

  1. Locate your cache and data paths. Information on how to find them is found on the data and cache directories page.
  2. Delete the two folders.

Relocating cache & data paths

An example of custom launch options where the cache path is relocated to D:\Temporary files\ResoniteCache.

For the Steam build, the relocation process is as follows:

  1. Navigate to Resonite in your Steam library
  2. Click the gear icon to the right underneath the banner, then choose "Properties..."
  3. In the "Launch options" section, there is a text box for custom launch options.
    • To change the data path, add the text -DataPath C:\Path\To\New\Data\Folder
    • To change the cache path, add the text -CachePath C:\Path\To\New\Cache\Folder
    • If the path contains a space, it must be surrounded by double quotes, such as -DataPath "D:\Example Path\With Spaces"
    • Both options can be specified in the same textbox so long as they are separated by a space.
  4. Close the window to save changes.
  5. Delete the old cache and data directories. To find where these directories are, see the data and cache directories page.

If launching Resonite outside of Steam, then these options are appended to the command line of the Resonite.exe executable that you run.

These arguments must be present at all times or else Resonite will revert back to the default directories.