Termur map on pol 99 MLegacy

Here you can post threads specific to the current release of the core (099)

Moderator: POL Developer

Post Reply
f4nt4sm4
New User
Posts: 2
Joined: Tue Feb 02, 2010 12:55 am

Termur map on pol 99 MLegacy

Post by f4nt4sm4 »

Hi,
we would like to have instructions on setting termur map 5 under a pol 99 server running Mondains Legacy.
Many tnx.
Justae
Expert Poster
Posts: 79
Joined: Thu May 24, 2007 2:12 pm
Location: South Africa

Re: Termur map on pol 99 MLegacy

Post by Justae »

Hi,

Mondain's Legacy does not have the necessary MUL files (tile data, multis, anims etc) to enable Termur realm. You are going to need the UO:SA Classic Client in order to have the correct MUL files.

Make sure you have the correct path to your UO:SA Client install in your POL.CFG file :
UoDataFileRoot=c:\Program Files\EA\Stygian Abyss\ (or wherever your client is installed)

Once you have successfully run the uoconvert.bat, you can setup your server to log in with the UO:SA Classic Client and/or the UO:SA Enhanced Client.

uoconvert.bat (in the root of your POL directory

Code: Select all

uoconvert multis
copy multis.cfg config

uoconvert tiles
copy tiles.cfg config

uoconvert landtiles
copy landtiles.cfg config

uoconvert map     realm=britannia mapid=0 usedif=1 width=7168 height=4096
uoconvert statics realm=britannia
uoconvert maptile realm=britannia

uoconvert map     realm=britannia_alt mapid=1 usedif=1 width=7168 height=4096
uoconvert statics realm=britannia_alt
uoconvert maptile realm=britannia_alt

uoconvert map     realm=ilshenar mapid=2 usedif=1 width=2304 height=1600
uoconvert statics realm=ilshenar
uoconvert maptile realm=ilshenar

uoconvert map     realm=malas mapid=3 usedif=1 width=2560 height=2048
uoconvert statics realm=malas
uoconvert maptile realm=malas

uoconvert map     realm=tokuno mapid=4 usedif=1 width=1448 height=1448
uoconvert statics realm=tokuno
uoconvert maptile realm=tokuno

uoconvert map realm=termur mapid=5 usedif=1 width=1280 height=4096
uoconvert statics realm=termur
uoconvert maptile realm=termur
You can remove the sections for the maps you might not be using, for example, britannia_alt but you do not want to do that if you want to implement SA fully. Reason for this is that on the Trammel facet (britannia_alt), Fire Island has undergone a major change with the explosion of a volcano, which is one of the entrances to the Underworld, leading to the Stygian Abyss, Gargoyle City etc.

Do not be surprised about the dissapearance of Magincia. It no longer exists in UO:SA.
There is a whole story to Stygian Abyss and what has happened to the World.

In all cases, the 'core-changes.txt' file in the root of your POL is your Bible to get stuff working.

I hope that helps you start.

Best Regards,
Justae.
f4nt4sm4
New User
Posts: 2
Joined: Tue Feb 02, 2010 12:55 am

Re: Termur map on pol 99 MLegacy

Post by f4nt4sm4 »

i try...but..the client don't connect to the game.. =( why??? when i can find a no crypt client for sa?
Post Reply