Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cmkushnir committed Mar 2, 2022
1 parent 39ceccb commit 01d2b36
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readme.md
Expand Up @@ -20,6 +20,7 @@
* [Application](Doc/Tab/Application/Application.md)
* [libMBIN API](Doc/Tab/MBINC/MBINC.md)
* [Language](Doc/Tab/Language/Language.md)
* [DDS](Doc/Tab/Dds/Dds.md)
* [Substances, Products, Technologies](Doc/Tab/Items/Items.md)
* [Refiner & Cooking Recipes](Doc/Tab/Recipes/Recipes.md)
* [PAK Conflicts](Doc/Tab/PakConflicts/PakConflicts.md)
Expand All @@ -40,6 +41,7 @@ A one-stop solution for creating NMS mods using C#</br>
- Optionally specify a custom install location via the command-line to have a toolbar button added for it.
- View MBINCompiler | libMBIN Enums, Classes, Fields.
- Select NMS language to view all language ID's and their localized values.
- Search for DDS image paths, in the game pak files, using wildcards
- View all substances, products, and technologies - ID, icon, localized names.
- View all refiner and cooking recipes - ID's, icons, localized names.
- Auto-generates list of conflicts between PCBANKS/MODS/*.pak files.
Expand Down Expand Up @@ -107,10 +109,6 @@ By default the application will connect to GitHub to get:
e.g. when trying to view a mod mbin item compiled with an older MBINC version.
The list is only retrieved once per application run and cached in-memory.

#### no_big_icons
Prevent the application from using large icons for Substances, Products, Teechnologies, Recipes - all icons will be 32x32 pixels.<br/>
Legacy support, may be removed in future releases.

#### no_persist_ui
Prevent the application from storing window state in the registry when it closes and restoring it from the registry when it starts.<br/>
By default the application will store window state in **HKCU\SOFTWARE\cmkushnir\NMSMB\Windows**.
Expand Down

0 comments on commit 01d2b36

Please sign in to comment.