Skip to content

Commit

Permalink
[GitHub Action] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 21, 2023
1 parent bd68f40 commit 97cb7c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/Mod-Creation/Assets/Custom-Stage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Custom Stages

-***This Page is still a WIP. I will finish it later. I just finished Part 2 of the videos I am making. The Zip of useful scripts I used and the FBL github is down below.***
-***This page will be redone. A lot of details were left out and some details aren't particularly accurate.***

This guide will cover the details of stage making and good practices to keep yourself organized. This guide will be assuming you already have a solid way to load a stage; if not, click [here](#nuketown) to learn how to download IDeath's Nuketown project to get a good reference on how everything works.

Expand Down
12 changes: 6 additions & 6 deletions docs/Mod-Creation/Getting-Started/First-Mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@

### You also need HookGenPatcher, it allow us to generate a dll assembly (Name is usually prefixed with `MMHOOK_`) for hooking the game methods.

- R2modman
- ### r2modman:

- Download the HookGenPatcher from the Online tab

- Manual Install
- ### manual install:

- Download and follow the instructions [here](https://thunderstore.io/package/RiskofThunder/HookGenPatcher/).

### The boilerplate mod uses some R2API modules as dependencies, it provides helper methods to quickly integrate custom additions into the game.

- R2modman
- ### r2modman:

- Download the R2API Items from the Online tab

- Download the R2API Language from the Online tab

- Manual Install
- ### manual install:

- Download [R2API Core](https://thunderstore.io/package/RiskofThunder/R2API_Core/). (R2API Core is a dependency of R2API Items and R2API Language)

Expand Down Expand Up @@ -66,11 +66,11 @@ Open the `.sln` solution file with Visual Studio. Now build the solution:

Find the `ExamplePlugin\bin\Debug\netstandard2.0\ExamplePlugin.dll` on your own machine.

- ### R2modman
- ### r2modman:

- Copy the `ExamplePlugin.dll` to your `BepInEx/plugins/` folder. You can find the folder by opening r2modman, going to settings, and clicking Browse profile folder.

- ### Manual install
- ### manual install:

- Copy the `ExamplePlugin.dll` to your `Game Folder/BepInEx/plugins/` folder.

Expand Down

0 comments on commit 97cb7c6

Please sign in to comment.