Admin New Features/Changes Added support for uploading effects to the Steam Workshop from the Effect Editor ("Upload to Steam Workshop" button on the editor toolbar) Added support for downloading effects that you've subscribed to on the Steam Workshop into your game project (Import Assets -> Steam Workshop) Added Steam achievements for uploading your first effect to the Steam Workshop and for uploading five effects total to the Steam Workshop Added Steam achievements for downloading your first effect from the Steam Workshop and for downloading five effects total from the Steam Workshop Added ability to take screenshots for Steam via the new "Community" menu or F12 key, with the option to open the Steam dialog for sharing them to the community Added Steam achievements for uploading your first screenshot to the Steam community and for sharing five screenshots total to the Steam community Added ability to add effects into maps within the Map Editor (with entity properties for ID, position, and rotation that can be modified in Edit mode) Added effects tab to the assets section on the right-hand side of the editor (effects can be double-clicked to open, similar to tiles, objects, and characters) Added two new effect presets to the "New Resource" dialog that are available when creating a new effect in the Effect Editor (sparks and dirt) Added "Display Ground" button to the Effect Editor toolbar for toggling the display of the ground plane (similar to the Model Maker functionality) Added "Background Color" and "Ground Color" settings to the "Effect Editor" section of the Editor Settings dialog for changing their default colors Added "Grid (Default)" and "Ground (Default)" settings to the "Effect Editor" section of the Editor Settings dialog for changing their default visibility Added "Pushable Grab/Release Prompt" gameplay setting to the Game Configuration dialog ("Other" tab) for disabling the prompts shown when next to a pushable object Added ability to adjust a character's initial Z rotation value from the Entity Properties tab in the Map Editor (i.e. other than cardinal directions) Added "Buy Full Version" button to the top section of the Game Manager in the Steam demo version that opens the Steam store page for RPG in a Box Added "Buy Full Version" button to the Steam demo version's Map Editor that opens the Steam store page for RPG in a Box (on the bottom bar containing demo limits) Updated presets dropdown on the "New Resource" dialog when creating a new effect to now show animated (and larger) previews of each effect preset Updated "Start Scale" and "End Scale" settings on the Effect Properties tab in the Effect Editor to now allow values up to 4 (i.e. 4x their original size) Updated Effect Editor to automatically trigger particle effects with the "One Shot" setting enabled to restart so they'll show when opened or switched to Updated gear button on the Effect Editor toolbar to now open the Editor Settings dialog with the new "Effect Editor" section selected Updated Entity Properties tab in the Map Editor to include a button at the top for triggering the selected one shot effect (for preview purposes) Updated "Top-Down Camera" button in the Map Editor to be more distinct from the "Save Camera Position" button (downward arrow is now white) Updated Game Manager to properly handle cases where the "game.cfg" file is empty (a dialog will pop up indicating that the config will be replaced with default values) Bug Fixes Fixed issue where the "Enable Screen Effect" and "Disable Screen Effect" Bauxite functions were no longer working when used with no parameters Fixed issue where the retro and VHS/CRT monitor effects were not being applied at the start of the game if the main menu's background map had them enabled Fixed issue where the "Enable Effect" Bauxite function was not properly triggering the particles to restart if the effect was configured as one shot Fixed issue where the particle size values (and image if a billboard effect) were not being applied when switching between shapes in the Effect Editor Fixed issue where effects could have been inadvertently saved with a non-zero rotation and would be rotated when added via the "Add Effect" Bauxite function Fixed issue where the preview file size limit wasn't being checked when updating an existing model on the Steam Workshop (an error would show instead of the info message) Fixed issue where the progress dialog would incorrectly remain open if downloading an asset from the Steam Workshop and the download failed Fixed issue where the "Click the button above to create your first..." section on the asset tabs was not showing after deleting the last asset of a type Fixed issue where the editor would undim after returning from the prompts to save/remove a camera position in the "Upload to Steam Workshop" dialog Documentation Added initial "Effect Editor" built-in docs with a general overview of the editor and descriptions of each property that can be adjusted for an effect Added initial "Damage Logic" built-in docs with information about how to customize the damage logic for your game, along with Bauxite code for the default logic Added button within the new "Damage Logic" built-in docs for easily creating a damage logic script using the default Bauxite code that you can then customize Added note to bottom of the Documentation tab regarding the campaign for receiving contributions/requests from the community to help bring the docs up to date Updated "Effect" built-in docs to include information about how they can now be added to maps from the Map Editor by selecting one from the assets tab