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: Plugins/Tweaks/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ Tweaks stuff. See below.
41
41
|`NWNX_TWEAKS_MATERIAL_NAME_NULL_IS_ALL`| true or false | Makes SetMaterialShaderParamXxx() functions take `sMaterial=""` to mean all materials. |
42
42
|`NWNX_TWEAKS_SUMMON_ASSOCIATE_USE_COMPUTE_SAFE_LOCATION`| true or false | CNWSCreature::SummonAssociate() will use ComputeSafeLocation() instead of ComputeNonVisibleLocation() |
43
43
|`NWNX_TWEAKS_HIDE_HARDCODED_ITEM_VFX`| int | See [here](https://github.com/nwnxee/unified/tree/master/Plugins/Tweaks#nwnx_tweaks_hide_hardcoded_item_vfx). |
44
-
|`NWNX_TWEAKS_FIX_RESMAN_MEMLEAK`| true or false | Fix a memory leak in Resman / CResGFF |
44
+
|`NWNX_TWEAKS_FIX_RESMAN_MEMLEAK`| true or false | Fixes a memory leak in Resman / CResGFF |
45
+
|`NWNX_TWEAKS_FIX_DM_FACTION_BUG`| true or false | Fixes a DM faction bug when using a non-DMClient BIC file. |
0 commit comments