Update 'Migrating from loose files'

Lucas Schwiderski 2023-03-28 22:43:55 +02:00
parent 9f39618669
commit 8f9f19043b

@ -23,7 +23,7 @@ If you want to migrate manually, or need to edit things, read on:
To create your `dtmt.cfg` use the file reference at [`dtmt.cfg` Reference](dtmt.cfg-Reference). To create your `dtmt.cfg` use the file reference at [`dtmt.cfg` Reference](dtmt.cfg-Reference).
The `resources` section can be adapted from the contents of your `.mod` file. The example uses `DMF` for the mod ID, wou'll want to use your own here, which must be the same value you pass to DMF's `new_mod` and `get_mod` in your code. The `resources` section can be adapted from the contents of your `.mod` file. The example uses `DMF` for the mod ID, but you'll want to use your own here, which must be the same value you pass to DMF's `new_mod` and `get_mod` in your code.
The `.package` file supports wildcards, so the most simple version would look like this: The `.package` file supports wildcards, so the most simple version would look like this: