0 of 0

File information

Last updated

Original upload

Created by

SergeantJoe

Uploaded by

SergeantJoe

Virus scan

Safe to use

1 comment

  1. CurlyFries128
    CurlyFries128
    • member
    • 0 kudos
    This mod is great, only one thing I would like to say.

    When I was installing BepInEx for Blackwake the game was not loading properly and I had a look around and found that you have to change some of the config for BepInEx because Blackwake uses an older version of unity. 

    After running the game for the first time navigate to your game's directory and enter the BepInEx folder, then i followed this guide: 
    https://docs.bepinex.dev/articles/user_guide/troubleshooting.html#unity-5-and-older




    Unity 5 and older Change the entry point In some games, the default entry point is too early for BepInEx to load up properly. For that, try an alternative entry point:
    Open BepInEx/config/BepInEx.cfg, locate and change the following settings accordingly:
    [Preloader.Entrypoint]
    Assembly = UnityEngine.dll
    Type = MonoBehaviour
    Method = .cctor
    In some cases, another option works better
    [Preloader.Entrypoint]
    Assembly = UnityEngine.dll
    Type = Camera
    Method = .cctor
    Future versions of BepInEx should automate the process of setting an early enough entry point.