A downloadable tool for Windows

Buy Now9.99€ EUR or more

Always wanted to make a city-building game ? 

Or just add some housing gameplay ?

Wanna change the tiles of your map during the game for some reasons ?

But... It's such a mess to do that with events ! And the autotiles ?! It's never gonna work !


.... Until now. With this plugin, you can now directly change tiles with intuitive plugin commands.

Feature (non-exclusive list) :

  • Autotiles support. Do not worry about your stone roads or your walls. They are gonna be pretty. They'll look and behave the same as if they were built in the editor, you won't be able to tell the difference. Including rivers and waterfalls (we never know).
  • Different layer support. You can exactly place what you want, where you want, on the layer you want. And if you don't know what a layer is, don't worry, there is an automatic layer option.
  • Shadow support. Walls cast shadows, it's a fact. And it will be the case too with the ones you place with this plugin.
  • Shapes feature. Building a single tile is fine, placing multiple at once is better ! 
  • Different modes to let the player build what you want, where you want or where they wants.
  • A built-in window to let the player pick what tile he wants to place.
  • Notetags support. Building a house cost wood ! And stamina ! And ... well, whatever you want. Bananas ?
  • Common event integration. Hear ye, hear ye, let's run some common event before and/or after a tile has been placed ! 
  • An optional turn in place feature. Because it's very useful to be able to look to your left and right without taking any steps.
  • And much more, of course !

A demo version is available to download, however in this version, you'll not be able to save the changes on the map (placed tiles will be discarded when the player change map or open a menu) nor to use the built-in window tile.



Special thanks to Tea (teajams), for your suggestions, your help, your bug-testing !

If you'd like to support me, my work, and continue to see cool plugins make their way to your games, please consider supporting me on Patreon :

If you have any suggestion or need to report a bug, you can join my dedicated discord server thanks to this link : 

Happy game dev' !


StatusIn development
CategoryTool
PlatformsWindows
Rating
Rated 5.0 out of 5 stars
(5 total ratings)
AuthorDrag & Plugin
Tagsasset, map, plugin, RPG Maker, RPG Maker MZ, Tilemap, tool

Purchase

Buy Now9.99€ EUR or more

In order to download this tool you must purchase it at or above the minimum price of 9.99€ EUR. You will get access to the following files:

Drag Sandbox Map Full (v0.351) 41 kB
Drag Sandbox Map Full Sample Project (v0.30) 91 MB

Download demo

Download
Drag SandboxMap Demo 19 kB
Download
Drag Sandbox Map Demo Sample Project 91 MB

Development log

Comments

Log in with itch.io to leave a comment.

Hey there! This plugin is great, but I am unable to join the discord(link invalid or no perms).  I was wondering if anyone knew how to make a script call to check when a player is in "build mode"? I suppose I can get around this using switches, and a mess of other things, to have other events 'detect' the mode change. I was hoping for a neat solution using script checks and conditional branches...

Hello,

when build mode is activated, the code setup some listeners for key input and store them in an array, then clear them and empty the array when build mode is deactivated.
By checking if this array is empty or not, you can check if build mode is activated or not.
The script call to do so would be 
Drag.SandboxMap?.listeners?.length > 0;

Hope that helps !

(1 edit)

You are one of the good people in this world. Don't let anyone tell you different. This works exactly how you said. Thanks a million, keep on being awesome.

Trying to update to v0.35,  but the dl is giving me v0.30.

Having an issue with icons not showing in the window(can still build stuff tho) and hoping this is my problem.

(1 edit)

Hello ! I forgot to update the sample project to 0.35, so please be sure to download the plugin only version (Drag Sandbox Map Full (v0.35)) !

Thank you for the quick reply

I tried that first and on a clean new project. Core script v1.7 and v1.32 I get no icons in the window. Also, I don't know if it just wasn't changed, but that downloads file says it is v0.30. 

Only version I can get Icons to show in the window is the v0.30 from the demo, running on Core script 1.32. 

