![]() |
Server Maps
Can someone explain to me in detail how you generate a server map in level editor with the M key thing? I can't figure out how that works for the life of me. What do you have to do before hitting M first off?
~Oladahn~ |
i dunno
but u can use the magic of MSPaint |
that thread of spanky dont work
better use that program |
create a seperate folder for the levels you want the map made for. in that folder, make a txt file called "bigmap.txt" in that text file write down the levels in order. for example, if I had 9 levels (a1.graal-a9.graal) I wanted in a box shape, I would do this:
"a1.graal","a2.graal","a3.graal" "a4.graal","a5.graal","a6.graal" "a7.graal","a8.graal","a9.graal" THEN open up one of the levels in that folder and hit M. That should work. |
Ill explain as good as I can.
first do the map like Shard said (ill explain it again) like for example if you have a 2x2 square (thats 4 levels) | 1.graal | 2.graal | | 3.graal | 4.graal | then your txt file should look like this "1.graal","2.graal" "3.graal","4.graal" BUT theres a catch! if your square is like this: | 1.graal | 2.graal | | 3.graal | empty | then your txt file should look like this: "1.graal","2.graal" "3.graal","" (all rows must contain the same ammount of levels!) It does get kinda complicated if you have alot of levels! okay anyways after you got that done. make a npc in a level with the following code: NPC Code: okay now play that level for like 3 seconds. then return to the editor and hit M. There you have your map! now for some side notes.. if you want to use a npc in your playerworld to use the map.. make a npc with a code to something like this NPC Code: Now the part people dont understand is the x and y! Ill explain that too. Have you ever been to G2k1 ? and then you look at the map and theres a whole bunch of people clustered up in the middle of nowhere? Well that is what the x,y is. It simply tells the script where to place people. (well the people who are not found in the map) experiment with this. put 5,5 or 4,4 or 4.5,5 or whatever. You will see how it reacts differently =) Q."okay I did everything but my map isnt showing up!" A.Change from .png to .gif (Graal has something special you need to do (in file width/height) in order to show up as .png i think) .. and since I feel like typing . for minimaps you do the same .. use the same txt file .. then take your bigmap and resize it (make sure you resize it correctly though) I suggest you use paint shop prop or adobe and resize it by percentages and keep the ratio so it resizes it correctly. okay im done. ;) |
Hey thanks man! I already knew how to make bigmap.txt files and all that, I just needed to know how to get the actual graphic map image from it all. I'll go try this out now, and hopefully it works without any problems =)
|
Quote:
|
Hey Liquid, I was just wondering but can u explain the x,y for placing them on the map in more detail??
|
Ok, you see where the NPC Server is?
that's what he means by the clustered people. The X,Y is for where you want all the people who are in inside or levels not on the map to go. If you want them in the top left corner, leave it as 0,0. You just change the digits for where you want them to go |
All times are GMT +2. The time now is 02:31 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.