From 3c151653a744e04110cf30119ca870d803503add Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Wed, 10 Jan 2018 14:39:58 -0500 Subject: [PATCH] Add documentation for .dm inclusion system --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 03e4424d07..fd2e6d2d93 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,10 @@ Just tick the `Webclient` option in the `Server` tab or run `dd webclient on` on * The files are modified here using the Windows credentials of the active user, feel free to manually set ACLs on them * You may optionally rebuild the entire `Static` folder from the repository using the `Recreate Static Directory` button. This will copy the original files from the repository based on the current `TGS3.json`. This requires DreamDaemon not be running +### Modifying Your Code + +Any `.dm` files included in the root level of the `Static` directory are automatically copied over and included before anything else in your `.dme` for compilation. Use this to configure compile options as you see fit. + ### Moving, Renaming, and Detaching instances * Instances can be renamed, but this requires a temporary offlining of them (this includes interface access, DreamDaemon, and chat bots)