Do you know when you open up RPG Maker and it shows the beginners tiles? Such as the grass? Well I bought this a couple days ago and I wanted to know how to make all the tiles show up, when I go to database it shows everying, But not when I go back to the map.
How do I select all tiles?
● ARCHIVED · READ-ONLY
-
-
The map only uses 1 of the 4 starter tile sets, the default being the Field set which is generally for World maps.
To change the tile set of the map right click the map file and click properties. -
I also have DLC from the Humble Bundle
-
The DLC through Steam will be in a folder labeled "DLC" in C:\Program Files (x86)\Steam\SteamApps\common\RPGVXAce or wherever you installed Steam.
You need to "Import" them from the "Resource Manager" in the editor for each project you are using them in. The "Resource Manager" is accessed either by clicking the button in the editor(the main RPG Maker program) or by pressing "F10" which is the hotkey for it(in VX Ace anyway).
If you are talking about the DLC that was downloaded directly instead of through Steam, then it will be wherever your downloads are saved to. By default that would be the "Downloads" folder. -
To add new tiles, you need to import the images into your Tilesets folder (you can do this with the resource manager, or by just copying them into the folder - be aware, some tiles are made for parallax mapping and you will not be able to use them this way).
Once that's done you've got to go to your Tilesets tab and create a new tileset. Put the images into the appropriate slots. Make sure you use the correct slot for the correct image - you can't put an A1 tile into the A4 slot, or a B-E tile into an A slot. All the A slots are formatted differently and are drawn and behave differently, so you've GOT to make sure each image goes in the correct slot.
Finally, go to your map properties and choose the tileset you want to use. -