diff --git a/newmodels_reborn/models/README.md b/newmodels_reborn/models/README.md index f407621..f363c19 100644 --- a/newmodels_reborn/models/README.md +++ b/newmodels_reborn/models/README.md @@ -12,9 +12,9 @@ See the example files to visualize the structure of this system - **Optional:** Models can be customized with a `New ID.txt` file with the following settings (any line that doesn't contain these words is ignored): - - disableAutoFree - - disableTXDTextureFiltering - - enableDFFAlphaTransparency - - txd=PATH_TO_TEXTURE_PATH_INSIDE_models_FOLDER (used for shared textures) - - dff=PATH_TO_TEXTURE_PATH_INSIDE_models_FOLDER (used for shared models) - - col=PATH_TO_TEXTURE_PATH_INSIDE_models_FOLDER (used for shared collisions) + - `disableAutoFree` + - `disableTXDTextureFiltering` + - `enableDFFAlphaTransparency` + - `txd=PATH_TO_TEXTURE_PATH_INSIDE_models_FOLDER` (used for shared textures) + - `dff=PATH_TO_TEXTURE_PATH_INSIDE_models_FOLDER` (used for shared models) + - `col=PATH_TO_TEXTURE_PATH_INSIDE_models_FOLDER` (used for shared collisions)