Giter VIP home page Giter VIP logo

dvjobgencompatlayer's Introduction

Job Generation Compatibility Layer (JGCL)

TODO: Write mod description here.

Improving the Compatibility Layer

Before opening pull requests, developers should build and test their changes locally to make sure everything is working as expected.

Environment Setup

After cloning the repository, some setup is required in order to successfully build the mod DLL. You will need to create a new Directory.Build.targets file to specify your reference paths. This file will be located in the main directory, next to DVJobGenCompatLayer.sln.

Below is an example of the necessary structure. When creating your targets file, you will need to replace the two reference pahts with the corresponding folders on your system. They can be found in your Derail Valley install directory. Make sure to include the semicolons between each othe the paths (and no semicolon after the last path). Also note that shortcuts that you might use in flie explorer (such as %ProgramFiles%) won't be expanded in these paths. You need to use the full, absolute path.

<Project>
    <PropertyGroup>
        <ReferencePath>
            X:\SteamLibrary\steamapps\common\Derail Valley\DerailValley_Data\Managed\;
            X:\SteamLibrary\steamapps\common\Derail Valley\DerailValley_Data\Managed\UnityModManager\
        </ReferencePath>
        <AssemblySearchPaths>$(AssemblySearchPaths);$(ReferencePath);</AssemblySearchPaths>
    </PropertyGroup>
</Project>

Build Output

The output DLL will need to be copied into Derail Valley install directory > Mods > JobGenCompatLayer each time the solution is built. Copy it from bin\Debug\netframework4.8 or bin\Release\netframework4.8 depending on the selected build configuration.

dvjobgencompatlayer's People

Contributors

fauxnik avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

katycat5e

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.