Basic Width and Height - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: Basic Width and Height (/thread-9073.html) |
Basic Width and Height - kyonides - 09-03-2024 Basic Width and Height
"Scripting Tool"
This snippet or scriptlet should be placed above Main and any other custom script that might depend on the window width and height. The scriptlet should detect which version of RGSS you are currently running so you can safely play XP or VX games. VX Ace does not need this. Code: unless Graphics.respond_to?(:width) Terms You should not credit me for this simple snippet. Use it as much as you need to or simply ignore it. |