From d4494f6049f1d1b5e32b578988c4df44d2afaf69 Mon Sep 17 00:00:00 2001 From: Raphtalia Date: Fri, 26 Jul 2024 05:07:18 +0000 Subject: [PATCH] Add Setup --- Setup.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Setup.md diff --git a/Setup.md b/Setup.md new file mode 100644 index 0000000..cf5a406 --- /dev/null +++ b/Setup.md @@ -0,0 +1,7 @@ +### How to add the DungeonGenerationPlus mod to your interior Unity project + +Download the `DunGenPlus.dll` through Thunderstore or through this Github repository. Drag and drop the `.dll` file into your interior Unity project. This mod also requires the LethalLevelLoader plugin to be installed in your Unity project. With just those simple steps, the mod is installed. You can now setup and use this mod's features. + +This goes without saying, this mod also requires the DungeonGenerationPlus mod to be installed in your Lethal Company mod pack. + +If you'd like to use this mod's API and callback features, reference the same `DunGenPlus.dll` file in your code project thing what do you call that? \ No newline at end of file