ugackMiner53 / Mitch-Client

A hacked client for the Muck game by DaniDev
Apache License 2.0
8 stars 3 forks source link

Help Compiling #11

Closed cASUAL12345 closed 3 years ago

cASUAL12345 commented 3 years ago

sorry, first time doing it. I downloaded the project source code, opened it with visual studio, made some changes, and i cant understand how to compile it its missing things like UnityEngine, BepInEx, HarmonyLib, etc.

I have Unity installed, i just never used it.

ugackMiner53 commented 3 years ago

This is because it uses BepInEx, and you need to import the following .dlls:

From BepInEx\core

0Harmony.dll BepInEx.dll BepInEx.Harmony.dll

You should also try to import everything from Muck\Muck_Data\Managed for Muck specifically. (Some things will fail to import, but that should be fine)

I cannot provide these files due to copyright, but here is a link to BepInEx.

I'll try to provide better build instructions in the future