Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

RPG in a Box

Bring your stories and ideas to life! · By Justin Arnold

Release Notes for v0.4.6.0-alpha

A topic by Justin Arnold created Aug 31, 2017 Views: 33
Viewing posts 1 to 1
(+2)

New Features

  • Added a “Terrain Follow” option to the General section of the Game Configuration to customize the way characters’ vertical positioning will be adjusted as they walk over terrain. Selecting an option other than “Precise” will provide a better effect when walking on tiles like stairs.

  • Added a “Speed Modifier” tile property that can be adjusted from the Model Properties panel. This defaults to 100% and can be used to modify the speed of characters when walking across this type of tile. For example, a value of 50% means the player would walk at half their normal speed.

  • Pressing the “M” key while in the Map Editor’s first-person mode and with a single tile selected will move you to that tile while remaining in first-person mode.

  • You can now use A/D (or Q/D for AZERTY) to strafe left and right in Free Camera mode.

  • Added an “Invert Mouse” option to the Map Editor settings for inverting the mouse Y-axis in free camera and first-person camera modes.

  • “Replace Animation” scripting function: Overrides an entity's animation with another one. This can be used to replace a predefined animation (for example, a character's "walk" animation) with a custom one during the game.

Changes

  • Added version validation when opening a game project to prevent post-v0.5 projects from being opened (since they will not be supported in versions prior to v0.5).

  • Keyboard layout option in the editor settings now affects the keys used for Free Camera mode in the Map Editor.

  • Collision overrides for tiles are now specified from the Model Properties panel instead of needing to use the “_collision” suffix method. This will allow you to reuse the same collision override tile for multiple resources.

Bug Fixes

  • Fixed an issue with the “Open with Voxel Editor” button when selecting an entity in the Map Editor.

  • Fixed an issue with renaming when no tabs were open for that particular editor type (i.e. when only the Recent Items box was showing).