Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > LearnUO Team

LearnUO Team Irro\'s Team of LearnUO and their Documentation for RunUO

Reply
 
Thread Tools Display Modes
Old 06-02-2007, 07:08 PM   #1 (permalink)
Newbie
 
moonrune's Avatar
 
Join Date: Oct 2006
Posts: 55
Default 7 Questions about custom maps

Hi. I made a test shard in my computer (runuo 1.0) to learn about how to change and make some scripts. Now i am making custom maps and testing, i have some questions. Sorry if some of this questions sounds a newbie question.

1) Which are the appropriate measures to do a map of each map in UO? To travel with a boat without need of deep alterations in the server files. I wish to make a custom map and wrap in a point to other of the same facet. I wish to avoid the "black area"

2) In what file of the server I do find the configurations of each map? I wish to change the names of each facet and set / unset them capable to mark a Rune.

3) Does exist a file or files that define the area of each city in a server? could I edit, alter or rename the places to adjust my needs?

4) In heaven i find a OSI quest to Paladins, giving you a magical tool telling the closest city and moongate. Where does this tool seek this information? I thought about to alter and to use as a different tool or magic item, but with the direction of important monsters and special dungeons for a custom map. I can use this to make a base of a new script

5) Because it is not possible to use boats in Tokuno and Ilshenar maps? (sorry, i never played a OSI shard). I can change this?

6) In an old topic, someone said that 5 maps exist for each facet. one for each season and other one devastated. This is true? and I need to chance the name of each version of this map or give 5 versions of the same world map? (thinking in using a custom map, not OSI/default ones).

7) Which are the maximum dimensions of each map? (X, Y and Z)

Thanks =)
moonrune is offline   Reply With Quote
Old 06-02-2007, 09:32 PM   #2 (permalink)
Master of the Internet
 
Lord_Greywolf's Avatar
 
Join Date: Dec 2005
Posts: 6,034
Send a message via Yahoo to Lord_Greywolf
Default

1) Which are the appropriate measures to do a map of each map in UO? To travel with a boat without need of deep alterations in the server files. I wish to make a custom map and wrap in a point to other of the same facet. I wish to avoid the "black area"

i forget the wrap numbers - but most map making software has the overall numbers pre set (i advise you use them) - like OrBSydia DevNet uo landscaper (supports both ml and non ml size maps)

2) In what file of the server I do find the configurations of each map? I wish to change the names of each facet and set / unset them capable to mark a Rune.

this is a loaded question
mapdef in misc is 1 spot - but also must do a core change and xml file changes, etc - there is a ton of places where the names have to be changed
for marking, etc there is a "table" in skillcheck (or one of the other ones in the same directory of skills/base) and you can set true/false for those locations listed
for other ones would have to modify the mark spell itself

3) Does exist a file or files that define the area of each city in a server? could I edit, alter or rename the places to adjust my needs?
yes - the regions aml file (2.0) and same file plus one in the engines area i believe )will have map names and dungeon, etc in the names) for 1.0

4) In heaven i find a OSI quest to Paladins, giving you a magical tool telling the closest city and moongate. Where does this tool seek this information? I thought about to alter and to use as a different tool or magic item, but with the direction of important monsters and special dungeons for a custom map. I can use this to make a base of a new script
i do not know off hand - i woi=uld look in the items script to see - but probably the xml file

5) Because it is not possible to use boats in Tokuno and Ilshenar maps? (sorry, i never played a OSI shard). I can change this?
i believe that can be modified in the boat scripts themselves with placing them

6) In an old topic, someone said that 5 maps exist for each facet. one for each season and other one devastated. This is true? and I need to chance the name of each version of this map or give 5 versions of the same world map? (thinking in using a custom map, not OSI/default ones).
there are 5 seasons for each map - not 5 versions of each - they chust change a few itemid's around on the map for each season
you can not have 1 map searve for all 5 maps (actually 4 maps - tram/fel is same - unles 6.0+ version then messed up anyways) - they have to be the right sizes or many things will not work right
but you can have multiple facets of the same map - i.e. "map" 6 is a copy of map one with different season and name

7) Which are the maximum dimensions of each map? (X, Y and Z)
again the software you use for them tell this - also in mapdef it tells it also for each one
z is basically -124 to +124 but really only usable for design from -90 to 100

hope that helps
__________________
http://www.AoAUO.com

:) ..... Come for the Customs, Play for the Fun. Return to see your new Friends ..... :)
Lord_Greywolf is offline   Reply With Quote
Old 06-03-2007, 12:55 PM   #3 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,335
Default

Quote:
Originally Posted by moonrune View Post
1) Which are the appropriate measures to do a map of each map in UO? To travel with a boat without need of deep alterations in the server files. I wish to make a custom map and wrap in a point to other of the same facet. I wish to avoid the "black area"
To change where world wrapping occurs you want to take a look at the scripts in scripts/multis/boats. The world wrap functions are in those scripts.

Quote:
2) In what file of the server I do find the configurations of each map? I wish to change the names of each facet and set / unset them capable to mark a Rune.
scripts/misc/mapdefinitions.cs contains the names and physical dimensions of each map.
data/regions.xml contains the regions for each location on each map.

Quote:

3) Does exist a file or files that define the area of each city in a server? could I edit, alter or rename the places to adjust my needs?
data/regions.xml

Quote:
4) In heaven i find a OSI quest to Paladins, giving you a magical tool telling the closest city and moongate. Where does this tool seek this information? I thought about to alter and to use as a different tool or magic item, but with the direction of important monsters and special dungeons for a custom map. I can use this to make a base of a new script
You'll need to find the script for that particular tool and take a look at how it works.

Quote:
5) Because it is not possible to use boats in Tokuno and Ilshenar maps? (sorry, i never played a OSI shard). I can change this?
Yes. Take a look at the boat scripts (see above).

Quote:
6) In an old topic, someone said that 5 maps exist for each facet. one for each season and other one devastated. This is true? and I need to chance the name of each version of this map or give 5 versions of the same world map? (thinking in using a custom map, not OSI/default ones).
The "seasons" are determined by a particular packet sent to the client. You can make any of the maps any of the seasons. See mapdefinitions.cs.

The map sizes have to be the same as the "standard" map sizes or the client won't know how to deal with the new sizes and will crash.

Also, be aware that there are files commonly referred to as the "dif" files that patch stuff into the map at runtime. You'll want to rename or delete those files or your client will display map pieces overtop of your custom maps.

The new versions of the client are doing away with "dif" files and don't use them. The new versions of the client are also splitting Map0 (Trammel and Felucca) into 2 seperate maps (Map0 and Map1, they used to both use Map0).

Quote:
7) Which are the maximum dimensions of each map? (X, Y and Z)

Tranmmel/Felucca
(Pre-Mondain's Legacy) 6144 x 4096
(Beginning with Mondain's Legacy) 7168 x 4096

Ilshenar
2304 x 1600

Malas
2560 x 2048

Tokuno
1448 x 1448
__________________
HellRazor is online now   Reply With Quote
Old 06-03-2007, 04:39 PM   #4 (permalink)
Newbie
 
moonrune's Avatar
 
Join Date: Oct 2006
Posts: 55
Default

Thanks for all help. Now i have a good starting point to begin my tests
moonrune is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5