Relocate Neos Folders

From Neos Wiki
Revision as of 10:36, 21 August 2022 by ProbablePrime (talk | contribs)
Jump to navigation Jump to search

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.

If you have a unique drive setup, or want more control about where these files are stored, then this guide is for you.

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

Moving these folders

To move these folders to another location:

  1. Ensure that your Neos reports "All Synced" at the top centre of your dash. The following steps have the potential for data loss, so please be careful
  2. Add either of the following command line flags to Neos to move the folders:
    • -DataPath path_here - Moves the Data folder to the location you specify. Any absolute path syntax supported by the underlying platform's file system libraries can be used here, such as DOS-style or UNC paths.
    • -CachePath Insert_filepath_here - Moves the 'Cache folder to the location you specify. Any absolute path syntax supported by the underlying platform's file system libraries can be used here, such as DOS-style or UNC paths.
  3. Leaves these in the command line arguments, permanantly
  4. Once done you may delete their old/original locations

Entering these command line arguments, differs depending on your platform.

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