generated from derail-valley-modding/template-umm
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
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
.
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.
- Open your Unity project settings, and find the Player tab.
- In the Other Settings dropdown, change the color space to
Linear
. - In the XR Settings dropdown, set Virtual Reality Enabled to
true
, and Stereo Rendering Mode toSingle Pass
. - Import the CarChanger package.
- 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. - Right click the project view to create the assets you need.
Important
Make sure your Unity version is 2019.4.40!