Original Source
- Original title: Tile Substitution and Placement
- Original author: PK8
- Original date: June 27, 2012
- Source thread: https://forums.rpgmakerweb.com/threads/tile-substitution-and-placement.2832/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS2 Scripts (RMVX)
Summary
Tile Substitution and Placement Introduction This once classic event-command-turned-script lets users substitute a particular tile (either picked out from the tileset or through map coordinates) with another (also picked out by tile index or coordinate) on any or all layers through a call. This also comes with a tile placing call which lets users place a tile picked out from the tileset or through map coordinates onto multiple tiles and layers. Substitute a tile (picked from the tileset or from map coordinates) with another (also picked from the tileset or...
Archived First Post
Introduction
This once classic event-command-turned-script lets users substitute a particular tile (either picked out from the tileset or through map coordinates) with another (also picked out by tile index or coordinate) on any or all layers through a call. This also comes with a tile placing call which lets users place a tile picked out from the tileset or through map coordinates onto multiple tiles and layers.
Features
- Substitute a tile (picked from the tileset or from map coordinates) with another (also picked from the tileset or from map coordinates) through script calls.
- Place a tile (picked from the tileset or from the map coordinates) onto a map coordinate (Ranges and Arrays are allowed for x/y coordinates and layers).
- Decide if these changes are permanent or not.
Screenshots (RMXP)
After multiple tile placement calls
Script
Tile Substitution and Placement (RMVX)
Instructions
All the info is in the header.
Author's Notes
This script (well, the Tile Substitution part) was something that hasn't been seen since the days of RPG Maker 2003. I thought I'd try to script this for the more modern RPG Makers.
As anybody who watched a stream of me making this script can attest to is that getting the "permanent" setting in my script calls was a tough task for me to accomplish. I was trying to find ways to make certain changes to the map permanent and others not so much until I eventually figured one out. It took me a few hours.
Thanks
Bravo2Kilo, Bird_Eater, DerVVulfman, SolarGale, RGangsta, Kaiserkami, Kain Nobel, and IceDragon for checking out the stream.
Features Mentioned
- Substitute a tile (picked from the tileset or from map coordinates) with another (also picked from the tileset or from map coordinates) through script calls.
- Place a tile (picked from the tileset or from the map coordinates) onto a map coordinate (Ranges and Arrays are allowed for x/y coordinates and layers).
- Decide if these changes are permanent or not.
- Screenshots (RMXP)
- "lightbox_close": "Close",
- "lightbox_next": "Next",
- "lightbox_previous": "Previous",
- "lightbox_error": "The requested content cannot be loaded. Please try again later.",
- "lightbox_start_slideshow": "Start slideshow",
- "lightbox_stop_slideshow": "Stop slideshow",
- "lightbox_full_screen": "Full screen",
- "lightbox_thumbnails": "Thumbnails",
- "lightbox_download": "Download",
- "lightbox_share": "Share",
- "lightbox_zoom": "Zoom",
- "lightbox_new_window": "New window",
- "lightbox_toggle_sidebar": "Toggle sidebar"
- Before multiple tile placement calls
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator 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.
Topic Summary
Loading summary...