Skip to content

Compiling Custom Version

Crowface edited this page Feb 20, 2023 · 3 revisions

Download Visual Studio Community and .NET framework 4.7.2

Download GitHub Desktop (https://desktop.github.com/)

In GitHub Desktop, Clone the repository somewhere:

image image

After it's cloned, copy all the libraries in LoU/lib/libraries.txt from your LOU installation folder to the LoU/libs/ folder:

image

image

image

Open the "EasyLoU.sln" file in the base directory to open it in Visual Studio

At the top, change the dropdowns to "Release" and "x64"

image

Right-click on the project on the right side "Solution Explorer", and go to properties:

image

Change the Assembly Name to something obscure/random:

image

Click on the Assembly Information button, and change the shown values to something obscure/random:

image

On the top bar, go to Build->Build Solution. Your file will end up in the bin/x64/release folder:

image

image

Clone this wiki locally