averyocean65 / ULTRANET

ULTRAKILL Multiplayer Mod
MIT License
12 stars 1 forks source link

How do i do thet? #5

Open SSulytank opened 1 year ago

SSulytank commented 1 year ago

Load all DotNetty, Microsoft, ULTRANET.Core and System libraries into BepInEx/plugins/ULTRANET

averyocean65 commented 1 year ago

If you're compiling ULTRANET on the main branch and check the compiled files (assuming you know how to do that), you can just drag & drop every DLL (excluding ULTRANET.Client.dll) into (hopefully legal) {Steam}/steamapps/common/ULTRAKILL/BepInEx/plugins/ULTRANET and ULTRANET.Client.dll into {Steam}/steamapps/common/ULTRAKILL/BepInEx/UMM Mods/ULTRANET

SSulytank commented 1 year ago

oh, thanks

SSulytank commented 1 year ago

I don't want to bother you but I don't know how to check the compiled files, i'm sorry.

averyocean65 commented 1 year ago

Do you have an IDE like Visual Studio Community (free) or JetBrains Rider (paid) set up?

SSulytank commented 1 year ago

yes i have Visual Studio

averyocean65 commented 1 year ago

Then you can simply download the Source Code, open ULTRANET.sln in Visual Studio, link the corresponding libraries from your ULTRAKILL Installation and from ULTRANET/Libraries (Tip: ULTRANET/Libraries/ULTRAKILL/Libraries.txt file tells you what you need to import from ULTRAKILL) and you should be ready to build

SSulytank commented 1 year ago

Thanks I realy appreciate your help.