• Register

RPG in a Box is a tool for easily creating 3D grid-based, voxel-style RPGs and adventure games—everything you will need for building and sharing your own game, all packaged together in a box, so to speak! This "box" will contain an assortment of editors (centered around a map editor and a voxel editor) that will allow you to make your game the way you want. I will be striving to make the software user-friendly so that no knowledge of programming, computer graphics, or modelling will be required, all while still maintaining as many customizable aspects as possible so that your game can be unique.

Forum Thread
  Posts  
Release v0.1-alpha (Engines : RPG in a Box : Forum : Releases : Release v0.1-alpha) Locked
Thread Options
Mar 12 2016 Anchor

Release v0.1-alpha is now available! This version brings a wide range of minor new features, bug fixes, and other miscellaneous improvements. I’ve been trying to be more thorough with my testing lately (including the Linux version, which I hadn’t been giving enough attention to), but let me know if you run into any issues and I will see what I can do to remedy it. I already have an initial list of things I am excited to work on for the next versions leading up to v0.2! I really appreciate the feedback I have received so far and I am open to suggestions and ideas for any features you’d like to see in the future.

I also released an updated trailer for v0.1 that you can check out here if you haven’t already, and I am beginning to make plans for some other new things like tutorials and possibly a dev blog.

New Features:

  • Updated to Godot Engine 2.0 which includes a cleaner, improved UI.

  • A new “Quick Script” feature was added which allows you to create scripts for tiles and objects on the fly rather than having to define a standalone script file from the Script Editor. This is convenient for situations where you need a simple one-off script that won’t be reused elsewhere, such as linking a tile to a new map. To access this feature, you can bring up the tile’s properties in the Map Editor and select “Quick Script” from the Script dropdown. If you then click the pencil icon, the Quick Script Builder will open, allowing you to define the script to attach.

  • The Game Manager now contains a “Recent Games” list so you can easily open any game projects that you have recently worked on.

  • New Set Entity Property scripting function for storing custom properties for entities (player, self, entity[“abc”], etc.). Conditional expressions were also updated to support the evaluation of an entity’s properties.

  • The camera type for a particular map can now be overridden from the Properties panel.

  • Randomize Rotation: The Map Editor now has a “Randomize Rotation” button on the toolbar that can be toggled on and off. When enabled, a random angle will be selected to use for the next tile or object placement. The pending tile/object will indicate what the next placement will look like, so you can still fine tune the rotations even with Randomize Rotation enabled. In Edit Mode, you can also randomize the rotation of the currently selected objects by pressing “Y” or choosing “Randomize Rotation” from the right-click context menu.

  • Added the ability to customize the Map Editor’s navigation/interaction path colors from the Settings dialog.

  • Added “Move Up” and “Move Down” buttons to the Script Editor toolbar to allow the order of commands to be rearranged.

Other Changes:

  • Exporting your game now displays a progress dialog and is launched in a separate thread to prevent the application from potentially hanging up.

  • When exporting your game, the last used destination path and target platform will be automatically populated.

  • If the game export template for the selected platform is missing from the “export_templates” folder, a warning message will be displayed. Also added an “Export data only” checkbox if you only want to export your game data and not the platform-specific executable. This is useful if you are exporting frequently and you don't want the executable copied every time.

  • Added summary text for the Modify Navigation/Interaction function in the Script Editor to display a better description when it’s collapsed.

  • Slightly increased the opacity of the top left Navigation/Interaction legend and the top right Tile Level Shortcut Key legend in the Map Editor’s 3D view.

  • When selecting a resource from the resource selection sidebar (tiles, objects, etc.), Place Mode will now be automatically enabled if the Map Editor is active.

  • Changed the Load Map scripting function to also include the direction (north/south/west/east) that the player will face when the map loads. This will break any scripts that currently use this function, so you will need to either recreate them or manually edit the script file to include the direction as such: load_map(“my_map”, 0, 1, 2, “north”).

  • General improvements to the “New Game” dialog. An error message will now display if any validation fails (specifically, if the destination path or game title is blank, or the destination path already contains a game or is within the application folder).

  • Game exporting is now handled in a separate thread and with a progress dialog to prevent the application from potentially getting hung up during the process.

  • Added DELETE as a shortcut key for deleting tiles/objects in the Map Editor.

  • In the Script Editor, the script's source code can now be directly edited if you wish. The editor will validate the script as you type, and will update the visual script outline as appropriate.

  • Pathfinding for the player is now handled in a separate thread to prevent the game from sometimes freezing up momentarily while the calculations are being done.

  • Cleaned up a lot of the editor dialog windows to make the look and feel more consistent (button sizes, placement, etc.).

  • In first-person games, the arrow keys can now be used for movement in addition to WASD.

Bug Fixes:

  • Pressing the “Replace Color” button or the “Shift Model…” buttons on the Voxel Editor toolbar will no longer cause the application to crash if no voxel models are opened.

  • Changed the animation name field in the “Add Animation” dialog to a single line text field instead of multi-line. You can also now press enter from the animation name field to submit the dialog. This was also fixed for the name field in the “Save As Map” dialog and a few others.

  • When entering the Battle Editor, the available enemies list will be automatically refreshed if new enemies have been added in the Enemy Editor and saved.

  • If an NPC is on a tile that is currently hidden (upper floor of a house, for example, when the player is on the bottom floor), the NPC will now be hidden also.

  • When shifting the entire model in the Voxel Editor, any voxels that fall outside of the grid boundaries will be removed.

  • If a “player_spawn” tile group does not exist in a battle map, the battle will just end and the player will return to the previous map instead of the player being stuck in the battle map.

  • Removed the unnecessary checkboxes from the Navigation/Interaction submenu on the Map Editor context menu.

  • Modified the resource loading code so that maps are now saved with relative resource paths (for its tiles, objects, etc.). This will allow you to move your game project folder without breaking the maps. Please note, however, that you will need to resave all of your maps before moving your game project folder if you wish to do so. This change also significantly improves the game exporting time.

  • Fixed an issue with the “New Resource” dialog where the “Width of Tiles” field for maps would incorrectly show for other resource types when opened the first time.

  • Fixed the function description box in the Script Editor so it will always automatically wrap the description text.

  • Animations of type “Ping Pong Once” will now play correctly in the Voxel Editor.

  • Fixed the “Clear” button on the Map Editor and Voxel Editor toolbars to work correctly again.

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.