Save-Point
HiddenChest RGSS Player Executable - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Tools (https://www.save-point.org/forum-42.html)
+--- Thread: HiddenChest RGSS Player Executable (/thread-7370.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


RE: HiddenChest RGSS Player Executable - kyonides - 07-09-2026

Version 1.2.13 Has Been Uploaded!
Stable Release
Codename: AudioUnlooped

Available Platforms
  • Linux
  • Windows

Recent Changes:

- Audio.bgms_seconds & bgm_seconds now retrieve accurate values from MIDI files
  This is quite relevant for MIDIs with 2+ set tempo messages.
- Tilemap's Latest Additions:
  - z & z= methods
  - viewport= method
- Added File.hash256 to retrieve a file's SHA-256 hash.
  If a file does not exist, it will return "-256" instead.
- Added File.hash_error to let you retrieve the File::HashError#name, #error and #message if there's any.
- Added File.clear_hash_error and File::HashError#clear methods.
- Added String#hash256 to retrieve its SHA-256 hash.