From 8b884f38477fd775dac3ff43489baf4830700497 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Wed, 26 Oct 2022 03:37:09 -0400 Subject: [PATCH] Update manual/changelog --- CHANGELOG.md | 2 +- docsrc/manual/settings-and-options.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7992a51b..5043ac9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ The **"Breaking Changes"** listed below are changes that have been made in the d - Add Cut/Copy/Paste for metatiles in the Tileset Editor. - Add button to copy the full metatile label to the clipboard in the Tileset Editor. - Add ability to export an image of the primary or secondary tileset's metatiles. -- Add new config options for customizing how new maps are filled, setting default tilesets, and whether the most recent project should be opened on launch. +- Add new config options for customizing metatile attributes, how new maps are filled, setting default tilesets, and whether the most recent project should be opened on launch. - Add color picker to palette editor for taking colors from the screen. - Add new features to the scripting API, including the ability to display messages and user input windows, set the overlay's opacity, rotation, scale, and clipping, interact with map header properties and the map border, read tile pixel data, and more. diff --git a/docsrc/manual/settings-and-options.rst b/docsrc/manual/settings-and-options.rst index 2d85ed0b..dd57dc27 100644 --- a/docsrc/manual/settings-and-options.rst +++ b/docsrc/manual/settings-and-options.rst @@ -59,5 +59,10 @@ your project root as ``porymap.user.cfg``. You should add this file to your giti ``prefabs_import_prompted``, 0, project, no, Keeps track of whether or not the project was prompted for importing default prefabs ``tilesets_have_callback``, 1, project, yes, Whether new tileset headers should have the ``callback`` field ``tilesets_have_is_compressed``, 1, project, yes, Whether new tileset headers should have the ``isCompressed`` field + ``metatile_attributes_size``, 2 or 4, project, yes, The number of attribute bytes each metatile has + ``metatile_behavior_mask``, ``0xFF`` or ``0x1FF``, project, yes, The mask for the metatile Behavior attribute + ``metatile_encounter_type_mask``, ``0x0`` or ``0x7000000``, project, yes, The mask for the metatile Encounter Type attribute + ``metatile_layer_type_mask``, ``0xF000`` or ``0x60000000``, project, yes, The mask for the metatile Layer Type attribute + ``metatile_terrain_type_mask``, ``0x0`` or ``0x3E00``, project, yes, The mask for the metatile Terrain Type attribute Some of these settings can be toggled manually in porymap via the *Options* menu.