Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 81e80d0

Browse files
XgamesXgames
authored andcommitted
1 parent 1a317e0 commit 81e80d0

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

Documentation/CreatingMods/CreatingMods.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@ Note: A helpful resource for making mods is [MelonLoaderDocs](https://melonwiki.
2020

2121

2222
## Setup a project Using the template
23-
1) Install the template from the latest release
23+
1) download ```XGames105.PMF.Templates.0.3.0.nupkg``` from the latest release
24+
25+
2) Install the template by running ```dotnet new --install C:/full/path/to/XGames105.PMF.Templates.0.3.0.nupkg```
26+
27+
Note: --install should end with XGames105.PMF.Templates.0.3.0.nupkg
28+
29+
Note: To uninstall the templates run ```dotnet new --uninstall XGames105.PMF.Templates```
30+
2431
2) Create a new project and select the 'Empty PMF mod'
2532
5) run ```PMFTool update-dlls```
2633
6) to run use ```PMFTool run```

Documentation/CreatingMods/PMFTool/InstallPMFTool.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
1) go to the latest release of pmf and download ```XGames105.PMFTool.1.0.0.nupkg ```
44

5-
2) run ``` dotnet tool install XGames105.PMFTool --global --add-source path/to/the/DIRECTORY/where/XGames105.PMFTool.1.0.0.nupkg/is``` Note: --add-source is the path to the directory where XGames105.PMFTool.1.0.0.nupkg is not XGames105.PMFTool.1.0.0.nupkg itself Note: --global is optional if that is not set PMFTool will only be installed for the current project
5+
2) run ``` dotnet tool install XGames105.PMFTool --global --add-source C:/full/path/to/the/DIRECTORY```
6+
7+
Note: --add-source is the path to the directory where XGames105.PMFTool.1.0.0.nupkg is not XGames105.PMFTool.1.0.0.nupkg itself
8+
9+
Note: --global is optional if that is not set PMFTool will only be installed for the current project
10+
11+
Note: To uninstall PMFTool run ```dotnet tool uninstall XGames105.PMFTool ```
612

713
3) got to the user directory (C:/User/YourName) and create a file called ```.pmftoolconfig``` and add this
814
```ini

0 commit comments

Comments
 (0)