You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
# How to Use
4
4
The [NavKit Guide](https://glaciermodding.org/docs/modding/hitman/customcampaigns/using_navkit) is available on the [Glacier Modding Wiki](https://glaciermodding.org/).
5
5
6
-
You can run NavKit by opening `NavKit.exe`. To use the **View Navp in game** and **Scene Extraction**features, you will need ZHMModSdk installed. For the **Scene Extraction** feature, you will also need to have Blender installed.
6
+
You can run NavKit by opening `NavKit.exe`. To use the **Scene Extraction**feature, you will need ZHMModSdk installed. For the **Build Obj** and **Build Blend file** feature, you will also need to have Blender installed.
7
7
8
8
You will also need to install the latest Visual C++ Redistributable from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-140. Make sure you get the X64 version.
9
9
10
-
Functions available are loading and saving Navp and Navp.json, loading Airg and Airg.json, loading and saving Obj, scene extraction, building Navp, building Airg and viewing navp in game.
10
+
Functions available are loading and saving Navp and Navp.json, loading Airg and Airg.json, loading and saving Obj, scene extraction, building Obj, building blend files, building Navp, and building Airg.
11
11
12
12
# Full generation of Navp and Airg (Scene Extraction, Navp generation, Airg generation)
13
13
1. Download the latest release of NavKit (https://github.com/glacier-modding/NavKit/releases/latest) and run the installer
0 commit comments