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


RE: HiddenChest RGSS Player Executable - kyonides - 09-17-2025

Version 1.1.93 Has Been Released!

Available Platforms
  • Linux
  • Windows

Recent Changes:
  • Added Bitmap.max_size that returns the textures' maximum size based on your graphics card.
  • Added Graphics.window_size_factor alias resize_window that lets you stretch the game window without changing the game's screen resolution.
  • Fixed Window#dispose bug that prevented the engine from reporting any issues either by creating a log file or by displaying the error splash screen.
  • Fixed Input.repeat? almost completely. Some keys like ALT, CTRL & SHIFT don't work as of yet.

Graphics.window_size_factor accepts 2 arguments: Scaling Factor (1 or 2) and Centered (a boolean aka true or false)

Script Call Example:
Code:
Graphics.window_size_factor(2, false)
Graphics.resize_window(2, true)

You might not notice any important changes on screen if your current TV screen resolution is low. Sad