FEATURES
Press a button to call a map scene that displays an image of the current map the player is on. (You create this image yourself).
NOTE: This script does not generate the map for you.
Assuming you’ve made the map image the same scale as the map:
– automatically displays a marker with the player’s location
– automatically displays markers with vehicle locations
– script call to make events display as markers for different maps (possible use for this is quest objectives, maybe visited towns on the world map, etc.)
– script call to remove event display markers (quest finished).
– comment in event to display text under it
– make player require an item to view certain maps.
DOWNLOAD:
Get it here >
can u make this system into 1 map for world map in oher map?
I’m sorry, I’m not sure what you mean.
Can you have multiple maps? Like the world is split into multiple continents and you get a separate map of each one.
Not in this script unless the separate continents are separate maps in the editor.
Dude, you have no idea how long I’ve been searching for this. Assuming I decide at some point to charge for my game, can I still use this? For now, my game will be free (though I will be accepting donations :P ) so I can still give credit either way. I have a .txt file full of different credits for various scripts.
Feel free to us it in non-commercial or commercial. It’d be nice to get a free copy of the game or something but no payment required :)
how to use map position by call script?
I’m sorry, I don’t know what you are asking… script calls available are in the commented section at the top of the script.
Thank you to my brother on the program
It works, but I did not know how to use them well
Can you put us trial game to know how to use the map
I should be grateful to you and thank you very very much
Nearly all my scripts have demos, they are linked to at the top of the script page when you click Get it here
THANK YOU Galv Onii-san
thank you for saving me from the trouble making the map
I have managed to make the map appear and disappear upon command no problem, yet the blips for my character and for vehicles are way off from their actual positions. Any advice on what I may have done wrong/what I can do to fix this? Thanks!
The only thing I can think of is your map image isn’t the same scale as your actual map. Other than that, I don’t know unless I look at what you did
What do you mean exactly? I see that, in your demo, your world map (actual map) is 120×120, yet the uploaded map image for it is 1000×1000 pixels. Since that’s obviously not to the same scale, I’m sure I’m going about it all wrong. Thanks.for any advice you may have
Ok, I tried making it to scale as you described and I’m still having the problem. My world map is 500×500, and the map image I uploaded is 500×500 as well. Since I really have no idea what I’m doing and you do, I will send you a demo and see if you can fix it for me lol :) If you could give me your email I’ll send it asap.
Best bet is to upload your demo to a free service like mediafire and start a PM with me on rpgmakervxace.net, rpgmakerweb.com or rpgmaker.net to send me the download link if you don’t want others seeing it. (not posting my email online for all to see haha)
The map image must be the same ratio. For example:
1000 x 1000 is 1:1
120 x 120 is 1:1
The world map image being so large was a test for the script to automatically scale so it fits on the screen. As long as your map is to scale (same ratio as the in-game map) then it should display properly.
I cannot see what you’ve done so I’m not sure how to help. If you send me a demo I’d be happy to look.
I messaged you on rpgmakerweb.com. Let me know if I missed anything.
How can I make the map?
You will need knowledge of how to use a graphics program.
such as?
Paint, gimp, photoshop, paintshop… etc.
my knowledge and use of them are advance, yes
I don’t understand the blip ID is it in the tileset ID or is it an Event ID?? I also don’t know how to make a new map. Please help.
I don’t recall it saying ‘blip ID’ anywhere, You set blips with map id and event id. You need skills with a graphic program in order to make your own map to scale. This script is not plug and play.
Ok so I’m not sure how to set blips with the map id and event id. I’m new to scripting.
Check out the demo and look at the events there to see how the examples were done
appologies for the late comment but i have a question. can i bring up a different map than the one im in? i want to make an event where u look at a map on a table and it shows you the world. i tried the script call show_map(map_1) just as a wild guess lol but it didnt work. any help or just sayin it cant happen would be great! thanks in advance
-jeff jones
Sorry, not with this script. :)
So I’m having an issue. When I turn the require item to false, the maps show up just fine. When I turn it to true and equip my character with the appropriate item, with the appropriate tag in the notes section, I only get the message that no maps are available. What am I doing wrong?
Maps can only be items (and not weapons or armors) so you cannot have a map that equips to a character.
The map should work if the note-tagged item is in the player’s inventory
Yep, it’s an item and it’s tagged and the map is the right size.
Never mind, figured it out, I had deleted part of the code and recopying it worked.
I opened my proyect after some time, it was all ok but now it crashes with this error:
script ‘map positions’ line 404: NoMethodError ocurred
undefined method `[]’ for nil:NilClass
…and I can’t figure out what’s the problem :(
Do you remember what you did before it stopped working? Add another script? I cannot think of what you could have done apart from a script conflict perhaps.
I fixed it, it was an innecesary blip added in an autorun event in the outside world, I deleted it and worked out. I think this scipt don’t get along well with autorun events but thanks anyway :)
The type of event activation used in adding blips should have nothing to do with this script.
Glad you worked it out, though.
i dont understand where a place the name on the map on the script
I don’t understand what you are asking. Download the demo and look how it works to find out how.
ok,i got a map,got names on it,got the map named,what do i do to activate the map i made?,i press A,and it says “you don’t have the map of this area,”what am i doing wrong?,i even tried the demo…
Don’t just “try” the demo. Look at it closely. And read the script instructions. I don’t have time to teach everybody, that’s why I wrote the instructions and made the demo.
i did read the script instructions,it says to set a id for the map,how on earth do i do that?,i even named the map the same as the map/area that im on
cant you post how you did it?,like post a youtube video,or something?…
ok,i figured how to set the id,but it still wont show up,ill send a picture if i can
looks like ill have send a video,brb
ok,here it is http://www.youtube.com/watch?v=t4MskwOmHig
A “note tag” is a tag of text you put in the “Notes” field for your item.
If you have the demo downloaded then open it up and look at one of the map items in it. And look at the note field to see how the demo was setup…
no,i have a better idea,ill just make it a common event item,because this is so confusing
Probably for the best, good idea.
Hey Galv, awesome script! it works fine by me, but i got 1 question to ask. Is it possible to shrink the event size seen
on the map? i tried to change a line from (32,32) to (16,16) but that does not worked. hope you can help me there
thanks anyways for the script!
If it’s not in the script settings then it’s not possible with this script, sorry.
hello, this script is amazing, and i use him for my proyect… butttttttt, can you explaime how can i modify him to do a zoom efect? like a: i push button “C” and the image resolution change to be more big. the reason is i have a large map and when him fit in the screen the image looks much tiny. if you do me the favor can you sendme a replay to mi mail or in here to. thanks a lot!!
and sorry for my english, im spanish lol.
Sorry, I don’t have time to do requests at the moment
Galv, what is the Script Call for the actual script. I want to turn off the key required to open the map, and instead have it open through the menu. I’m using XaiL System – Menu Delux and under my status I have map. I want the player to use this through the menu to open the whatever map they are on. Under the menu list, I put :show_map but it returns an error when I open my menu during gameplay. Any help to make this happen would be greatly appreciated.
~Altimos
The call to the scene is SceneManager.call(Scene_ViewMap)
My Breakdown in the XaiL System – Menu Delux by Nicke
MENU_LIST = {
:item => [“Items”, “Browse through your acquired items.”, 260, true, false],
:equip => [“Equipment”, “Change your equipment.”, 8147, true, true],
:skill => [“Abilities”, “Manage your available skills.”, 8134, true, true],
:quest_journal => [“Journal”, “Browse through your current quests”, 2303, true, false, Scene_Quest],
:status => [“Status”, “See the current status of the hero.”, 10563, true, true],
:?????=> [“Map”, “View the current map.”, 0, true, false, Scene_ViewMap],
:formation => [“Formation”, “Change the formation of the party.”, 10565, true, false],
:save => [“Save”, “Record your progress.”, 2272, true, false],
:load => [“”, “Load your saved progress.”, 3344, true, false, Scene_Load],
:game_end => [“Quit”, “Exit the program.”, 8025, true, false],
Not sure on what to put where the question marks are… doesn’t matter what I put, nothing seems to work, and every time I try to open the game, an error happens indicating an error in the name Scene_ViewMap so I’m not sure why it’s not working. My knowledge is shotty at best, so any further help would be appreciated.
It might require some looking into to make it work how you would like, but unfortunately I am too busy to do requests. I recommend asking in a forum to see if someone else can assist.
Would it be possible to make it so that it wouldn’t call the “menu” scene on the back of the map? I have a custom background in the scene, and it always shows it momentarily after I toggle the map off. Normally, I suppose it would just darken the background slightly, but for me it shows this picture.
This would require a change in the script – I recommend asking in a forum.