RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
I need a map Script

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 86
Falling under chaos
Ok I  looked a little but found nuthing. I was wonderinf if someone could give me a script that makes it so that while your playing you can see a map in the upper right hand croner a map of were you are like  map that shows you  were  you  are at like in MMORPGs (massive multiplayer role playing games) like WoW runscape fiesta ect. or like in final fantasy 7 when your in the world map and there is a map that show you were your at...(lol I rambled) if someone could help it would be great!  :) 

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
try this:

http://www.creationasylum.net/lofiversion/index.php/t2001.html

also if thats not it, search the forums/google for "RMXP Mini Map"
Watch out for: HaloOfTheSun

***
Rep:
Level 86
Falling under chaos
Thnx Noumen  its confusing but ill figure it out  :)

pokeball :)OfflineMale
********
Cheese
Rep:
Level 95
?
No problem, also I noticed you have in your signature to ignore the misspelling in your name, you can request your name to be changed, it won't change your user name so you can log in how you were, but it changes your display.

Make a request here if you want to fix the misspelling :)
http://rmrk.net/index.php/board,82.0.html
Watch out for: HaloOfTheSun

***
Rep:
Level 86
Falling under chaos
Thnx I didn't know you could do that  :D

********
Shadow Knight
Rep:
Level 91
Ruin that brick wall!
Project of the Month winner for October 2008
[Resolved?]
Be kind, everyone you meet is fighting a hard battle.

***
Rep:
Level 86
Falling under chaos
No not yet

***
Rep:
Level 86
Falling under chaos
I dont under stand the script and searched the forum and found nuthin do you got another link or Maybe you can help me understand the one on the link ???

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
It seems pretty simple. I have not looked at it, but I think all you need to do is screenshot the map and save it as a png with the name of the map as the name of the image. I haven't actually tested it though. Also, change @modus value to 1 if you do it that way.

***
Rep:
Level 86
Falling under chaos
Thats the prob I dont know how to Make screen shots off my comp lol im dumb

*
Rep:
Level 87
SephirothSpawn made a script on hbgames.org that does a print of your full map, so if it's > 1 screen you don't have to stick them together (unless it's REALLY big).
Always remember you're unique.
Just like everybody else.

***
Rep:
Level 86
Falling under chaos
Could you give me a URL for that script page plz?


***
Rep:
Level 86
Falling under chaos
Thnx for the link!  :)

***
Rep:
Level 86
Falling under chaos
I Tried Everything I could think of can someone test it and help me figure it out plz???

***
Rep:
Level 86
Falling under chaos
Ok nvm I think I might have figured it out but What code would I use to Assiegn Each map in the "Call Script" Event?

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Veteran2011 Favourite Staff Member2011 Most Mature Member2011 Best RPG Maker User (Scripting)2011 Best Use of Avatar and Signature Space2010 Most Mature Member2010 Favourite Staff Member
You only need to use Call Script if you use modus 3. Read the script:

Code: [Select]
# ---------------------------OPTIONEN-------------------------
   # Modus 1 = Name of the map as: "mapname.png"
   # Vb: "Dungeon.png"
   # Modus 2 = Id as the name as "mapID.png"
   # Vb: "1.png"
   # Modus 3 = $name_minim[MapID] = "Screen" / screenone ".png"
   # in Modus 3 you save all the images in /pictures/MiniMaps and asign them to the map with call script
   #============================================================
   @modus = 3

As you see, it tellse you the code that is necessary right there, though to be honest I am not sure what that / screenone thing is. If I were using this script, I would use modus 2. that way all you need to do is save all the maps as pngs with their name being the IDs of them. Remember, this is in a folder called Minimaps, located within the Pictures folders. You have to create that folder if you have not already. I think modus 3 is the least convenient method. So I suggest changing that to 2 or 1 and following the directions for them.

***
Rep:
Level 86
Falling under chaos
Ok  The MiniMap Script wa not working for me so I figured out how to make one out of Events  ;)

***
Rep:
Level 86
Falling under chaos
Ok I'll try that didnt see your post when i posted my last one lol

***
Rep:
Level 86
I hate everyone except the ones I don't hate...
I know one where u don't have to do a thing. It doesn't show landscape, but it shows where it is no possible to go. Check the Fable minimap, it's kinda like that (okay, it's just about excactly like that). To make dots showing where either enemies, npc, teleporting places, npc's, and treasure is, u just have to write the word in a comment in the event. Spares you of a lot of time, ppl! And u can also choose which SAUSAGEer of the screen you want the screen in. Just a sec, I'll get a link to the topic I posted it in...

EDIT: Okey Dokey, here it is.

http://rmrk.net/index.php/topic,23559.0.html
« Last Edit: January 08, 2008, 06:22:52 PM by Demonic Blade »
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!

***
Rep:
Level 86
Falling under chaos
Thnx man I'll give it a try  ;D

***
Rep:
Level 86
I hate everyone except the ones I don't hate...
Np, oh and be sure to have ALL the attached pictures in your pictures folder. U'll need one extra picture I believe, I'll get it in when I get time...
I wonder how many of my-reps are there for a reason, and not just because some jackass wanted to show off in front of some other jackasses...?
Probably a lot of them - and those people sure as hell don't deserve my pity, let alone my disgust.
That's right, let's see some more -Rep'ing! BOOYEAH!!