OtherLayers VX + ACE - 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: OtherLayers VX + ACE (/thread-10789.html) |
OtherLayers VX + ACE - kyonides - 10-28-2024 OtherLayers VX + ACE
by Kyonides
Introduction This script allows you to use a static picture or a series of pictures as a custom upper layer for the current map. I am sure there gotta be other scripts that provide similar features and you know what? I don't care about that! Embedded Notes For VX First of all, RMVX has no Map Note Box so you must use the Map's Name as a substitute. Code: # This script lets you add another layer where you can place images that can For VX ACE Use the Map Note Box. Code: # This script lets you add another layer where you can place images that can Optional Script Calls
Code: # - Change the Map's Upper Layer - It will replace any previous one! Screenshots
VX + ACE Terms & Conditions Free for use in non commercial games. Due credit is mandatory. Do not repost it anywhere! That's it! RE: OtherLayers VX + ACE - kyonides - 10-28-2024 Changes and Improvements Now Available!
In the latest edition of my script I have modified the way the map spriteset would look for any given layer note to make sure it would not skip any layer at all.
Now it's also possible to freeze and thaw the only waterfall that has ever existed in the demo! Freeze or Thaw the Upper Layer Code: upper_layer(1).freeze! Check whether or not the Upper Layer is Frozen Code: upper_layer(1).frozen? RE: OtherLayers VX + ACE - kyonides - 10-28-2024 Interesting Update
Valid for All RGSS-based Engines!
Now that version 0.7.0 has been released, you can also count on lower layers to further modify the appearance of your maps. This is why you can now use the lower_layer(SomeNumber) call in the script box at any given time. Just make sure you have read the embedded instructions on how to configure them. |