Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: OZ OverTiles
- Original author: orochii
- Original date: December 11, 2013
- Source thread: https://forums.rpgmakerweb.com/threads/oz-overtiles.20865/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
OZ Over Tiles Author: Orochii Zouveleki (a.k.a. muramasa) - Version 1.00 (RGSS3)Category: Maps Description:
Archived First Post
OZ Over Tiles
Description:
One thing that happens in RMVXA is that isn't completely compatible with big characters. It loads and draws them correctly, but has issues with the "priority tiles" (star sign).
This script solves that. Doesn't needs any special configuration, just insert it and be happy (?).
How does it works?
The idea is simple. I grabbed the map data, and redrawed the necessary tiles. Thing is, I chopped the map in rows, so I was able to give each row a different Z value (drawing priority), that makes it possible to pass over or below each tile row independently.
Features:
Script:
https://dl.dropboxusercontent.com/u/13006190/OZ_Overtiles.txt
Usage:
Paste over main. Nothing else.
Changelog:
12/11/2013 1.00. Initial version.
12/12/2013 1.01. Performance increase, fixed an issue with the process_data method.
12/13/2013 1.02. Fixed a bug with looping maps.
License:
Free use, edit and distribution rights, either commercial or non-commercial.
Contributions:
Orochii (me)
Special thanks:
Mobychan, because her script (link) was the reason for me to try out.
Also to most of the XP Tilemap overwrites (i.e. Poccil, ForeverZer0, WhiteFlute, me, TheKing...), as I based the idea for the script on the way these work.
FAQ:
Nein.
Salut,
Orochii Zouveleki
Author: Orochii Zouveleki (a.k.a. muramasa) - Version 1.00 (RGSS3)
Category: Maps
Description:
One thing that happens in RMVXA is that isn't completely compatible with big characters. It loads and draws them correctly, but has issues with the "priority tiles" (star sign).
This script solves that. Doesn't needs any special configuration, just insert it and be happy (?).
How does it works?
The idea is simple. I grabbed the map data, and redrawed the necessary tiles. Thing is, I chopped the map in rows, so I was able to give each row a different Z value (drawing priority), that makes it possible to pass over or below each tile row independently.
Features:
- Solves the problem when using character overworld sprites bigger than 32x32.
Script:
https://dl.dropboxusercontent.com/u/13006190/OZ_Overtiles.txt
Usage:
Paste over main. Nothing else.
Changelog:
12/11/2013 1.00. Initial version.
12/12/2013 1.01. Performance increase, fixed an issue with the process_data method.
12/13/2013 1.02. Fixed a bug with looping maps.
License:
Free use, edit and distribution rights, either commercial or non-commercial.
Contributions:
Orochii (me)
Special thanks:
Mobychan, because her script (link) was the reason for me to try out.
Also to most of the XP Tilemap overwrites (i.e. Poccil, ForeverZer0, WhiteFlute, me, TheKing...), as I based the idea for the script on the way these work.
FAQ:
Nein.
Salut,
Orochii Zouveleki
Features Mentioned
- Solves the problem when using character overworld sprites bigger than 32x32.
- Script:
- Usage:
- Paste over main. Nothing else.
- Changelog:
- 12/11/2013 1.00. Initial version.
- 12/12/2013 1.01. Performance increase, fixed an issue with the process_data method.
- 12/13/2013 1.02. Fixed a bug with looping maps.
- License:
- Free use, edit and distribution rights, either commercial or non-commercial.
- Contributions:
- Orochii (me)
- Special thanks:
- Mobychan, because her script (link) was the reason for me to try out.
- Also to most of the XP Tilemap overwrites (i.e. Poccil, ForeverZer0, WhiteFlute, me, TheKing...), as I based the idea for the script on the way these work.
- FAQ:
- Nein.
- Salut,
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License: Free use, edit and distribution rights, either commercial or non-commercial. Contributions:
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...