データベース修復

From Neos Wiki
Revision as of 15:10, 7 November 2022 by Aesc (talk | contribs) (Created page with "このコマンドライン引数の使用方法は、利用するプラットフォームによって異なるので、以下のガイダンスに従って使用ください。")
Jump to navigation Jump to search
Other languages:
English • ‎日本語

時折、Neosのローカルデータベースの修復が必要になることがあります。これは様々な要因によるものですが、中にはデータベースの自動修復を引き起こすものもあります。

手動で自動修復を開始する

-RepairDatabase コマンドライン引数を使用すると、データベースの修復を手動で開始することができます。

このコマンドライン引数の使用方法は、利用するプラットフォームによって異なるので、以下のガイダンスに従って使用ください。

For the Steam build

  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.


For the Standalone build

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.