#author("2023-04-26T10:50:06+00:00","default:admin","admin")
*RPG Developer Bakin Update History [#sddd12b1]
----
-''ver1.2.2''
-- ''New and Improved Features''
---''[Steam Workshop]''
--- Lyrbr files (exported layout data) can now be uploaded to Steam Cloud and Workshop.
The .lyarbr file contains the sprite and image resources used in layouts.
This new feature makes it easier for users to share their own layout data with others.
We hope this will be of great use to you.
  In addition, two layout data files have been released in the Steam Workshop.
---''- SGB Style: "SMILE GAME BUILDER" style layout.''
---''- Sample Layout A: A bright yellow and orange-based layout.''


---''[Resources]''
--- A property called "Y Angle Offset" has been added to the Slice Animation.
 Previously, a two-directional slice animation could only be created for the up and down directions, but by setting the Y angle offset to "90," it is now possible to create a two-directional slice animation for the left and right directions.

---''[Map Editor]''
--- In Terrain Raise/Lower Pen mode, when the Ctrl key is held down during operation, a function has been implemented to make the difference between the up and down steps four times larger than normal (0.25>1).

--- Map size limits are now determined by the area of X * Z.

--- When creating a new map or resizing a large map, the system now warns that the process may be slow in some environments.

---''[Layout Tool]''
---''<Preview Improvements>''
--- The outer frame of layout parts can be resized by dragging.

--- Property values are now updated immediately when a layout part is dragged to change its position or size.

--- Specified values used for previews of the Selection Screen, etc., are now saved so that the preview state is retained even if the layout is switched.

---''<Improved Actions>''
--- Allows the common event specified in the submenu container action to be executed even when the Title Screen is displayed from an event during a game using title skip.

--- A "Display Return to Title" action has been added as an action for submenu containers.
 This function works as follows. The Exit Game action that was specified other than the title is automatically converted to Return to Title.
 At the title screen;
 Exit Game...Quit game (application)
  Return to Title... do nothing.
  When other than the title screen:
 Exit Game...Quit game (application)
  Return to Title...Return to the title

--- Actions for the configuration can now work outside of the Configuration Screen.
 Please note that some screens, such as battle-related screens, may invalidate the actions you specify.

---''<Improvements to Panel for String Rendering>''
--- The following improvements have been made:
  - Multiple lines of text input is now supported.
  - The property option "Use Multi-Line Text (Auto Line Break)" is now specified as ON by default.
  - Text effects can now be specified individually (e.g. outline + bold, etc.)
  - If "Specify What to Display in the Panel" contains special formatting of the type that displays an image, some properties related to text decoration that would otherwise be invalid are now specified as not configurable.

---''<Improvements to Layout for Input String Screen>''
--- The following improvements have been made:
  - The rendering width of input string elements (elements displayed in the special format \inputstring) has been changed to refer to the size of the Panel for Rendering Strings.
   Previously, rendering was based on the width of the menu container, but now it is easier to adjust the size of the input section of text by referring to the text panel.
  - The rendering container placed on this screen can now be specified to "automatically adjust size to match parent container" or not.
  - Images used for decision buttons, etc. can now be specified in the properties of each layout.
With this change, the option to specify input string-related images in Game Definition > System Resources will be removed.
   The existing Input String screen will not be affected due to the conversion process.

---''<Other Improvements to Layout Tool>''
--- Menu containers cannot be placed as layout parts on "screens where placing menu containers does not work".

--- The size of the menu container is now unchangeable on the Selection Screen.
 The size setting of the menu container is invalid because the size of the Selection Screen is automatically adjusted according to what is specified in the Event Panel.
 The above action was taken to prevent confusion caused by the ability to change invalid settings.

--- Visibility of the "Add Layout Part" and "Insert Special Format" dialogs has been improved.

---''[Database]''
--- "Targetability" was added as an element of the State Definition.
 By increasing or decreasing this value through skills and other methods, one can make it easier or harder to be targeted by enemies during battles.

---''[Events]''
--- The ability to explicitly specify the target of an action in the "Specify Battle Cast Action" panel has been implemented.

---''[Game Definition]''
--- Added the ability to dither objects close to the camera to make them transparent (Object Transparency / DistanceFade) in the Game Definition and Material Settings.
 [u]This feature is activated by turning it on both in the "Game Definition" menu and in the Material Settings of the object you wish to target.[/u]

---''[Battles]''
--- The timing of data loading at the start of battle is now done after the fade-out instead of immediately after the encounter.

---''[Top Menu]''
--- A "Save Information for Inquiry" function has been added to the Configuration > System Report that outputs a set of environmental information and logs in a zip file format.
 We would appreciate it if you could provide us with the file output from this function when you contact us to report any problems.

--- In the local PC menu, the history of the game file save location is retained and can be selected in a combo box.


-- ''Bug Fixes''
---''[Events]''
--- Fixed the display state of the player's subgraphics to be maintained when moving to another map.
 Please note that with this modification, if you change the state of subgraphics with an event, they will remain changed unless you "explicitly" change their state.

--- Fixed a bug in which when a skill was used with the "Specify Battle Cast Action" panel, the target of the previous skill activation was sometimes inherited.

--- Fixed a bug that caused the game to become very slow when using the "Change Event Scale" panel for events that use "Stamps with subgraphics specified" as the graphic.

--- Fixed a bug that caused the "Display Effect" panel to play the effect displayed the first time, regardless of the second and subsequent specs, when the panel was used with "Wait to Complete" mode consecutively.

--- Fixed a bug that could cause images to not load properly when changing the layout using the event process immediately after starting the game or immediately after moving to the map.

---''[Resources]''
--- Fixed a bug that caused an exception when updating information on one of the models in Resources > Models when there was a "stamp on the map with subgraphic local light specified".

--- Fixed a bug that caused texture files to be copied even if materials shared with other resources were specified when adding a model, etc.

--- Fixed a bug that caused the volume of BGM to be lowered when resuming a game if the game data was saved while "BGM with the volume specified to be lowered in the Resources menu" was being played in the game.

--- Fixed a bug that could cause file path information to be corrupted when overwriting and importing DLC particle assets.

--- Fixed a bug that caused a shader compilation error to appear when using the 2Dmap_skybox shader in Materials.

---''[Game Definition]''
--- Fixed a bug that caused a sprite called "None" to be created when "None" was selected for the sprite for transitions in System Resources.

---''[Sprite Tool]''
--- Fixed a bug in which sound effects specified for the first frame of a sprite sometimes did not sound when editing the sprite.

---''[Layout Tool]''
--- Fixed a bug where the special coordinate specification tag Variable[x][y] did not work correctly.

--- Fixed a bug that caused an exception when the value of y in the special format \$[x][y] is -1.

---''[Map Editor]''
--- Fixed a bug in the terrain selection in the Auto Map Generation dialog where "Stairs" and "Slope" could be selected.

--- Fixed a bug that caused the motion of placed objects on the Map Editor to stop when the "Resources" menu was canceled and closed.

--- Fixed a bug that could cause incorrect application of Terrain Raise/Lower Pen coverage.

---''[Others]''
--- Fixed a bug where exrbr files could not be selected when adding sounds from the asset picker.

--- Fixed a bug that prevented multiple selections by shift+clicking icons in the tree view.

--- Improved stability against crashes for OpenGL-related processing.

--- Fixed a bug in which English translations were not being applied to some of the Steam Cloud management screens.

----
-''ver1.2.1''
--'' New and Improved Features''
---''[Layout Tool]''
---''[Layout Tool Operation]'' 
--- Operation using the mouse in layout preview has been changed to be similar to that of the Sprite Tool.
General operations have been revised, such as zooming in and out with the center wheel, moving the entire layout by dragging while holding down the center wheel or the space key, and improving the operation of selecting parts by dragging and clicking on the preview.

--- Added a button at the top of the preview that allows the user to specify the background color of the preview.

--- The Layout to be Assigned column in the Layout Tool has been improved to make it easier to see whether the Layout to be Assigned column or the Layout Parts column is selected.

---''[Layout Tool Features]''
--- Container for Elements of Entry Selection now can specify which direction the cursor moves to depending on the direction of entry.

--- In the "Effects" section of the Container for Elements of Entry Selection, it is now possible to specify the motion that will be played when the decision is pressed.

--- A special coordinate specification tag has been added to display the part at the specified variable coordinates.

--- Improved "Continue" as a layout action so that it can also be used on the menu screen.
By using Container for Elements of Entry Selection with the action "Continue" specified, the loading screen can be called up even during the game.

--- "Display Discard Item Selection" and "Confirm Discard Item" were added as layout actions.
By specifying these actions and Layout to be Opened in Container for Elements of Entry Selection, you can display the screen for discarding items.

--- Add options to the properties of the General Message and Selection screens to specify the number of letters and lines of text to be displayed and to check the image on the layout preview when the game is executed.

--- The Container for Rendering settings on the General Message and Selection screens is now specified to change its own size in accordance with the size of the parent.
The above functionality has been added because these screens have a mechanism that allows their size to vary depending on the content to be displayed.

--- Added special formats for displaying extended variables.

---''[Layout Data]'' 
--- Paste and export of layouts now includes the resources used in the layouts.
This will ensure that the .lyrbr file exporting the layouts contain the relevant resources.

--- Layouts can now be selected for inclusion in the export file (.lyrbr) when exporting layouts.


---''[Map Editor]''
--- When Bakin is launched multiply and maps are copied between multiple projects, the stamps/casts of objects and events on the map are now copied and pasted.
(*However, resources specified in events that exist on maps are not copied and must be copied separately.)

--- For frames of camera data for which the gazing point is specified as world, the camera position is now displayed in the Map Editor and in the Placed List.

---''[Events]''
--- A "Enable/Disable Move" panel has been added to the "Switches" category to allow or disallow player---operated walking.

---A "Change Operation Mode" panel has been added to the "Switches" category, allowing the user to change between basic and tank---controlled operation during the game.

--- For the event panel that performs operations on the party, "nth in the Party" can now be specified by a variable.

--- Added "Event Status (For Cast---based Event)" to the "What?" section of the "Advanced Variable Box Operation" panel.

--- The "Name of Shooting Source" for dynamic events can now be obtained in the "Advanced String Variable Operation" panel.

--- A check box has been implemented in the "Play Movie" panel to allow the user to choose whether to allow movie skipping.

---''[Game Definition]''
--- In the project settings, the default text color can now be specified when a new Panel for Rendering Strings is created in the Layout Tool.

--- In Rules and Operations, a switch has been implemented to turn jumps on and off in the project.
The above switch can now be used to turn on/off jumps that were specified in "Input Device Assignment".

---''[Database]''
--- Added a "Disable "None"" option to the "Fixed" column of the "Initial Equipment" cast setting.
This setting will prohibit the "Remove" option from being displayed on the equipment selection screen for the equipped part.

--- The battle formula rand(min,max) has been improved so that min/max can be written in any order.

---''[Resources]''
--- The confirmation of overwriting related data when pasting data has been changed so that only those with differences in content are displayed.

---''[Others]''
--- The maximum number of particle emitters and vertices has been doubled.

--- The configuration can now be specified to reverse up/down operation and left/right operation of the camera.
Accordingly, the default value for the vertical rotation of the camera for the controller input has been changed.

--- .xlsx can now be selected as the export format for the localization tool.

--- The mouse operation of the image/icon preview has been changed to be similar to that of the Sprite Tool.

---''[Assets]''
--- Added jumpup and landing motion to all casts included in 2D Stamps > 2D Casts > Hero Casts in a newly created project with normal assets.


--'' Bug Fixes''
---''[System Resources]''
--- Fixed a bug in which the sounds specified for opening and closing the main menu as system sound effects were not sounding.
Please note that with this modification, no sound will play when the menu is opened or closed if no settings are specified for "Open Main Menu"/"Close Main Menu".

---''[Game Execution Issues]''
--- Fixed a bug that caused an exception when selecting "No Item" after opening the Item Selection screen in an event.

--- Fixed a bug that caused an exception if a deleted window resource was used in a layout when a game was executed.

--- Fixed a bug in which the player cast could fall when entering a sharp cliff at an angle even when "Disable Jumping from Elevation" was turned on.

--- Fixed a bug that caused the camera rotation speed to slow down while running.

--- Fixed a bug that caused a graphic error when displaying more than a certain number of items with 3D models as icons in a layout.

--- Fixed a bug that caused incorrect collision walls to be generated where non---traversable terrain was adjacent to each other at cluster boundaries.

---''[Events]''
--- Fixed a bug in which changing the movement speed using the "Change Player Movement Speed" panel would reset the speed when moving around the map.
Please note that with this modification, if you change the speed of movement with an event, the speed will always remain the same unless you explicitly restore to the original speed.

--- Fixed a bug that caused an exception when an event using the "Display Web Browser" panel was executed in a game that was exported as a published work.

--- Fixed a bug in which null was set to mapScene when a C# script was assigned to a common event.

--- Fixed a bug that could cause the player to change to "Downward" if the orientation after the move was not specified in the event panels with location movement.

--- Fixed a bug that caused the player to move while the menu was being displayed when the main menu was switched using the "Change Layout to be Used" panel.

--- For dynamically generated events, a bug that prevented local variables from being used as pointers to array variables has been corrected.

--- In the "Advanced String Variable Operation" panel, fixed a bug in which the "Name of Shooting Source" could not be obtained unless Wait was inserted. 

--- As for obtaining the "Name of Shooting Source" in the "Advanced String Variable Operation" panel, fixed so that even if an event panel is used to shoot events, the name of the first party member is retrieved if the shooting source is "Player".

--- Fixed a bug in which changes in destination coordinates were not always reflected in door and staircase event templates.

---''[Map Editor]''
--- Fixed a bug that prevented the map paste button of Bakin in a multiply launched separate process from being enabled after copying maps in the Map List.

--- Fixed a bug that caused a crash when trying to select a newly added cast outside of the Database in the Events tab of the Stamp Palette.

--- Fixed a bug that caused the scale to be applied twice only in the editor when a "No Billboard" 2D stamp was placed and scaled.

--- Fixed a bug that caused an exception when placing a 3D stamp on a map with no material assigned to it.

--- Fixed a bug that caused extremely horizontal billboards to be hidden when placed on a map, even if the display area still remained on the screen.

---''[Database]''
--- Fixed a bug in which copy/paste, etc. in the Database were not being enabled/disabled properly.

--- Fixed a bug in which entries for local variables used within a cast's custom event were not generated in the "Variable List" when copying and pasting a cast.

---''[Layout Tool]''
--- Fixed a bug that caused an exception when displaying a container in battle whose special coordinate specification tag is Enemy or Player and whose Container Management Number is specified as less than 0.

--- Fixed a bug in the Container for Entry Selection property where the cursor would not move properly when the menu subcontainer placement method was set to "Line Up Vertically" and the number of elements per row/column was set to 3 or more.

--- Fixed a bug in which the text color was not reflected in the special formats of the Input String screen.

--- Fixed a bug with Panel for Slider Operation in which the slider would not move when Frame Thickness was specified at "0".

--- Fixed a bug in which the display did not work correctly in some cases when a series of selections with different numbers of choices were displayed.

---''[Sprite Tool]''
--- Fixed a bug in which copying and pasting sprites in the reserved folder did not copy motions.

---''[Resources]''
--- Fixed a bug that created a new material when a material with a different name than the model's material information was assigned.

--- Fixed a bug that caused an exception when selecting a local file for adding motions.

--- Fixed so that when renaming using "Rename File by Resource Name", the folder path is not changed if the file name before the change is different from the folder name.

--- Fixed a bug in which "None" could be selected as the material for 3D stamps.

--- Fixed a bug that caused an exception when multiple files were selected in Add Slice Animation, and after the first image was specified with image slice other than 1x1, the second image was specified with the same slice.

--- Fixed a bug that caused an exception when a slice animation with a motion count of 0 was assigned to the player or events.

--- Fixed a bug that caused an exception in some cases when overwriting files when adding resources from a DLC.

--- Changed so that adding a model from motion does not generate a stamp.

---''[Others]''
--- In each tree view, the opening and closing of folders with the +--- buttons has been modified to be remembered.

--- Fixed a bug that caused an exception when adding some slice animations from the DLC "SMILE GAME BUILDER Pack".

--- Fixed a bug that prevented events from working properly when the "door" resource included in the "Modern City Pack" DLC was specified as a graphic for an event template of the type that uses doors.

--'' Known Bugs''
We have confirmed a case where the application cannot be opened from the taskbar when it is minimized.  In this case, you can still save the project by right---clicking the icon on the taskbar and selecting "Close Window.
Then, please start Bakin again.
We will continue to investigate and fix this issue.

----
-''ver1.2.0.4''
--'' Bug Fixes ''
---''[Events]''
--- In Ver. 1.2.0.1 or later, when "Center-Aligned"/"Right-Aligned" was used in the "Display String as Image on Screen" panel the coordinates would sometimes be displayed out of alignment.

--- Fixed a bug that caused the text color to turn white when a string displayed in the "Display String as Image on Screen" panel was moved in the "Move Image" panel.

--- Fixed a bug that caused cast members to be sent to the reserve even if "Remove from the Reserve" was turned on, when using the "Add/Remove Party Member" panel to remove a member from the party using "nth in the Party".

--- Fixed a bug that caused a margin to appear in the lower right corner of the coordinate adjustment dialog in the "Display Image" panel after opening the Layout Tool.

---''[Layouts]''
--- Fixed a bug in which the special formats \currentpartyclass and \currentpartysubclass were displaying icons instead of class names.

--- Fixed a bug in which the display priority of free layouts was below the fade process since Ver. 1.2.0.1.

--- Fixed a bug in the layout function that caused the cast status to be displayed incorrectly when the number of skills learned by the currently selected cast was 0.

---''[Battles]''
--- Fixed a bug in which, since Ver. 1.2.0.1, skills that had an effect on both allies and enemies were not activated and were skipped.

---''[Database]''
--- Fixed a bug in which selecting "Add with Another ID" when pasting a database entry into another project did not actually add the entry.

---''[Resources]''
--- Fixed a bug that prevented adding terrain from a DLC from Ver. 1.2.0.1 onward from being copied correctly if a normal or mask map was specified for that stamp.

--- Fixed a bug that was not immediately reflected in the preview when the frame value of motion was changed after Ver. 1.2.0.1.
----
-''ver1.2.0.2''
--'' Improved Feature''
--- When using "Copy Battle-Related Scripts to Game File", the reference path in csproj has been improved to be rewritten automatically.
We recommend Visual Studio (Community version is acceptable) installed with C# development capability as the environment for creating plug-ins.
 
--'' Bug Fixes''
--- Fixed a bug in which it was possible to copy and delete battle plug-ins even in projects opened from the Game Gallery.
If it has already been executed, it can be restored by running "Verify integrity of software files" from the Steam Client's Library > Bakin page Properties > Local Files.

--- Fixed a bug in Ver. 1.2.0.1 where the "Ignore Elevation" option in the "Make Event Walk" event panel was not working.

--- Fixed a bug in Ver. 1.2.0.1 that caused speech bubbles to be displayed at incorrect coordinates when speech bubble-type message/conversation panels were used consecutively.

--- Fixed a bug in Ver. 1.2.0.1 that caused a crash when loading particles containing relative paths to upper directories.
Currently, we ask that you work with the .efk file and the textures and other resources it references on the same directory. We are considering an improvement regarding this issue.

--'' Note''
After this version update, if you perform test play on a project that has a battle plug-in copied as of Ver.  1.2.0.1, you will receive a warning about the version.
However, there are no changes to the battle process in this upgrade, so the warning will not be a problem in terms of play.
If you do not want the warning, you can replace // @@version with 1.2.0.2 in the first line of battlescript\BattlePluginDef.cs.
(Overwrite copying of the battle plug-in can also solve this problem, but you will lose any changes you have made to the battle plug-in.)
----
-''ver1.2''
--'' Major New Features''
---''[C# Plug-ins]''
''Bakin has two types of plug-ins: tool plug-ins (.dll format), which extend the editor, and engine plug-ins (.cs format), which extend engine operation.''
''We have published a reference for "Battle Plug-ins" and "Event Scripts," which are engine plug-ins, and added the features necessary for creating battle plug-ins.''
 ''- Added "Copy Battle-Related Scripts to Game File" feature to the Map Editor upper menu > Functions > Expanded Features.''
  The battle plug-in must be exported from the default source written in C# and modified directly within the source. This function generates a battlescript folder in the project folder, and the default source code will be written out in that folder.
  The source itself can be modified, allowing you to freely extend the battle system.
 ''- The reference will be a website with brief descriptions of the relevant classes.''
    Plug-in Reference URL: https://rpgbakin.com/csreference/
 - We have also updated the compilation method for C# scripts so that Linq and Nullable can be used.

---''Added a sample project of a battle plug-in to the Game Gallery.''
This project uses a plug-in to create a battle system in which a timer is set up to add values based on the casts' "agility" status as time passes, and the cast can choose their action when the timer reaches its maximum value.
Two patterns are available as battle layouts.
We hope you will use them as a reference when creating your battle plug-ins.
When using Layout Type-B, select the Battle Camera in the Camera Tool and use the preset data "Battle Camera F Back View 2".

---''[Layout Tool]''
 - Multiple displays of the "Free Layout for Events" screen are now supported.
 - Added "Open Menu" and "Open Free Layout" as container actions.
  Starting from ver. 1.1.3, common events can also be called from Free Layout for Events.
 
---''[Others]''
 - During test play, the feature to fast-forward through event scenes has been implemented.
  This allows for faster play when debugging, etc.
  In Game Definition > Rules and Operations > Assign Input Device, pressing a key assigned to Fast_Forward will fast-forward events.
  The default specification is to assign the "left CTRL key" to fast-forward.
  It is automatically included in new projects, but if not, please copy and paste the following into your project.
   ''bind FAST_FORWARD    LeftControl''

--''Added and Improved Features''
---''[Events]''
 ''- The event panel "Make Event as Operation Target" has been implemented.''
  This panel can be used to perform operations such as making other events walk, etc.
 - The following features have been added to the "Advanced String Variable Operation" event panel.
   - Implemented the ability to specify "nth in the Party".
   - Ability to obtain information on cast members other than allies.
 - The following features have been added to the "Advanced Variable Box Operation" event panel.
   - Ability to obtain the elapsed time from the previous frame.
   - Ability to obtain the coordinates of the camera itself rather than the gazing point.
   - Ability to obtain class and subclass levels.
   - Ability to obtain information on cast members other than allies.
 - In the "Display Store and Check Results" event panel, it is now possible to specify the layout to be opened when executing and from the Buy/Sell screen of items.
 - In the "Change Layout to be Used" event panel, the method of specifying the layout to be used has been improved.
 - In the "Make Player/Event Walk to Specified Coordinates" event panel, the ability to use variable boxes for specifying coordinates has been implemented.
 - In the event panels "Select from Selection and Check Results" and "Display Text as Image", the Input Support can be used for text decoration and control letters that call variables.
  The type of Input Support available depends on the function of the event panel.
 - When adding a member using the "Add/Remove Party Member" event panel, a feature has been implemented to send the member directly to the reserve list.
 - The event panel "Start Event Falling" can now be executed even with acceleration "0".
  By using this condition, the "Move with Physics Engine" Y-axis directional change can be applied to events in the floating state.
 
---''[Layout Tool]''
'' - We have added and improved features to unify the operating feel and increase operability.''
---'' [Layout Preview]''
  - Changed so that hidden parts cannot be selected in the Layout Parts section.
  - The display color of the rectangle representing the part selected by the mouse cursor and the parent part's rectangle are now different.
  - Added the ability to move parts while holding down Shift and dragging to fix the axis. 
  - When multiple parts are selected by pressing Shift in the layout parts tree, they are also selected in the preview.
 
---'' [Layout Parts Tree]''
  - Lock feature for parts is provided.
  - When multiple parts are selected and the display check box is clicked, the state of all selected boxes is switched.
  - Changed the position of the new entry in the tree of layout parts when a new entry is added.
  - Improved behavior so that name editing is canceled when a button such as copy is pressed while editing the name of a layout.
 
---'' [Others]''
  - Added search feature to the add layout part dialog.
  - The Special Format Insert Support dialog can now be expanded and contracted.
  - Reorganized the order in which action candidates are displayed in the "Container for Elements of Entry Selection" in the Layout Tool.
  - When a duplicate layout is found when importing layouts, a dialog box is now displayed to allow the user to choose whether to overwrite the duplicate layouts.
  - When clicking on a value specified for a system layout, a warning dialog box is now displayed informing the user that the layout must be copied before it can be used.
 
---''[Layout Tools - Other Features]''
 - Added "Call Common Event" (do not close after calling common event) action to the "Container for Elements of Entry Selection" action.
 - A special format has been added that displays a moving graphic specified in Database > Casts.
 - A special coordinate specification tag has been added to adjust the scroll speed of the ticker.
 - When layouts are converted by changing the execution resolution in Game Definition > Project Settings, a process has been added to automatically use the converted layouts if the layout to be converted is being used in an event.  
 - Specified an animation that fades in and out during playback of the system layout of the ticker screen.
 
---''[Database]''
 - When adding a new entry in the entry tree of each menu in the Database, the entry is now added just below the selected position.
 
---''[Sprite Tool]''
 - Added variations of interpolation like rotation and enlargement to color specification in the Sprite Tool.
 
---''[Camera Tool]''
 - Added two preset data for the battle camera.
 
---''[Map Editor]''
 - Added the feature to drag the quick toolbar to pin it in the desired position.
  You can specify to enable or disable this feature in the Top Menu > Configuration.
 
---''[Others]''
 - Changed the folder to which resources from the DLC are added.
  Files imported from the DLC were previously stored in the same folder (ex. res/texture) according to file type, but now they are stored in separate folders for each DLC.
 - In Resources > Motions, motion of models with no material specified that have not been assigned to a stamp can now be previewed to confirm motions.
 - The minimum scale value that can be specified in the FBX import dialog has been extended to 0.0001.
 - When selecting an icon image using the asset picker, a scroll bar is now displayed to enable handling of large images.

--''Bug Fixes''
---''[C# Plug-ins]''
 - Fixed a bug where update/beforeupdate/afterdraw was not being called in C# scripts assigned to battle events.
 
---''[Camera Tool]''
'' - Fixed a bug in the battle camera where the gazing point was sometimes shifted by +0.5 in X,Z.''
  There was a case where the camera tool and the battle camera displayed differently, but this has been resolved.
''  Please note that due to this correction, if you have adjusted the battle camera coordinates strictly, it may be necessary to readjust them in some cases.''
 
---''[Events]''
 - Fixed a bug where particles displayed using the "Display Effect" event panel were being applied in the opposite direction of the target.
 - Fixed a bug that prevented local variables for events generated by the "Generate Events" event panel from being displayed in messages.
 - Fixed a bug in which operations other than the Y axis were not properly reflected when using the "Move Player with Physics Engine" event panel.
 - Fixed a bug in the event panel related to conversations and messages that caused an exception when using the Input Support "\>" and not closing a message and then using "\!" to display a message.
 - Fixed a bug that caused the player's motion to return to wait when adding a cast to the party.
 - Fixed a bug in which if the event panel "Change Player Scale" was executed at 0 seconds, the scale value for saved data was not changed and the scale value was restored when going to a different map.

---''[Battles]''
'' - During battles, there was a function that displayed the status UP/DOWN by skill for enemies selected as attack targets, but this function has been removed for the time being. We appreciate your understanding.''
  If you would like to display the status change of enemies as icons, specify in the "State Definition" section that the status change should take place. 
  We are separately considering how to allow the display of status changes due to skills to be specified arbitrarily.
 - Fixed a bug that could cause the previous battle state to remain internally, resulting in heavy processing.
 - Fixed a bug in the battle formula where the enemy level was always calculated as 1.
 - Fixed a bug where events placed in the battle background were sometimes not displayed during battles.
 - Fixed a bug that caused even unselected monsters to be displayed in gray when selecting a target to attack.
 - Fixed a bug where the subgraphic portion of the cast being selected was not blinking.
 - Fixed a bug that could cause a monster to target an already-deceased companion when using supplementary magic.
 - Fixed a bug that prevented the "Escape" command from working in some cases when a party member was attacked by a skill with Abnormal Action > Attack turned on and the party member was in that state.
 
---''[Layouts]''
---'' [Exporting Layouts]''
 - An error occurred when loading a project if an .rbr file exported by the Layout Tool was placed in the project.
  The extension for exporting with the Layout Tool has been changed to ".lyrbr" so that errors do not occur when the file is loaded into the project loader.
  (Caution)
  Please note that placing an .rbr file of a previously exported layout in your project may result in a loading error.
 - Fixed a bug where the Layout to be Assigned section was not immediately updated when an exported layout file was loaded. 

---'' [Layout Parts Tree]''
 - Fixed a bug in which switching the display of the slider panel and spin panel was not immediately reflected in the preview.
 - Fixed a bug that when copying and pasting layout parts, they were not pasted in the order in which they were selected.
 
---'' [Layout to be Assigned]''
 - Fixed a bug that caused some properties to be incorrectly specified as initial values when "Free Layout for Event" was copied.
 
---'' [Properties]''
 - When displaying the status of party/reserve members using the slider panels, the sliders are no longer displayed for party/reserve members that do not exist, even if they are specified to be displayed in the layout.
  Along with this modification, a special format has been added for the slider panel that displays the status of the party/reserve member according to the "Container Management Number" of the parent container.
 - Fixed a bug where special formats related to saved data were not displayed in the list.
 - Fixed a bug that prevented some of the special formats in the slider panel from working properly.
  This applies to formats without [x], such as partyhp and reservemp.
 - Fixed a bug that caused an exception if the parent Container Management Number was -1 when using some special formats in the slider panel.

---'' [Layout Preview]''
 - Fixed a bug that caused a crash when clicking on the preview after starting the Layout Tool.
 - Fixed a bug in the scrolling process when the preview is displayed at a size other than the screen size.
 - Fixed a bug in which display position updates were not reflected after dragging a simple map.
 - Fixed a bug that caused a crash when dragging and moving a container containing any special formats of the map display.
 
---'' [Game Execution Issues]''
 - Fixed a bug that caused the message feed mark to appear in an unintended position when displaying a selection after displaying a message and then displaying a further message.
 - Fixed a bug that caused the text to be misaligned at the start of the display when a speech bubble was displayed above the cast.
 - Fixed a bug that caused the game to start from the beginning when an empty save data was selected on the save data selection screen and the decision button was pressed.
 - Fixed a bug that prevented hidden containers from being displayed when the layout was closed using the "Close" action of the Container for Elements of Entry Selection in the layout.
 - Fixed a bug that caused the "Free Layout for Event" with no close animation specified to immediately talk to an event when closed with the decision key.
 - Fixed a bug that prevented the special format displaying casts from being rendered correctly after an event to change the layout used.
 - Fixed a bug that caused items and skill availability statuses to be displayed incorrectly.
 
---'' [Layout Conversion Issues]''
 - Fixed a bug in which non-default layouts were not converted when the runtime resolution of a game was changed in Game Definition > Project Settings.
 - Fixed a bug that caused icons to be the wrong size when converting layouts containing icons.
 
---'' [Others]''
 - Fixed a bug in the system layout of the save file selection screen that incorrectly formatted the state change icons for the second and subsequent party members.
 
---''[Sprite Tool]''
 - Fixed a bug that caused sprites to be deleted when the DEL key was pressed during renaming.
 
---''[Resources]''
 - Fixed a bug that prevented material textures from being re-imported when re-importing models.
 - Fixed a bug in which unnecessary resources were checked before replacing stamp materials, resulting in an increase in unnecessary textures, etc.
 - Fixed a bug that was causing slow processing due to reloading of stamps when changing motions in motion sets.
 
---''[Database]''
 - Fixed a bug in which changes to the State Definition "Assign Terrain State Change" specs were not being applied to test play.
 - In the tree of each entry, fixed a bug in which "context menu shortcuts that should not be enabled" were falsely functioning when trying to rename an entry.
 
---''[Game Definition]''
 - Fixed a bug in the Game Definition in which the screen would vibrate if the player continued to walk toward a cliff with Disable Jumping from Elevation turned on.
 - Fixed a bug in which entries that should have been enabled were not enabled when Game Definition > Movement (Inertia) > Use Inertia to Move was turned on.
 - Fixed a bug in Game Definition > Common Terms where the default battle message was deleted but reverted to the state before deletion.
 
---''[Map Editor]''
 - Fixed a bug that caused shortcut keys such as Del key/Ctrl+C to malfunction while renaming in the map list and placed list.
 - When multiple entries are selected on the map and in the Placed List, it is now possible to deselect a single entry by Ctrl+clicking on it.
 - In the Placed List, the behavior of the display check box when multiple selections are made has been corrected.
 - Fixed a bug in the battle test where the light source specification for the map currently being edited was being used instead of the battle background.
 
---''[Others]''
 - Fixed a bug that sometimes caused the camera to move around during play, even if camera operation was disabled in the Map Settings or Game Definition.
 - Fixed a bug with 2D stamps in "No Billboard Processing" that caused the length of the shadow and the degree of burial in the wall to change depending on the camera angle.
 - When running a published game, if the monitor resolution is equal to or lower than the resolution specified by the game, the window cannot be moved after startup, so the game is now started with a window size slightly smaller than the monitor resolution.

----
-''ver1.1.3''
--''Additional and Improved Functions''
---''[Layout Tool]''
--- The ability to specify variables as parameters to be reflected in the slider panel has been implemented.

--- The following special formats have been added:
  - Display array variables.
  - Display cast description.
  - Display units of money specified in common terms. 

--- An action can now be called from a menu placed on the Free Layout for Events screen.
 However, this screen-placed menu behaves as "equivalent to the menu on the "Menu" screen of the Screen List".  For more information, please see the "List of Screen Lists and Types of Layout Parts Used" section of this wiki.
 
--- The following settings have been added to the properties of the Free Layout for Events.
  - Whether or not the player's operations are limited to menu operations during the display
  - Whether the screen can be closed with the Cancel button
 
--- Unchecked parts in the "Layout Parts" column are now hidden when the game is executed.
 
--- The page mark is now always displayed on the preview when "Display" is specified in the page mark setting of the Container for Entry Selection.

---''[Events]''
--- A copy and paste function for the sheet condition panel of the event sheet has been implemented.
  This can be done by right-clicking on the condition panel and selecting the context menu that appears.

--- In the event panels "Display Conversation" and "Display Message", it is now possible to specify a speech bubble above the second and subsequent cast members in the party train.

--- The event panel "Check String Variable Box" allows string variables to be compared with each other.

---''[Battles]''
--- Added playback of battle_walk (when walking in battle) and dodge (when dodging an attack) motion transitions during battles.

--- Fixed monster placement, battle test UI and default layout during battles.

---''[Resources]''
--- For resources, whose properties cannot be changed, a warning message is now issued when the property portion is clicked.
(This includes default resources in the reserved folder.)
 
---''[Map Editor]''
--- In the Placed List of the Map Editor, the icon to show/hide placements has been changed to check mark icons to match the function.
 
---''[Others]''
--- When a vertex error occurs during a middle-click test play or when playing an exported published work, a dialog box will no longer be displayed.

--''Bug Fixes''
---''[Layout Tool]''
--- When the special format "\currentsavemap" is used, nothing is displayed if the save data is empty.

--- Fixed a system layout problem that caused the window to overflow from the screen when a long string of text was entered for a selection.

--- Fixed a bug that caused incorrect display when displaying icons with clipping during layout.

--- Fixed a bug that caused containers displayed as rectangles to remain invisible in preview view.

---''[Battles]''
--- Fixed a bug in which class status was not being added to the status when displaying level-up after a battle.

---''[Game Engine]''
--- Fixed a bug where dashing toward a gap between collisions could result in being buried in a collision.
 
---''[Events]''
--- For the "Advanced Variable Box Operation" panel, a bug has been corrected in which the display order of right-click and center-click was reversed (i.e., the values obtained were swapped).
In addition, a bug has been fixed in which the state of being held down (1 being assigned) was not being reflected and 0 was being assigned.
 
--- The following bugs in the "Display Image" panel have been fixed:
  - The center point for rotating the image was not specified correctly.
  - Failure to rotate slice animation
  - Scale/rotation was not working in the preview of the display position specification.

--- Fixed a display misalignment problem when displaying centered text in a ticker.
 
---''[Resources]''
--- Fixed a bug that prevented changes to the direction order in the File Import dialog from being reflected when adding slice animations from a local file.
 
---''[Database]''
--- Fixed a bug where the state definition "Increase Movement Speed" was not being reflected.
 
---''[Game Definition]''
--- Fixed a bug in which the camera's "Get Behind Player Automatically" operation was enabled even when camera operation was disabled.
 
---''[Camera Tool]''
--- Fixed a bug in the camera tool that caused the X angle to go dark when -90 was entered (it will be replaced by -89.999).
In addition, when a camera work in which the interpolation result passes directly above the gazing point is played back by the execution engine, an incorrect frame was inserted in the display.

---''[Others]''
--- Fixed a bug that appeared in special cases such as "a space at the end of the game title" or "nothing written in the game title" when creating a project.

--- When multiple launching projects in use, the project to be opened later is modified to be read-only.
 
--- Removed unneeded minimize buttons from forms that had them.
----

-''ver1.1.2''
--'' Additional Functions ''
--- Layout Tool: Added special formats showing status changes when purchasing equipment in the store.
selectshopitemequipstatus[x], selectshopitemequipstatus[x][y]
If you use the above special formats when selecting an item in the store, the status after equipping will be displayed. (If the item is unequipable or unchanged, nothing will be displayed.)

--- Added "Basic Max Damage/Recovery Amount" to the "Rules and Operations > Game System Definition" section of the Game Definition.

--- The following parameters have been added to the Database that increase or decrease the "Basic Max Damage/Recovery Amount".
  - "Max Damage/Recovery Amount" of "Items > Change Elements > Equipment Item Settings"
  - "Max Damage/Recovery Amount" of "State Definition > Influence of State Change > Influence on Battles"
The final Max Damage/Recovery is the sum of the Basic Max Damage/Recovery, the Equipment Max Damage/Recovery, and the State Max Damage/Recovery.

--- In the asset picker, the properties of the selected resource are now hidden.
 
--'' Bug Fixes ''
---''[Layout Tool]''
--- Fixed a bug that caused the cursor to be displaced when using an animation that changes scale when specifying an offset for the cursor.
 
---''[Battles]''
--- Fixed a bug that could cause a rare exception when a monster fought back.

--- Fixed a bug that sometimes caused the granting message to appear in two separate turns when the states were granted all at once.

--- Fixed a bug in which when another state was added to an already granted state, the message for the already granted state was also displayed.
 
---''[Events]''
--- Fixed a bug in the event sheet that prevented movement from being completed when conflicting walks, such as "forward" and "backward," were initiated simultaneously using parallel sheets.
After this version, the last issued walk command will have priority.
 
--- Fixed a bug where when changing the event sheet, walking using the "Movement Pattern" executed in the previous sheet was not immediately interrupted, but moved slightly and/or motion was not reflected.

--- Fixed a bug that caused incorrect speech bubble height values for stamps that use "Accurate Collision".

--- Fixed a bug where adding a new member to the party while a cast member was in KO state would not update the party train.
 
--- Fixed a bug in the "nth Status in the Party" of the "Advanced Variable Box Operation" event panel that caused an exception when assigning a variable to an index.

---''[Database]''
--- Fixed a bug where the options column in Database > Casts > Battle Action AI was getting narrower each time the asset picker was opened.
 
--- Fixed a bug that prevented the Database menu from opening in some cases under certain conditions.

---''[Map Editor]''
--- Fixed a bug that caused event collisions that existed on the map specified in the map view (shown with the camera directly above) in the dialog for moving locations, etc., to appear on the map currently being edited.

---''[Game Engine]''
--- Fixed a bug in Map Settings > Rendering Settings where the shadow cascade related settings for the map were not being reflected in the game.
 
--- Fixed a bug where repeatedly pressing the jump button while walking would cause the next jump to be made before the player had fully landed.

----
-''ver1.1.1''
--'' New and Improved Features''
--- Formats for Input Support have been implemented that allow the contents of local and array variables to be displayed when a conversation or message is displayed in an event.

--- All resistance values in the Database have been changed so that they can be entered as numerical values.

--- The System Resources menu that was in Resources has been moved to Game Definition.

--- When adding assets from local files or DLC using the asset picker, a progress bar is now displayed if the adding process takes a long time. 

--'' Bug Fixes''

---''[Game Engine]''
--- Fixed a bug that could cause the player to be trapped on the ground or in other places when dashing toward a table.

--- Fixed a bug that caused the player cast to be affected by the state change of the terrain below the object, even when the player cast was standing on top of the object.

--- Fixed a bug where collisions were not generated correctly for 2D stamps placed on maps.

--- Fixed a bug in which the collision models' pre-loading and caching functions were not working when exporting and executing a published work.

---''[Events]''
--- Fixed a bug that could cause movement by "Movement Pattern" on the event sheet to get stuck at the boundary of the movement range limit.

--- Fixed a bug in "Display Ticker Text" that caused the display to end in the middle when a ticker containing blank lines was played by scrolling.

--- Fixed a bug that could cause an exception when using "Rearrange the Order of Party Train" to place a non-party cast at the front of the party train.

--- Fixed a bug in which the elevation of the destination was not adopted when moving to a different map when moving to a different location due to an event.

--- Fixed a bug that could cause an exception when specifying an image number as a variable in "Display Image".

--- Fixed a memory leak problem when starting to display a sprite in "Display Image".

---''[Battles]''
--- Fixed a bug that caused damage numbers to overlap when using skills that damage HP and MP at the same time.

--- Fixed a bug in which the value of the class's state resistance was not being added to the cast's parameters.

--- Fixed a bug that caused an empty battlefield to be displayed when losing a battle in the battle test.

---''[Map Editor]''
--- Fixed a bug in which, when converting an object to an event, canceling the edit would undo the conversion itself even after the Apply button was pressed.
 
--- Fixed a bug where adding and deleting terrain stamps in Resources was not properly reflected when changing the map size on the Map Settings > Basic tab.

---''[Layout Tool]''
--- Some wording used within the layout tool has been corrected to a consistent wording.

--- Fixed a bug that caused the display of messages, conversations, and tickers to be corrupted when the display origin of the layout's text panel was specified to be other than the upper left corner.

--- Fixed a bug that caused incorrect scale calculations for child containers when changing the scale of a menu container.

--- Fixed the display of special formats for sliders and special coordinate tags in the special format list in the text panel so that they are not displayed.

--- Fixed a bug in the special format for displaying variables in which the display did not reflect the result of a change in the contents of a variable due to an event or other influence.

---''[Database]''
--- Fixed a bug that incorrectly indicated state changes and resistances of classes in cast parameters.

--- Fixed a bug that sometimes prevented folders in the list of each section from being deleted properly.

---''[Resources]''
--- The U/I of the file import dialog that appears when importing 2D resources has been corrected.

--- Fixed a bug that caused an exception when changing model attributes on a terrain stamp.

--- Fixed a bug that caused images existing in the res folder in the editing project to be saved as absolute paths when assigned to a normal map/mask map.

--- In the process of adding to Resources, the behavior of drag-and-drop and adding local files from the asset picker is now the same.

--- Collision models from local files (files whose filename ends with "_col/_col+number") have been modified not to be made into stamps.

--- Fixed a bug in which resource files that did not need to be pasted were pasted when "Change ID/Use Same Procedure for All Thereafter" was specified in the dialog box when pasting a copied folder.

--- Fixed a bug that sometimes prevented the scale selection combo box from being selected. 

---''[Others]''
--- Fixed a bug that caused incorrect values to be specified for audio when the config was opened.

----
-''ver1.1.0''
--'' New and Improved Features''
---'' Cross-Save Shared Variables''
Variables that exist beyond the saved data units and can be referenced from anywhere in the game have been implemented. 
By using these variables, it is possible to change the game content before and after the game is cleared, or to record only the scenes seen during play in a multi-ending game.  This feature can be used in games with story branches, such as novel games and adventure games, and can also be utilized in a variety of ways depending on the creator's ideas.
#ref(./ENセーブ間共有.png,80%)

---'' Title Screen Call Feature from Event''
Added a command script "Display Title Screen".
This makes it possible to display the title screen after the game's introductory event, or to display the title screen while showing the map with the camera.
#ref(./ENイベントからタイトル画面呼び出し.png)
Together with the cross-save shared variables, it is also possible to change the title screen before and after the game is cleared, and so on.
To skip the title screen, turn on Game Definition > Rules and Operations > Skip Title Screen.  (You can also try launching the test play by right-clicking on it.)
The sample game "Orb Stories" has been updated to show how to call the title screen from an event and how to change the title screen before and after clearing the game using cross-save shared variables.  Please use it as a reference for your game creation.

---'' Stamp Export/Import Feature and Ability to Published Export Files to Steam Workshop''
Added the ability to export 2D/3D/terrain stamps and various resources as a single file and import them.
''< Export >''
#ref(./EN選択した要素をエクスポート.png,80%)
1. Select the file(s) or folder(s) you wish to export in the tree section of each resource menu and right-click to display the context menu.
2. Select "Export Selected Elements" in the menu.
3. Each element of the stamp is compiled and exported in a file named .exrbr.
''< Import >''
You can import resources by selecting them from the Asset Picker > Local Files or by dragging and dropping .exrbr files into the Resources Tree section or Map Editor.
Also, exported .exrbr files can now be published to the Steam Workshop.
Please use it to publish your own stamps, etc.


---'' New 3D/2D stamps exported to Steam Workshop are now available free of charge.''
We have released the following two samples of the stamp export feature. Enjoy using them to create your own games.
''2D Cast Figure Graphics Set'': This is a set of figure graphics that has been requested by many customers.
#ref(./2D Cast Figure Sets.png,20%)
''3D Models Stall Tent Set'': This set will be 3D stamps of stall tents decorating the streets.
#ref(./Stall Tent Sets.png,20%)


--[ Event Editor ]
--- Added functions to the command script "Advanced Variable Box Operation" to obtain information on "Arithmetic Functions" and "nth Status in the Party" and to convert degrees > radians and radians > degrees.
#ref(./EN度数とラジアン.png,80%)

--- The command script "Play Movie" can now select the display priority of the movie.
In addition, a function has been implemented to end a movie that is playing when the movie to be played is specified as "None".

--- The command script "Change Cast Graphic" can also be used to change the icon image of the cast.
#ref(./ENキャストのグラフィックを変える.png,80%)
--- Changed the specification of the command script "Change Y Coordinate of Player/Event" to check if there are any obstacles in the upper or lower direction and added a function to stop there.
The previous specification was to go through the collision, but this has now been changed.

--[Map Editor]
--- Added "Memorize Position" to the context menu of events on maps.
Events with this setting turned on will keep their post-movement position even after the player has left the map.
#ref(./EN位置を記憶.png,80%)

--- Snap Tool has been added to the Tools palette.
#ref(./EN吸着.png,80%)
After this tool is turned on, if an object or event is selected and brought within a certain distance to another object, it will be snapped at the outer perimeter.
#br
--- Random Pen placed on the Tools palette.
#ref(./ENランダム.png,80%)
Random Pen function that randomly changes scale and angle when placing objects is made into a button.
(The existing shortcut Ctrl+Alt to Random Pen when using the Pen tool remains unchanged.)
#br
--- A button has been added to the Quick Toolbar that allows the user to turn on/off the "Falling by Gravity of Events" setting.
#ref(./ENクイックツールバー自由落下.png,80%)
#br
--- The ON/OFF button for View Collision at the bottom of the Map Editor is now linked to the ON/OFF for displaying the collision range of events.
#ref(./ENコリジョン表示.png,50%)

--[ Layout Tool ]
--- Added Special Formats for Layout Tool
Various special formats have been added, focusing on attributes and information about reserve members.
#ref(./ENレイアウトスールの特殊書式.png,60%)
 
--- Implementation of a List of Tags Specifying Special Coordinates in the Layout Tool
Special Coordinate Specification Tags" in Container for Rendering and Container for Entry Selection can now be selected from a list of tags.
//#ref(./EN特殊座標指定タグ.png)

--[ Game Definition ]
--- Rules and Operations > Use Default Battle Layout and Battle Layout Settings have been implemented.
//#ref(バトルレイアウトの設定を利用する.png)
This allows you to specify a default battle layout for the entire game.
Also, a switch to use/not use custom battle layouts has been implemented in Map Settings > Enemy Distribution, making it possible to not use battle layouts specified with this feature.
 
--- The height limit of 50 for "Change Y Coordinate of Player/Event" that was in the Rules and Operations has been removed.
 
--- In the Project Settings, it is now possible to specify the interval (distance) at which objects are continuously placed by dragging.
#ref(ENドラッグ時の物体配置間隔.png)
This setting is common to both the Pen tool and the Random Pen tool.

--[ Resources ]
--- The asset picker now divides sound types into BGM/Environmental Sound/SE for clarity.
#ref(./ENアセットピッカー追加サウンド.png,30%)

--- When moving to the material edit screen from the "Material" section of the Properties in the Resources > 3D Stamps and Models screen, the material is now previewed in the model that is using the material.
#ref(./ENマテリアル編集画面.png,30%)

--- Added motion for emotion marks to Emotion in the Resources > Sprites reserved folder.
#ref(./感情マーク.png,60%)
--[ Database ]
--- The range of status increases/decreases values for items, skills, and state definitions has been expanded.


--'' Bug Fixes''
--[ Game Engine ]
--- Fixed a bug in the command script "Change Player Y Coordinate" that sometimes caused the player to warp to map coordinates 0,0 when pushing through terrain from below.
 
--- Fixed a bug that sometimes caused the event to be started again after the command script "Delete Event" was executed on contact-triggered events.
 
--- Fixed a bug in which when changing classes with a battle event, the status of the changed class was not reflected in the in-battle status.
 
--- Fixed the display position of the cast graphic for conversations specified in the Layout Tool to be displayed correctly.
 
--- Fixed a bug in which the "Enemy Level" specified and displayed with the Layout Tool was always displayed at 1.
 
--- Fixed a bug that caused an exception when a sprite with no eye/mouth layer contents was specified as a cast to be displayed in the command script "Display Conversation".
 
--- Fixed a bug that caused a crash when executing the command scripts "Check Collision State" and "Check Surrounding Collision Detection" within a common event initiated from a map, skill, or item.
 
--- Fixed a bug that caused a crash when playing a movie with a file path using non-ASCII text in an English environment.
 
--[ Layout Tool ]
--- Fixed a bug that allowed the user to press the Add Part button in the Layout Tool even when the layout to be assigned was not selected.
 
--- The value displayed in the special format enemystatus[9] has been changed to the experience gained after battles.
 
--[ Event Editor ]
--- Fixed a bug that prevented switching motions on the event sheet from being immediately reflected in the preview.
 
--[ Map Editor ]
--- Fixed a bug that caused an exception when renaming an entry in the Properties while multiple entries were selected in the Placed List palette.

--- Fixed a bug that sometimes caused the collision of the underlying object to be displayed incorrectly when an object was placed on top of it with the "Place on Top" button turned on. 
 
--[ Resources ]
--- Fixed a bug in Resources > 3D Stamps/2D Stamps Textures/Images where resource and folder names were not linked.

--- Fixed a bug that caused resources with the same name to be created when a file was dropped from Explorer into each of the Resources menus.

--- Fixed a bug that prevented a stamp with multiple subgraphics specified from being displayed correctly in the preview if any of the subgraphics specified had blanks for both graphics and local lights.
 
--[ Database ]
--- Fixed incorrect initial value for Generate Events > "Number of Event Generated per Time" in Database > Casts > Other tab.
 
--[ Sprite Tool ]
---Fixed a bug that caused an exception when adding a sprite set.
 
--[ Camera Tool ]
---Fixed a bug that could cause an exception when editing the battle camera in the Camera Tool after test play.
 
[ Other ]
--- Fixed a bug that sometimes caused particles placed on a map to blink in a published exported work.
 
--- Fixed a bug that caused a freeze when quitting a published exported work while the map was being pre-loaded in the background.
 
--- Fixed unnecessary folders are no longer displayed in the asset column of the asset picker "Ready-to-Use" tab.

----
-''ver1.0.15''
--'' New Features''
--- When the project path is displayed in the upper right corner of the Map Editor, right-clicking in the path display area now opens the project folder in the Explorer.

--- Added state resistance indicators to the Cast Parameter Check View in the Test Play > Options menu.

--- Added links to the official website/YouTube channel/Change Log in the Help menu at the top of the Editor.

--'' Functional Improvements''
--- When removing ally members from the party, you can now choose whether to put them in the reserve or not, and whether to remove them even from the reserve.

--- The check for allies in the party for the execution condition on the event sheet can now choose whether to include the reserve.

--''Bug Fixes''
---''[ Events ]''
--- Fixed a bug in which left-right flipping did not work when a sprite was used for "Display Conversation".
<Note>
With this correction, if a character or other element is displayed using a sprite in a conversation event, the image will be reversed if the Flip Horizontal checkbox is turned on. We apologize for the inconvenience, but please check if you are using the same command in your events.

--- Fixed a bug in which changing the cast to be displayed in "Display Conversation" did not specify the motion selected in the asset picker.

--- Fixed a bug in which scaling did not work when a sprite was used for "Display Image".

--- Fixed a bug in which events fired using "Generate Events" were sometimes affected by the "Movement Pattern" of previously generated events, resulting in unintended behavior.

--- Fixed a bug in which the upper limit for a value input in the command script for manipulating HP was 3000.

--- Fixed a bug in which a sheet with the "In Battle, Repeat in Parallel" event start condition for a battle event did not start executing when the condition was met in the middle of a battle.

---''[ Test Plays ]''
--- Fixed a bug that prevented motions of some models from being played back correctly after Ver. 1.0.14.

--- Fixed a bug that caused a crash that was still occurring on some map loads after Ver. 1.0.14.4.

--- In the Cast Parameter Check View of the Test Play > Options menu, a bug has been corrected in which the attribute resistance was displayed as 0 when it was negative.

--- Fixed a bug in which resistance values specified for equipped items and classes were not being added when the resistance of the attribute specified in the cast was 0.

--- Fixed a bug in Items > Assign When Handling Skill where the target could not be selected correctly for those skills whose "Valid Only for Those KO" was not checked in the skill's specification.

--- Fixed a bug in the success check when using a state change item on a map, where the equipment's resistance was not being added to the cast's status.

--- Fixed a bug where the camera's playback status, such as playing or finished, was not saved.

--- Fixed a bug that sometimes caused events with Falling by Gravity turned off to move through steps when walking.

--- Fixed a bug where the target of "This Event" was the player when initializing the map, skills, items, and calling common events from the menu.
After this modification, "This Event" will be ignored when it is operated by the above call.

--- Fixed a bug where the sound specified on the startup logo screen would only play for a moment.

--- Fixed a bug in which the text effects of layouts used in messages and conversations were not reflected.

--- Fixed a bug in which the text display position for messages, conversations, and tickers was not reflected even if the layout tool was used to specify the position.

--- Fixed a bug in which the display was not always updated when changing members from the menu.

--- Fixed a bug that prevented variables from displaying properly when the store layout was displayed.

--- Fixed a bug that caused a crash when entering emoji during text input.

---''[ Map Editor ]''
--- Fixed a bug that caused a mismatch between the display state of groups in the Placed List and the display state of objects in the group.

--- Fixed a bug where changes to the collision range of an event were not immediately reflected in the Map Editor.

--- Fixed a bug in the "Event to be Called Before Displaying Map" in Map Settings where the change of the common event name was not immediately reflected.

--- Fixed a bug that caused the object stamp thumbnails in the Stamps Palette to disappear when the Resources menu dialog was closed with Cancel.

--- Fixed a bug that prevented placing an event if a cast event was placed immediately after a cast was added.

---''[ Resources ]''
--- Fixed a bug that caused some bone animations to be longer than the actual data in some cases.

--- Fixed a bug where when adding Terrain Stamps/Particles from the DLC, the assets were not being added correctly when a dialog box appeared indicating that files of the same name already existed in the project.

--- Fixed a bug that caused a crash when repeatedly changing material shaders.

---''[ Layout Tool ]''
--- Adjusted the size of the thumbnails displayed in the Layout Tool > Layout to be Assigned list.

---''[ Sample Game ]''
--- Modified the sample game to conform to current specifications.

----
-''ver1.0.14.4''
--''Bug Fixes''
--- Fixed a bug that caused a crash after moving the map, which had been occurring in some environments after the Ver. 1.0.14.3 update.

--- Fixed a bug that caused the selection window to grow a little larger with each selection displayed after the Ver. 1.0.14.3 update.

--- Fixed a bug that sometimes caused teleporting to coordinates 0,0 when using the command scripts "Change Player Y Coordinate" and "Change Event Y Coordinate".

--- Adjusted the animation of the sprite set, Emoticon "!speechless" used for the emotion mark.
----
-''ver1.0.14''
--'' New Features''
--- Guides have been added for dragging and moving elements in the Layout Tool > Layout Parts tree view.

--- Layout Tool > Slider Panel text color can now be changed.

--''Functional Improvements ''
--- We have implemented load handling when a relatively large number of models are placed on a large map.

--- Improved processing time when executing the command script "Change Layout to be Used".

--- In the in-game menu, it is now possible to go back and forth between party and reserve members even with cursor movement input when operating the member change screen.


--''Bug Fixes''
--- Fixed display problems with the asset picker.

---''[Events]''
--- Fixed a bug that caused the player to teleport to coordinates (X,Y)=0,0 if a graphic change was made while the player was being rescaled.

--- Fixed a bug that caused an exception on the map screen when a cast that was hidden by the command script "Add Casts to the Party Train/Rearrange the Order" was disabled for battle.

--- Fixed a bug in the command script "Advanced String Variable Operation" where local variables were not available for array pointers.

--- Fixed a bug in the command script "Display Ticker Text" where line breaks in the string to be displayed did not work.

--- Fixed a bug in which the display state of the command script "Display String as Image on Screen" was not included in the saved data.

--- Fixed a bug in which the text effects of layouts used in messages and conversations at events were not reflected.

--- Fixed a bug that caused graphics from other sheets to overlap when inserting an event sheet.

---''[Game Play]''
--- Fixed a bug that caused the player to receive damage when bumping into an enemy cast placed on the map, ignoring the amount of HP recovered by items, etc.

--- Fixed a bug that when the player collided with an enemy cast placed on the map and the damage caused a game over, the player and the colliding event remained glowing.

--- Fixed a bug in which the height of the speech bubble type conversation event window did not match the size of the text when the execution resolution was changed in the Game Definition.

---''[Map Editor]''
--- Fixed a bug that sometimes created events with duplicate GUIDs (internal IDs) when copying and pasting cast-based events placed on a map.
This fix resolves the following issues that were occurring on the map where the event that caused this problem existed:
An exception occurs during save and load.
Unintended events are moved.
Local variables would be shared.

--- Fixed a bug that sometimes caused the positions of placed objects to be linked between maps duplicated by copying and pasting.

--- Fixed a bug in which changes to the resources that make up a stamp were not immediately reflected on the map.

--- Fixed a bug that caused an exception when copying and pasting maps in the Map List after opening the Database and closing it with Cancel.

---''[Resources]''
--- Fixed a bug that created data that could not be loaded when saving a 3D stamp with the material set to "None".

--- Fixed a bug that could cause an exception when updating information on multiple selected models.

--- Fixed a bug that prevented model scaling from working in some cases.

--- Fixed a bug that caused semi-transparency to appear in an incorrect order and materials for additive compositing to appear missing.

--- Fixed a bug that in some cases the folder preview display was not updated.

---''[Layout Tool]''
--- In Layout Tools > System Layout, a bug that caused layout parts to move when dragging in preview has been fixed.

--- Fixed a bug in the display of selections when using window images with large margins.

---''[Other]''
--- Fixed a bug in which the Database > Casts > Others > Number of Event Generated per Time, Shooting Interval, and Movement Time fields contained incorrect values when selecting a normal asset in a new project creation.
In newly created projects, the case in which the following casts generated by events disappear on their own will be resolved.  Target Casts: Hero A / Hero B / White Mage / Goblin / Metal Golem
If you are experiencing disappearing events for an existing project, please go to Database > Casts > Others and change the Movement Time to 0.

----
-''ver1.0.13''
--'' New Features''
--- Added the ability to skip the "Do Nothing" message in the command script "Specify Battle Cast Action".

--'' Bug Fixes''
--- Fixed a bug that caused walk and wait motions to start playing every frame for the player after ver 1.0.12, so the motions were not behaving correctly.

--- Fixed a bug that the manipulator could not be operated correctly with the mouse after ver1.0.12.

--- Fixed a bug that caused battle characters to be highlighted when they were hidden in the shadows.

--- Fixed a bug in the command script "Rearrange the Party Train Order" that caused an exception when there was no character to display.

--- Fixed a bug in the command script "Make Event Walk" where the "Pass Through Player/Events" checkbox did not allow the player to pass through.

--- Fixed a bug in the Map Editor > Placed List palette that caused an entry to be deleted by pressing the Delete key while renaming.

--- Fixed a bug that caused an exception when placing a Panel for Rendering Strings with MapPreview specified in Layout Tool > Text to the root of the Layout Parts List.

--- Fixed a bug that caused an exception when the file tree view was empty at various locations in the Resources.

--- Fixed a bug that caused a crash in the preview of the Resources containing the motion after deleting the model used in the motion in the Resources.

--- Fixed a bug that prevented textures from being converted to png files when importing models with jpg files as textures.

--- Fixed a bug that caused colors to change on export when specifying no SSS file in SSS material.

--- Fixed a bug that prevented a battle from progressing when using the command script "Camera Playback" in Database > Skills > Common Event to be Called.

--- Fixed a bug that prevented the next battle from progressing if the command script "Terminate Battle Forcibly" was used in Database > Skills > Common Event to be Called.

----
-''ver1.0.12''
--''Functional Improvement''
--- For the player's walking process, a new walking process has been implemented that does not shift or bounce from side to side.
If Game Definition > Rules and Operations > "Use Inertia to Move" is turned off, inertia is to be 0.
If you wish to use inertia, please turn on this option and adjust each of the specified settings. 
e.g.: Lowering the Damping Amount at Ground Level will reduce slippage.

--- Asset picker has been improved.
The UI has been changed to make it easier to find ready-to-use assets.
Added the ability to add resources from the DLC with multiple selections, including folders.
 
--'' New Features''
--- Test Play > Debug Window now has a function to fast-forward through battles.

--- An "Invisible Wall" event template has been added to the Stamps Palette > Events tab > Physics, which can be used to place restrictions on where the player can go. 
 You can place an event on the map and adjust its size to create a wall. 

--'' Bug Fixes''
--- Fixed a bug that prevented resources such as skyboxes referenced only from the command script "Change Rendering Settings" from being included in the public export.
 
--- Fixed a bug regarding the command script "Select from Selection and Check Results" panel that caused an exception when deleting the top selection in the editor.

--- Fixed a bug that prevented images from being displayed when a variable was used for the Y magnification factor in the "Display Image" panel.

--- Fixed a bug that sometimes prevented subsequent conversation windows from being displayed, depending on the command scripts combined between conversation panels.

--- Fixed a bug that caused an exception when attempting to change the walking speed of an event during battle.
 
--- Fixed a bug that caused an exception when attempting to select a target with a mouse click during a battle while the player was invisible.

--- Fixed a bug that caused pointer information of array variables to be lost when exporting and importing events.

--- Fixed a bug that caused the player to be affected by Terrain State Change even if the player was in the air.
 
--- Fixed a bug in which, when using the Basic tab "Event to be Called Before Displaying Map" in the Map Settings palette, depending on the content of the event, the player could not be controlled even after the process was complete.
 
--- Fixed a bug in which the cast's own accuracy and evasion rate was not reflected when playing the game from "Continue" until a status change, such as an equipment change, was made.
 
--- Rotation and scaling behavior when multiple objects on the map are selected in the Map Editor has been corrected.
 
--- Fixed a bug in the Map Editor that caused the eyedropper picked objects to change indefinitely while editing a map with many objects placed on it.
 
--- Fixed a bug that sometimes prevented the Map Editor display from reflecting the results of editing the event collision range extensions.

--- Fixed a bug that prevented object deletion if the starting point was included in the selection.

--- Fixed a bug in which when an object was selected, the starting point was also selected at the same time, making it impossible to delete the object.

--- In the Slice Animation Import dialog, a bug was fixed in which the dividing line specified in Slice Size would change position when the motion was switched, causing it to be imported in an incorrect form.
 
--- Fixed a bug that caused some models imported from the Unity Asset Store to appear broken.

--- After resource files are deleted, the empty OS folders are also modified to be deleted.
 
--- When deleting related resources, the parent folder in the editor has been modified to be deleted when it is empty.
 
--- When deleting a model, a texture was not a candidate for deletion if the stamp used the same material.

--- Fixed a bug that caused events deleted by the command script "Delete This Event" to be restored by loading saved data.

--- Fixed a bug that prevented editing of the tag field in the Camera Tool.

--- Fixed a bug in which pressing Ctrl+C, etc. while editing an event in the text mode of the event editor would jump to the line with the matching initial letter.

--- Fixed a bug in which the default "Yes/No" selection was written in Japanese. 

----
-''ver1.0.11''
-- ''Bug Fixes''
--- Fixed a bug that caused an exception in the battle test when there was a common event with "Collision Condition with Player (Operating Cast)" as an execution condition on the event sheet.

--- Fixed a bug that caused an exception when performing a battle test from the battle panel on a common event.

--- Fixed a bug that caused a crash when playing a WebM file with no audio track using the command script "Play Movie".

--- Fixed a bug that caused a crash if the collision type was set to Mesh in the Resource > Stamp settings and the Mesh model was left blank.

--- Fixed a bug that caused common events tied to an item to be executed even after the item's use was canceled.

--- Fixed a bug that sometimes caused a cast without a jumpup/landing motion to have a different jump power or be able to make a double jump when the cast was set as the player.

--- Fixed a bug that prevented the "Teleport Event" panel from taking effect from common events executed from other than items/skills.

--- Fixed a bug in which deleting the event that executed the conversation while the conversation was being displayed would prevent operation even after the conversation was closed.

--- Fixed a bug so that a confirmation message is not displayed when pasting data from the same project in the database.

--- When pasting data from the database, if there is data with the same name in the destination, the data name is now sequentially numbered.

--- Fixed a bug in which the contents of an event generated by "Generate Event" were sometimes mixed with the contents of another event and executed after the player moved to a different map.

--- Fixed a bug in the Layout Tool > Text & Special Formats Insert Support dialog where the following formats could no longer be specified.
  learncharactername   :   Name of Party Member who Learns a New Skill
  learnskillname            :   Name of Skill to be Learned in Results
  learnskillname[x]        :   Name of Skill X to be Learned in Results

--- Fixed a bug that caused skin models to appear composited when rendering instances.

--- Graphic data that contained incorrect settings has been corrected.

 
--- ''Countermeasures have been taken to address the issue of slow operation of this tool in some environments. ''
Please try this along with the previously mentioned turning off "Threaded Optimization" in the NVIDIA Control Panel 3D Settings Management.
----
-''ver1.0.10''
--'' Added Feature''
--- A link to the "Shortcut Key List" has been added to the "Help" section of the Map Editor top menu.
 
--'' Bug Fixes''
--- Fixed a bug in Ver. 1.0.9 where the target to be generated by the command script "Generate Events" could not be selected correctly.

--- Fixed a bug in the Layout Tool where the mini map could not be moved by mouse dragging.

--- Fixed a bug in the Map Editor in which the relative positions of grouped objects were sometimes misaligned when pasting them.

--- Fixed a bug that prevented games exported by the publishing work export function from running in environments where the Visual C++ 2019 Runtime was not installed.
If you have experienced a failure to launch the sample game "Orb Stories", which can be downloaded from the top page of the official RPG Developer Bakin website, please download the game again from there and give it a try. 
Due to this problem, there have been cases where games distributed to other parties do not launch.  We apologize for the inconvenience, but we would appreciate it if creators could try exporting their works again to see if the symptom improves.

----
-''ver1.0.9''
-- ''Functional Improvements ''
--- When a diffuse/normal/specular texture is set as the material for a model imported from Blender, a_n_rm is now automatically assigned to the albedo/normal/mask textures, respectively.
 
-- ''Bug Fixes''
--- Fixed a bug that could slow down test play after opening the "Classes” of the Database.

--- Fixed a bug that caused an exception when repeatedly executing the "Make Monster Appear" event panel.

--- Fixed a bug in which placing an allied cast on the map would cause it to be added as a reserve member of the party.

--- Fixed a bug that caused variables in deleted events to appear in the ALL category of variable labels.

--- Fixed a bug that sometimes caused the graphic on Sheet 1 of an event specified in the Custom Event Settings in the Database to be automatically replaced by the graphic of the cast.

--- Fixed a bug that prevented test play from starting if the saved data contained deleted cast members.

--- Fixed a bug that could cause a crash when adding a resource overwrite by selecting from a file in the Layout Tool.

--- Fixed a bug in the Layout Tool where the OK button could be pressed without selecting anything in the Add Layout Part dialog.

--- Fixed a bug that caused Bakin to become inoperable for a long time when manipulating the position of a mini map with the Layout Tool.

--- Fixed a bug that caused the engine to process very slowly when a mini map was used for free layout in the Layout Tool.

--- Fixed a bug that sometimes caused light gray squares to appear on top of each other in the map editor.

--'' Known Issues ''
--- There is a problem with the Steam overlay function displaying off the screen.  Currently, we recommend that you do not use the Steam overlay when using this tool.
To turn off this feature explicitly, go to the right side of the Steam library page in Bakin and uncheck the “Enable the Steam Overlays while in-game” checkbox in the Steam Library > General menu.


----
-''ver1.0.8''
--- The bug that prevented the published work export dialog from opening after the Ver. 1.0.7 update has been fixed.

--- Fixed a bug that caused the texture in the blank area to be randomly corrupted on execution when the texture was left blank in the Resource -> Material Edit screen.

--- Fixed a bug that caused automatic window width adjustment to only work on the narrower message when a series of speech bubble-type messages or conversations are used.

--- Fixed a bug in which "Layout to be Opened" could not be selected under "Continue" in the Layout Tools -> Title Layout.

--- Fixed a Bakin crash that could occur if the Asset Picker was opened and closed immediately.

--- Fixed a bug that caused an exception when the Add button could be pressed to add more than the maximum limit of 2048 variable boxes to be used within the event editor.

---%%''We are currently experiencing a slowdown in test play after opening the "Classes" section of the Database. We apologize for the inconvenience, but restarting Bakin will temporarily resolve the issue.''%%
----
-''ver1.0.7''
-- ''Added Features''
---Top Menu: "Update Log" page tab and "Back" button added to Info and Tips。

-- '' Bug Fixes''
--- We have removed the -0.2 degree X-axis tilt that was implicit for the player and events.

--- Fixed a bug in the command script "Event/Rotate Player" where decimals were not available.

--- Fixed a bug where event destination symbols sometimes remained on the map without being erased.

--- Fixed a bug in which local variables were not available in the command scripts "Teleport Player" and "Teleport Event".

--- Fixed a bug that caused shader compilation errors during tool initialization in Radeon HD series graphics environments.

--- Fixed a bug that caused image files to be locked and unable to be updated or deleted until the tool was exited when generating a map from an image.

--- The process of obtaining the loop range of an ogg file has been corrected.  This fixes a bug that prevented the BGM_Opening04.ogg in Sound Pack Vol. 1 from playing.

---'' Fixed a bug where battle formulas required commas for decimal points in some locales.  ''
''From this version onward, decimal points in battle formulas will be standardized to dots.  If you have been entering commas, we apologize for the inconvenience and ask that you please correct this manually.''
''[Affected Areas]''
Database -> "Damage Formula" for Items and Skills, "HP Recovery Formula" for Skills, and "EXP Calculation Formula" for Game Definitions

----
-''ver1.0.6''
--''Functional Improvements''
--- Removed text limits for title, subtitle, and creator's name.
However, if the number of letters is large, the default title screen layout may run out of the screen in some cases.  If this is the case, adjust the title screen layout in the Layout Tool after creating the project.
 
--''Bug Fixes''
---Fixed a bug that could cause an exception when using the "Display Effect" panel to play both sprites and particles on the same event.
 
---Fixed a bug in Event Editor > Panel Mode where copying and pasting the "Advanced Variable Box Operation" panel would change "Assign with Decimals Rounded Down" to "Assign Remainder of Division".
 
---Fixed a bug that occurred in Game Definition > Project Settings > Execution Engine Definition.
Changing the run-time resolution causes a crash / BGM initial volume cannot be changed.
 
---Minor corrections were made to the sample game "Orb Stories".

----
-''ver1.0.5''
--- Fixed a problem that caused maps to become abnormally bright in newly created projects, etc.
 The problem was occurring in some locales, including German and Dutch.
 If you are still experiencing the problem after having this correction, please contact us through the Contact Us page.
 
--- Fixed a problem in which bakinbattle.dll would not start if not allowed to run by its properties for publishing work.
 With this modification, no special work is required to unzip a published work into a Zip file using Explorer.
 
--- Fixed a problem where the RayCast panel was firing from the feet, making it very difficult to detect the player, among other things.
 From this Ver onward, as previewed in the panel, it will be fired from an elevation of 0.5 square from the ground.
 If you have already implemented events in a way that depends on the previous behavior, we apologize for the inconvenience, but please correct this manually.

--- Fixed a bug that caused an exception when using a skill with no effect and common assignment for both allies and enemies on the map. 

--- Fixed a bug that prevented recovery from events during battles for conditions other than KO.
 
--- Fixed a bug that prevented the event panel "Recover/Reduce Battle Cast's HP/MP" from working in battles.
 
--- Fixed a problem in which a weapon item with "One Step Forward When Acting" could cause a monster with "Not Moving" specified to take one step backward when using a skill, item, or etc.

--- Fixed a problem in which the camera with the gazing target set to "world coordinates" would not animate correctly when Game Definition > Rules and Operations > Camera Get Behind the Player Automatically was turned on.
 
--- Fixed a problem in which pressing the F key with a Common Event or Battle Event selected in the Common Event palette would move the display range of the Map Editor to distant coordinates.
 
--- Fixed a bug that sometimes caused the position of the splitter for Database and Resources to fluctuate unintentionally when the asset picker was opened.
 
--- Improved the ability to toggle the display of a file path shown in the upper right corner of the map editor.
 Moved to "View" menu to memorize ON/OFF
 
--- Fixed a bug where Wav files were not being processed properly for playback.
 
--- The section Game Definition > Execution Engine Definition > Font, which was not reflected due to specification changes during development, has been removed.
The font can be changed from the configuration settings in the top menu.
 
--- Modified the various "House - Wall 01-03" models on the 3D stamps for the following three projects 
 Newly created project (Normal assets)
 Sample game "Orb Stories"
 House Pack Vol.1 (Free DLC)
 
--- In addition, we have fixed several issues that were identified in the crash reports we received from our users, so that crashes do not occur.
----
-''ver1.0.4''
-- ''Added Features''
--- Effekseer 1.70 is now supported.
You can use particles created with Effekseer 1.70 in Bakin.

-- ''Bug Fixes''
--- Fixed a bug that caused the splitter position in the "Conditions to Run This Sheet" field in the Event Editor to change unintentionally.
 
--- Fixed a bug that caused a higher value to be set internally when specifying the movement speed and frequency in the "Movement Settings" of the Event Editor.
After this version, the correct values are displayed and specified in the editor.
 
--- Fixed a bug in the command script "Display Image" that caused a crash when selecting a sprite.
 
--- Fixed a bug in the battle layout that caused an exception if a party or monster was placed outside the area range.
 
--- Fixed a bug that caused an exception when a cast member repeatedly joined and left from the party in a battle event.
 
--- Fixed a bug in the map editor "Placed List Palette" where group name renames were not being saved.
 
--- Fixed a bug that caused the window to maximize when double-clicking the caption area on the Map Editor Quick Toolbar.

--- Fixed a bug that caused the tool to crash if there was a description error in Game Definition - "Rules and Operations" - "Assign Input Device".
 
--- Fixed a bug that prevented WAV files from playing properly.
 
--- Fixed a bug that caused some dialogs, such as exit confirmation, for games exported using "Published Work Export" to be displayed in Japanese even in an English environment.
----
-''ver1.0.3''
--'' Added Features''
--- The manual wiki is also available from the "Info and Tips" section of the top menu.  As previously, it is also available from the Map Editor's Help (H), so please click here while you are working on your game.
 
--- For the property "Layout to be Opened" of the Layout Tool Layout Part's Container for Element of Entry Selection, the selectable layouts are now narrowed down according to what is specified in the entry "Action".

--''Bug Fixes''
--- Fixed a bug that caused an exception when an item referencing a skill that invokes a common event was the second or later entry in the inventory.
 
--- Fixed a bug in the rendering settings in Map Settings that caused an exception when minimizing a property that contained entries that were being edited.
 
--- Fixed a bug in the game where events added to that map or common after a save were not reflected when loaded and played.

--- Fixed a bug that caused resources other than stamps to be added when adding stamps from the right-click menu on the Object tab of the Stamp Palette.
----
-''ver1.0.2''
--- Fixed a bug that sound was distorted in some cases when playing sound data in the tool.
--- Fixed a bug where this tool crashes in the middle of the loading screen (progress bar).
If you are using an AMD Radeon GPU and have been experiencing this problem, please try this version.
--- Fixed a bug that caused the editor to freeze or crash due to incomplete default data for creation.
--- Fixed a problem with the screen turning light blue and stopping when playing the published sample game.
--- Fixed a problem with the jump button, which is specified by default, reacting when closing the in-game menu.

----
-''ver1.0.1''
--- Fixed a bug that caused the editor to freeze or crash due to incomplete default data for new creation.  The problem has been fixed so that data that has already been created will not cause problems.
--- In the "Edit" menu at the top of the Map Editor, a new function " View File Path" has been added to turn on/off the path that appears in the upper right of the Map Editor.
--- Fixed a bug that prevented the "Asset Showcase" banner from displaying correctly.
--- Other minor corrections

Front page   New Page list Search Recent changes   Help   RSS of recent changes