Difference between revisions of "Relocate Neos Folders/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "===スタンドアロンビルド版=== {{StandaloneCommandLineArguments}}")
(Created page with "== 片付け == 新しい場所を使用するようになったら、古い場所のフォルダを削除することができます。")
Line 30: Line 30:
 
{{StandaloneCommandLineArguments}}
 
{{StandaloneCommandLineArguments}}
  
== Cleaning Up ==
+
== 片付け ==
You can delete the old location's folders once the new locations are in use.
+
新しい場所を使用するようになったら、古い場所のフォルダを削除することができます。
 
[[Category:Troubleshooting]]
 
[[Category:Troubleshooting]]

Revision as of 13:54, 27 August 2022

Other languages:
English • ‎日本語


Neos has two locations, outside of the main installation directory which store files that help Neos run:

  1. Cache - Store's temporary copies of assets downloaded while you are using Neos.
  2. Database/Data - Stores a local copy of your items and things that you are working on, your login status and settings.

Folder Default Locations

Cache

By default the cache can be found in: %USERPROFILE%\AppData\Local\Temp\Solirax\NeosVR

To get there easily:

  1. Push Windows Key + R
  2. Type/Copy this %USERPROFILE%\AppData\Local\Temp\Solirax\NeosVR into the Run box that appears
  3. Press Enter or the Ok button

Database/Data

By default the data folder can be found in: %USERPROFILE%\AppData\LocalLow\Solirax\

To get there easily:

  1. Push Windows Key + R
  2. Type/Copy this %USERPROFILE%\AppData\LocalLow\Solirax\ into the Run box that appears
  3. Press Enter or the Ok button


独自のドライブ設定をされている方、またはこれらのファイルの保存場所をより細かく制御したい方は、このガイドをご利用ください。

これらのフォルダーを移動する

以下の手順は、データ消失の可能性がありますので、ご注意ください。

準備

これらのフォルダは互いに参照しあっている箇所があるため、移動する際には既存の内容を削除し、新しく作り直した方がよいでしょう。この方がスムーズですが、以下の準備を行わないとデータが失われる可能性があります

  1. ダッシュメニューの中央上部に「シンク完了」と表示されていることを確認してください。
  2. ローカルホームに何か保存している場合は、バックアップをとってください。
  3. 設定タブにある、あなたの設定をメモしてください。これらはリセットされます。
  4. ユーザー名とパスワードが手元にあることを確認してください、ログアウトされます。
  5. ログインに2FA/jaを使っている場合は、承認用デバイスが手元にあることを確認してください、ログインする際に必要になります。

コマンドライン引数の追加

これらのフォルダを別の場所に移動する場合。

  1. フォルダを移動するには、以下のコマンドライン引数のいずれかをNeosに追加します。
    • -DataPath path_here - Data フォルダを指定した場所に移動します。DOS スタイルや UNC パスのように、基本プラットフォームのファイルシステムライブラリでサポートされている任意の絶対パス構文をここで使用します。
    • -CachePath Insert_filepath_here - Cache フォルダーを指定した場所に移動します。DOS スタイルや UNC パスのように、基本プラットフォームのファイルシステムライブラリでサポートされている任意の絶対パス構文をここで使用します。
  2. コマンドライン引数からこれらを削除すると、Neos は標準の場所を使用するようになります。

これらのコマンドライン引数の入力方法は、使用するプラットフォームによって異なります。

Steamビルドの場合

  1. Open Steam
  2. Right click on Neos VR in your library
  3. Select "Properties" and then "Set Launch Options".
  4. Enter the command you need to use, exactly as it appears above and Run Neos.

Setting custom launch options via Steam

Now, if Neos is launched via Steam, the custom command line arguments will take effect.

Commands entered via this method will not take effect if Neos is launched any other way, such as via the Neos Launcher or by directly launching the Neos.exe.


スタンドアロンビルド版

You have two options:

Using the Neos Launcher

  1. Find the Neos Launcher for the standalone. You can do this by double clicking on the NeosLauncher.exe in the NeosVR install folder
  2. Check the "Use custom bootstrap class" option
  3. Enter your command line arguments in the box below this checkbox.

NeosLauncherCommandLineArguments.png

Launch arguments entered this way will only take effect if the Neos Launcher is used to start Neos.

Use a shortcut

It is possible to use launch commands via a custom shortcut targeting the Neos.exe file.

To create a shortcut:

  1. Find the Neos install folder and right-click on the Neos.exe.
  2. In the context menu click 'Create Shortcut'
  3. Move the 'Neos.exe - Shortcut' file to somewhere more convenient (such as the Desktop).
  4. Right-click on the shortcut file and click 'Properties' in the context menu.
  5. This opens a dialog window. Select the 'Shortcut' tab.
  6. In the 'Target' text box add a space after the Neos.exe filepath and then add your command line arguments.
  7. Click 'Apply' and 'OK'.

Now, if Neos is launched by double clicking on the shortcut it will launch using the custom options. These will not be applied if a different method is used to start Neos.

Setting custom launch options for a Shortcut

There is also a tutorial by ProbablePrime.


片付け

新しい場所を使用するようになったら、古い場所のフォルダを削除することができます。