itch.io is community of indie game creators and players

Devlogs

Physics Engine Platformer Plugin (v.1.4.3)

Recreating the game Volley Pals in RPGMAKER. New Map Added on MZ demo: VOLLEY PALS

Changes

  • Collision Mask and Collision Category event comments should now be changed to Set Collision Mask and Set Collision Category respectively
  • When defining the player's body from the parameters, you should now follow either formats: Rect,width,height or Circle,radius. Previously it was: Rect:width,height or Circle:radius 
  • QOL update for event movement: You can now move events' physical bodies with the Move Left, Move Right, Jump commands provided by the engine. Previously, you can only do so with script calls.
  • Code refactor and compatibility patch with GBRO_Dragonbones

Additions

  • (MZ ONLY) VOLLEY PAL map has been added in the project demo. This map attempts to recreate the game Volley Pals.
  • Helper functions were added to add, remove, get child body parts allowing you to create compound bodies (physics bodies made up of multiple parts). See VOLLEY PAL map in the demo for implementation. 
  • Helper function to predict future body position added. See VOLLEY PAL map in the demo for implementation.      
  • Helper functions were added to dynamically add, remove, get constraints
  • Helper function to  easily add projectiles / additional physics bodies to the map is added
  • New parameters were added: Velocity Iterations, Position Iterations, Constraint Iterations, Enable Sleeping? For better performance/precision control.
  • Added event tooltip feature where you can have certain events hover a tooltip upon entering collision. Parameters were added to change float distance and speed of the tooltip.

Bug Fix

  • Fixed editor map data not being read on deployed projects
  • Fixed custom motions throwing errors after loading a saved file
  • Fixed pSpriteOffsetY's return value 

Files

  • Platformer DEMO MZ (v.1.4.3).zip 95 MB
    9 hours ago
  • Platformer DEMO MV (v.1.4.3).zip 379 MB
    9 hours ago
  • Platformer DEMO MZ BROWSER.zip 59 MB
    8 hours ago
Download Physics Engine Platformer Plugin - RPG Maker MZ / MV