Skip to content

Banjobeni/DVDispatcherMod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVDispatcherMod

Where are the cars for this job? Don't worry. If look at a job or hold one in your hand, we'll let you know.

If you are in VR, the popups will only show up when you hold the job overview in your right hand.

This mod reuses the tutorial popups to show you where the cars for a job are. As usual, this mod requires the Unity Mod Manager for installation.

Nexus Mods Link

Example Directory.Build.Props

For compiling the mod yourself, adjust [path-to-steam] in this file and put it in your source folder (next to .sln or .csproj).

<Project>
  <PropertyGroup>
    <DvInstallDir>C:\[path-to-steam]\steamapps\common\Derail Valley</DvInstallDir>
    <ReferencePath>
      $(DvInstallDir)\DerailValley_Data\Managed\;
      $(DvInstallDir)\DerailValley_Data\Managed\UnityModManager\;
      $(DvInstallDir)\Mods\MessageBox\
    </ReferencePath>
    <AssemblySearchPaths>$(AssemblySearchPaths);$(ReferencePath)</AssemblySearchPaths>
  </PropertyGroup>
</Project>

About

Derail Valley dispatch is at your service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%