Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude BepInEx_Server from mod linker #810

Merged
merged 1 commit into from
Jul 9, 2022

Commits on Jul 9, 2022

  1. Exclude BepInEx_Server from mod linker

    Exclude the BepInEx_Server directory from being copied into the game
    directory from the profile directory.
    
    This directory is used by the Mythic-ServerLaunchFix mod for V Rising to
    automatically replicate clientside mod installs to the built-in server
    of the game. Unfortunately the manager attempting to implicitly copy the
    BepInEx_Server directory from the profile to the game directory will
    fail and prevent launching of the game.
    
    Even though this fix is implementation specific, it can be considered
    fine for now, as there is no better system in place. Perhaps in the
    future it would be better to explicitly declare what to copy instead of
    what NOT to copy.
    MythicManiac committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    bf0f17c View commit details
    Browse the repository at this point in the history