Old RPG Maker Style (orms) v1.1.0
Make a RM2K(3)-like game with RMVXAce!
Installation
- You don't need to download the Source code (automatically added by GitHub)
- Copy-paste the orms.rb content in
▼ Materials
(preferably after the others) - Put Font.png and Font_color.png in the
Graphics/System/
folder
Configuration / Features
Go read the README.rb, or just see the ORMS_CONFIG module in the script, and its comments!
ChangeLog (v1.1.0)
- Fix
USE_OLD_RM_...
(did not double the size when the HUE was changed) - Fix
OLDSCHOOL_CHOICE_LIST
(the box wasn't displayed when there were no message displayed before) - Add
Orms.set(feature, state)
,Orms.activate
andOrms.deactivate
ingame methods for users - Change
TOGGLE_SCREEN_INPUT
to newTOGGLE_FULLSCREEN
andTOGGLE_WINDOW_MODE
features that allow to specify which shortcut you want to set - The shortcuts defined above now change also the
Fullscreen++
shortcuts - Implement dynamic frame skipping for the
PIXELATE_SCREEN
feature! - Implement additional FPS displayer which takes into account the dynamic frame skipping! Display it with
F2
! - Add
PIXELATION_SHORTCUT
feature to set a shortcut that activate/deactivate the screen pixelation ingame! - Add
BACKDROP_ALIGN_TOP
feature to align Battlebacks to top instead of center (for RM2K backdrops)