Sources: Lotus-AU/LotusContinued/CONTRIBUTING.MD, Reactor/Quick_StartTo start off, you need a code editor, we recommend either Visual Studio, Visual Studio Code, or JetBrains Rider
This entirely depends on what you plan on doing, both Visual Studio and Jetbrains Rider are IDE’s (Integrated development environment’s), meaning you’ll have all features available in your editor, at the cost of being heavy.
Meanwhile, Visual Studio Code is lightweight, and useful for multiple things as long as you have the right extentions.
Next, you’ll need to install the .NET Framework SDK, make sure you’re downloading the one under “Build Apps - SDK”!
Once that’s done, you should be ready!
In order to compile the mod, you need to first compile or download VentFramework.
Compiling VentFramework is only necessary if you are building in Debug mode. If you are building the release version, the version on Nuget should be fine, but if it’s not, you’ll have to go compile the dependency.
- For more information about Installing VentFramework from Nuget, we recommend looking at this.
Once that’s all done, try compiling the repo, either by first running git clone https://github.com/Lotus-AU/LotusContinued
(Recommended, get Git here) or downloading the Source ZIP by going to Lotus-AU/LotusContinued -> Code -> Download ZIP
Once that’s done, Open the folder, navigate to Lotus.csproj
, and change the path in <AmongUs>D:\Games\AmongUs\steam\Lotus</AmongUs>
into where your Among Us is located!
After that, all that’s left is to run dotnet build
and watch the magic happen!