Skip to content
WhistleWiz edited this page Nov 27, 2024 · 5 revisions

Welcome to the DV Car Changer wiki!

Here you can find an overview of what this mod can do as well as extra documentation if you want to make even larger changes.

Regular users

If you are having trouble with the mod settings, visit this page.

For other issues, either report an issue here on GitHub or head over to the Altfuture discord server and post your questions in #mods-support-and-bugs.

Mod creators

The documentation is still a work in progress, but should cover the basics already.

I recommend using Runtime Unity Editor to analyse car object structures in depth. This is especially useful for components taking in paths to transforms. Please note how cars are made of 2 objects, the car itself and the interior.

Getting started

  1. Open your Unity project settings, and find the Player tab.
  2. In the Other Settings dropdown, change the color space to Linear.
  3. In the XR Settings dropdown, set Virtual Reality Enabled to true, and Stereo Rendering Mode to Single Pass.
  4. Import the CarChanger package.
  5. If you do not have it yet, also add Language Helper to your project. You can just copy the DVLangHelper.Data.dll from your mod folder too.
  6. Right click the project view to create the assets you need.

Important

Make sure your Unity version is 2019.4.40!

Clone this wiki locally