|
||
|
|||||||
| Third Party Program Support Misc support forum and advertisment forum for all RunUO related third party Utilities. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Join Date: Dec 2002
Posts: 72
|
I used worldforge, and used the Clear command to clear the entire map. I filled it with a random desert tile.
I updated my client to use the new map0.mul, staidx0.mul, and statics0.mul files, and logged in. Everything seemed to look good - only stuff that was there was RunUO supplied items. So then I even did an unfreezemap, and wipefacet to delete everything that should be left. I should have a nice empty facet at this point right? Well, I decided to open UOAutoMap, and see what it showed. In many places, there are still things on the map!! Like down past where hege maze normally is, there is a temple looking area. Its right in the middle of the big mountain area that is normally there. So where is this stuff coming from? Another .mul file? And is it possible to wipe this stuff too?? Yes, I am using an AOS client. |
|
|
|
|
|
#3 (permalink) |
|
Forum Novice
Join Date: Mar 2003
Location: Canada, eh?
Age: 23
Posts: 466
|
I believe that the diff files are adding those objects to your map
Edit: See, that's what happenes when you drink, get distracted, and leave the webpage sitting for 6 minutes before you hit reply, and they beat you to the answer! ops:
__________________
Tylius Dragon --==(UDIC)==-- |
|
|
|
|
|
#4 (permalink) |
|
Join Date: Dec 2002
Posts: 72
|
Yes, that is correct, those *dif files are what were adding the extra stuff. Thank You.
Now, I know how to distribute my custom map files, but how do I 'remove' those files for clients that log in (using UOGateway)? For example, I made an RAR file with my 3 custom files map, statics, staidx - UOGateway will auto download and un-rar it and its beautiful, the client has my custom MAP. But how can I remove all those dif files so they dont screw up my players? |
|
|
|
|
|
#5 (permalink) |
|
just add this script to ur server.
[code:1] using System; using Server; namespace Server.Misc { public class StartupSettings { public static void Initialize() { TileMatrixPatch.Enabled = false; } public StartupSettings() { } } } [/code:1]
__________________
Admin of Profania - English Admin of Acropolis - Dark Shard UODesign - Cartography at it's best! |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|