User Tools

Site Tools


mbbsemu:configuration:modules.json

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
mbbsemu:configuration:modules.json [2023/10/06 23:41] – external edit 127.0.0.1mbbsemu:configuration:modules.json [2023/12/09 21:46] enusbaum
Line 14: Line 14:
 **`Enabled`**: `1` = "true" and is default, which enables the module. `0` = "false" and will load the module in a disabled state -- this can be enabled using the sysop commands "/sys enable <moduleid>"  **`Enabled`**: `1` = "true" and is default, which enables the module. `0` = "false" and will load the module in a disabled state -- this can be enabled using the sysop commands "/sys enable <moduleid>" 
  
-**`Patch`**: As of [PR #502](https://github.com/mbbsemu/MBBSEmu/pull/502), MBBSEmu has implemented SoftPatch support which allows you to apply custom hex edits/string edits directly to a module on load without having to make any modifications to the module DLL file. +**`Patch`**: As of [PR #502](https://github.com/mbbsemu/MBBSEmu/pull/502), MBBSEmu has implemented [[mbbsemu:configuration:softpatch|SoftPatch]] support which allows you to apply custom hex edits/string edits directly to a module on load without having to make any modifications to the module DLL file. 
  
 **Note**: Because the file is JSON, on Windows platforms you must escape the backslash in the path with `\\` (See Below) **Note**: Because the file is JSON, on Windows platforms you must escape the backslash in the path with `\\` (See Below)
mbbsemu/configuration/modules.json.txt · Last modified: 2023/12/09 21:51 by enusbaum