|
||
|
|||||||
| General Discussion General discussion for the RunUO community, all off-topic posts will be deleted. This forum is NOT FOR SUPPORT! |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#51 (permalink) | |
|
Forum Novice
Join Date: Jul 2005
Posts: 132
|
Quote:
|
|
|
|
|
|
|
#52 (permalink) | |
|
Forum Expert
Join Date: Oct 2002
Age: 47
Posts: 4,755
|
Quote:
Your TileMatrixPatch setting in RunUO tells the server to either use diff files (true) or not (false). Since the new clients no longer use the diff files you would want to turn it off in the server for those clients. |
|
|
|
|
|
|
#53 (permalink) |
|
Forum Novice
Join Date: Jul 2004
Location: Vermont
Age: 50
Posts: 225
|
I actually had to uninstall the game, then reinstall. When it's patching, don't let patch 6 download. Then I went in to my game directory to check to make sure there weren't seperate map files for tram/fel. I can't remember all the file names but I think they were map01.mul, mapdif1.mul, statics1.mul, stadif1.mul, staidix1.mul If you see any of those files in there take them out.
I also used an old client.exe file that I had made when the problem about encrypted clients came out. If you need it let me know & i'll post it. Then I went into the ConnectUO fold and deleted the shards in it. Then I reloaded the game via ConnectUO and got my patches all over again. I actually did this procedure a few times b4 it worked. Everything ended up fine except for haven... it's still messed up, but I can live w/that for now. Hope this helps.
__________________
:p Back up and save a world! :p
|
|
|
|
|
|
#55 (permalink) | |
|
Forum Expert
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 36
Posts: 3,974
|
Someone touched on this a bit... but since there are now officially 5 maps used by the client, couldn't we customize trammel to our hearts delight now and it totally not interfere with Fel at all... If so that is totally cool and MIGHT actually make it so I start a shard again. I always wanted to "delete" Haven and turn it into my own area and also change Brittain and ...crap... the Island town on Tram side to be something totally different... could someone let me know if they have attempted this yet with the 6.0 client updates? (It's okay to PM me for this)... if this is possible it might make me decide to download the newest RunUO server (plus updates) and then update my Killable guards to work with 2.0...
IF I do this I will definitely no longer be supporting 1.0 version of my Killable Guards... PS) my G/F would probably want to kill me if she even knew that I was considering getting back into scripting...
__________________
Quote:
Just a Simple Staff Tool You can leave me messages. Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else." |
|
|
|
|
|
|
#56 (permalink) |
|
Newbie
Join Date: Feb 2005
Posts: 79
|
I made the edits listed and I run a custom map. I've had no difficulty in walking around or moving in that map and everything works almost perfectly.
The two issues I have, and I'm wondering if anyone else has had them or has any insights, are that when I open Pandora's Box and/or UOAM I get the standard OSI map. I patched my ML all the way to the top then added my custom files, renaming them to map1, statics1, staidx1 as well as changed those in the server. I notice that the UO folder still have map0 and such, but I was wondering if anyone has any ideas? When I switch between trammel and felucca on PB or UOAM I still see the same map. Only in game does it actually work. |
|
|
|
|
|
#57 (permalink) | ||
|
Forum Expert
Join Date: Mar 2004
Location: NorthCentral IL, USA
Age: 36
Posts: 3,974
|
Quote:
__________________
Quote:
Just a Simple Staff Tool You can leave me messages. Ernest Gary Gygax - Quote "I would like the world to remember me as the guy who really enjoyed playing games and sharing his knowledge and his fun pastimes with everybody else." |
||
|
|
|
|
|
#58 (permalink) |
|
Newbie
Join Date: Feb 2005
Posts: 79
|
I've however used UOAM fully with custom maps in the past. Only updating to 6.0 have PB and UOAM decided to use the OSI maps which, well, I cant find in my files unless they are one of the other maps.
I suppose I could tinker with removing the diffs (though I added that supposed exception) and the other map/static files, however I want to make it easy for players to join and use these tools, if they want. I dont know the whole method, but my hunch is that somehow a different map file (as my minimap in game works) is being used for these programs. Last edited by Azreal-hybrid; 06-13-2007 at 05:01 PM. |
|
|
|
|
|
#60 (permalink) |
|
Newbie
Join Date: Feb 2005
Posts: 79
|
Well, it'd have to read the client files since I have used it extensively prior to upgrading to 6.0 where Ive loaded dozens and dozens of maps.
My impression was that it loaded map0, map1, etc, yet now it loads OSI maps even if the map0 is different. I know it hasnt been updated, but Ive definitely used it with custom maps for years, only having updated map0.mul. Im not the greatest programmer, but why it would read from somewhere else after only reading from map0 for years is what is aggrivating. PB is the same thing... so I think there is something inside the patch. Ill check into it some more, but no idea if Ill get anywhere. It should, really, be something that can be solved. |
|
|
|
|
|
#61 (permalink) |
|
Newbie
Join Date: Feb 2005
Posts: 79
|
Ok, so yea, here's the deal. I fixed it.
Basically the programs UOAM and PB must be hard coded to read from Map0.mul. In UOAM, when I switch to Felucca(1) I seem to get the exact same image as Map0.mul (the OSI map), despite having changed the physical map1.mul manually. I didnt try to differentiate between the other files, but getting this was expected, somewhat, as the programs are still hard-coded to think the two maps as one, drawing only from "0" So, the solution that I found allowing you to get your custom maps in both UOAM and PB with minimal interference to potential players is essentially duplicating map1, statics1, and staidx1.mul fils the "0" files, that is map0, statics0, and staidx0.mul. Using the "TileMatrixPatch.Enabled = false; " under Configure(){} in Datapath.cs did not seem to remove Haven/Occlo and the faction territories, completely ignoring the diff files. Am I doing anything wrong? Therefore, the easiest solution for a shard with custom maps, from what I can see, is to send them two copies of map, statics, and staidx. Not that big of a deal at all. In the future, I'll see exactly how much the statics affect one another. Something tells me that I'll have to build on Map0.mul in order to see it on Map1.mul even if it isn't there, but all hunches for now. I'm just glad that I found the solution and can use the custom maps as well as the more updated client. Let me know what you think if anyone has any other ideas, but I hope that helps someone! Last edited by Azreal-hybrid; 06-13-2007 at 10:50 PM. |
|
|
|
|
|
#62 (permalink) |
|
Newbie
Join Date: Feb 2005
Posts: 79
|
Actually, it appears that the factions and occlo only show up on UOAM and PB. While it didnt happen before when I removed the def files, since it isnt actually in game isnt too big of a concern.
Aside from deleting def files, or maybe my placement of that ""TileMatrixPatch.Enabled = false; " under Configure(){}" any ideas? Thanks. Last edited by Azreal-hybrid; 06-13-2007 at 10:54 PM. |
|
|
|
|
|
#63 (permalink) |
|
Lurker
Join Date: Sep 2007
Age: 25
Posts: 13
|
Well
i try do the modification in MapDefinitions.cs file but don't work so i put default valor in MapDefinitions.cs file, and try delete diff's files and put and put the "TileMatrixPatch.Enabled = false;" in CurrentExpansion.cs file but don't work too so i make both and don't work again, what i need to do for fix the haven? |
|
|
|
|
|
#65 (permalink) | |
|
Lurker
Join Date: Jun 2008
Age: 26
Posts: 1
|
Quote:
sorry my bed english i from russia |
|
|
|
|
|
|
#66 (permalink) |
|
Lurker
Join Date: Oct 2005
Age: 23
Posts: 2
|
It didn't seem to work for me some reason , thought this is on client 6.0.9.2 Patch 70 i've tryed it on
Brit-Tram & haven still do it ![]() Server is SVN 297 w-Neruns Prehaps i did it wrong maybe or its just not fixable on the lastest patch, hoping it is reinstall & patching from 9th age is a pain |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|