I can still build, and everything else works(that I've tested), Just the icon doesn't show.

Alright, thank you for the report. I'll take a look and fix the issue asap if I can reproduce the bug!

(1 edit)

Sorry for the late update, this bug should now be fixed in Sandbox Map v0.351. 
Happy game dev' !

You're awesome, thank you so much. Tried it on a clean project and works perfect.

(1 edit)

Does this have support for controller buttons? Also, is there any way it could detect if an event is in the way and not let the player build if there is an event in the area?

Hello !

Sorry, this plugin only support keyboard for the moment.
To do the latter, you could use the "common event before" option of the plugin command and in this common event, use a script call to detect if there is an event and if yes, use the "cancel build" plugin command. Hopefully that helps!

Hi it looks great. nice work. was wondering if it is possible to add a currency price on each item?

Hello !
You can configure the plugin to run a specific common event when player place a tile/set of tiles, which would make you able to make everything you want cost items/money.

However, if you are using the built-in window, it is not possible in the current version to display currency cost, only item cost.

I'll keep that in mind and probably add it in the next version.

Thanks for the reply! sounds good. will get it in a couple of days when i start my hobby project :)

(1 edit)

Is there a way to have it take a large set of tiles (7x8 or bigger) and place those? No preview for placement appears and it ignores region restrictions. I am trying to do a complete house placement and can't seem to figure out how to get it to work. I can get it to place them but it will not restrict where it is placed according to regions and no preview appears. I evented a preview so I'm not as worried about that as I am it letting me place a building in an area that it shouldn't. I'm probably doing something wrong!

(1 edit)

Hello !
You can easily achieve that by using the basic shape feature of the build mode, setting the sprite preview to enabled and the corrects regions ids on the free mode/restricted mode options (depending on which one you use).
If you still struggle to make it work, please let me know !

I did that and there isn't a preview when it's larger? I triple-checked that preview was enabled. I even tried it in a fresh file with nothing but this added to it. It also allows for placing a portion of the tiles into the banned region. It only blocks it if the player is actively standing in the banned region but doesn't block it if they are right on the edge. This causes the option for a majority of the item being placed in an area that should be off limits.

Hmmm, normally for basic and complex shapes, it checks all target locations tiles region ids, so that shouldn't be an issue. Same for the preview. So something is definitely wrong. Is your project on last version corescript ? I'm gonna look what is happening asap.

I'm running 1.7 MZ. I'm using the steam version in case that changes anything. I only installed RPG maker earlier this week so it's a fresh install on a machine that has never had it before.

(1 edit)

Corescript 1.7.0 seems to have broken a few things. I am working on it and  will push an update tonight to fix these issues :)
Sorry for the inconvenience !

Purchased this plugin a while ago and am just starting to get into using it. Great plugin. The options are limitless with what you could achieve. I am wondering if there is ever going to be mouse support for placing tiles as opposed to the way it is now? Using it with another of my plugins feels clunky for various reasons. Not a major need, may even be event-able, but just wondering.

Hi ! :) 
I'm very glad you like this plugin. 
Unfortunately, I don't think I will add mouse support, or at least not now, since I'm currently a bit too busy to be around game dev.
Hopefully this plugin will still be useful to you and if I ever add mouse support, I will not forget to notify you. :)

(+1)

Wow, this is so amazing! Is there also a MV version of this plugin? That would be even more amazing!!!

Hello ! There is currently no MV version. This plugin requires heavy customizable plugin command and since MV has "manual" plugin command, it would be tedious to use it with MV. I don't think it would be too hard to make it compatible with MV but I don't know if it would be really useful. Maybe later. :)

(+2)

Well, if there was a MV version, I would buy it instantly because it would suit my needs. Can you make it compatible with MV? I would buy it right away! Also, there are a lot of people that still use MV and I personally think that there are actually more people that use MV than MZ, so you would have more chances to sell the plugin.

Do you know if this has any compatibility issues with other plugins?  For example, any of the VisuStellaMZ plugins.

For now, no incompatibility issue has been reported to me. But if you do run into comptibility issue, please report them to me. I'll see what I can do.

(1 edit)

WOW! Finally.... Thank you!

I have one question: is it possible to place objects/items bigger than 1x1 at once?

(2 edits)

Hey ! :) 

Yes, it is, there is a "Shape" plugin command parameter which let you define the size of what you want to build (I.E. 2x3 for a two-height and three-wide rectangle of tiles.)

What will be drawn in that case is currently, however, defined by what you have in your tileset. So you can't build, for example, a big rectangle of the same tile at once. Unless you have a big rectangle of the same tile in your tileset.

But I plan to add a completely custom shape feature which let your draw exactly what you want without having to edit your tileset very soon. It will be, actually, the next update I will push. :)

It's actually so AMAZING, thank you so much.