|
||
|
|
#101 (permalink) |
|
Okay, I did just that. I change the water tile at 0, 0, -5 to be my new tile, patched the client, etc. etc.
It appeared there, but when clicking it it doesn't have a name. Also, in the TileData for it, what am I supposed to have checked in there for a tile? Sorry for all the bother. |
|
|
|
|
|
|
#102 (permalink) |
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
That heavily depends on what type of tile it is ... the best thing you should do is to look at an already existing tiledata entry of a similiar tile.
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
|
|
|
|
|
#104 (permalink) |
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
Seems good ... and I just saw two things in your first post:
1) The yellow highlight of unstatic tiles when they are movable = false comes from the tiledata property Weight. If you set that to 255, the tile will not get highlighted (it will still highlight if it is movable). 2) If you only want to test some tiledata settings or graphics, you don't have to use the detour with the verdata. You can simply edit the tiledata entry and hit [Ok] and it will be saved directly to tiledata.mul (same for art*.mul, gump*.mul and tex*.mul). Building a verdata and the self-patching-executable was more intended to be used for distributing these changes to the players (by assembling the verdata *after* having done all changes). It was still correct what you have done, just a bit too complicated ![]()
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
|
|
|
|
|
#105 (permalink) |
|
Okay, well, the 255 thing didn't work. It looks to me as if maybe the TileData isn't loading into my client? Or maybe the changes aren't being loaded in... Screenshot of what I did:
http://deliri.com/screenyftw.JPG |
|
|
|
|
|
|
#106 (permalink) |
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
very strange ... the name seems to be a server side thing, because as long as a static is unfrozen/unstatic the name is generated by the server. The mouse-over effect could be caused by a movable item .... try to set the static manuelly to movable false ("[set movable false"). I will take a closer look at this once I have my windows pc back in business.
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
|
|
|
|
|
#107 (permalink) |
|
Join Date: Jul 2006
Location: Dublin, Ireland
Age: 23
Posts: 23
|
Just a little side note,
The Unknown 3, Wasn't sure if you knew, but refers to whether an item is stackable. That is stackable in the sense that if you drop the block on top of another one it moves it up the appropriate z value specified. I have been messing around the last 3 days trying to make a giant galleon type ship, it's nearly 90 differnt art pieces but through my experiments thats what unkown 3 seemed to yield.
__________________
- 8 bit Si fallatis officium, quaestor infitias eat se quicquam scire de factis vestris If you fail, the secretary will disavow all knowledge of your activities |
|
|
|
|
|
#108 (permalink) |
|
.8.bit, thanks. Didn't fix anything, but thanks for telling me. I still can't seem to figure out what is going wrong here. Setting it manually to false does nothing, it's already not movable. When the RunUO server launches, does it read from those files or not? If not, is there any way I could get it to do so. Can someone try doing exactly what I did, and seeing if it worked? I'm guessing it will.
|
|
|
|
|
|
|
#109 (permalink) |
|
Join Date: Jul 2006
Location: Dublin, Ireland
Age: 23
Posts: 23
|
that note was for floppydisc
![]() Deliri - Adding mine has yielded all the expected results. If you have 0.6.x backup you mul files and load muleditor. Don't use the verdata maker just scroll through the numbers on the right hand side and add your new image to an unused slot (remember this is changing the mul files directly so make sure it's backed up). once thats done, instead of searching for the relevent number. Open the art viewer, find the image of your new tile there. Right click and modify the tile data from there. Set the name without checking anything and try that first. That should work fine. Once you have that working, you know the tiledata and everything is being read correctly so then you can start messing around with the verdatas. *note* I have been adding items with [add item 0x.... and locking them down while testing but i don't thing that would have any bearing on tiledata or using [static
__________________
- 8 bit Si fallatis officium, quaestor infitias eat se quicquam scire de factis vestris If you fail, the secretary will disavow all knowledge of your activities |
|
|
|
|
|
#110 (permalink) |
|
I did just as you said, and it STILL didn't work. I even went and tried again, didn't work that time either. The name just shows blank. To add onto that, I made a verdata autopatcher for a friend of mine to test it, and it didn't work for him either. Then I thought, maybe it's my server, don't know why it would be, but maybe it is, so I send the file to a friend of mine who has his own server. He runs the patcher, goes in, the image is fine but the name is just completely blank. It's as if any modification to the tiledata doesn't get registered at all. When I load up MulEditor and look, the changes are there, but in-game the name is just always blank.
Edit: To add onto that, I even just tried uninstalling MulEditor, redownloading, and installing again. Didn't work. Last edited by Deliri; 07-24-2006 at 07:36 AM. |
|
|
|
|
|
|
#111 (permalink) |
|
Join Date: Jul 2006
Location: Dublin, Ireland
Age: 23
Posts: 23
|
remove the verdata from the UO directory your using (are you using just one? UO directory that is.), so there are no traces of that bloody file anywhere. Then try editing the mul files directly again the way I explained so there is no third party verdata just muleditor directly editting the art files and tiledata. Then add the item in game by using [add item 0x... and see if it works. Or even use [static just dont use a verdata and make sure one isn't present.
I got lost because i have more than one uo directory, and UO, RunUO and MulEditor were all using differn't directories.
__________________
- 8 bit Si fallatis officium, quaestor infitias eat se quicquam scire de factis vestris If you fail, the secretary will disavow all knowledge of your activities |
|
|
|
|
|
#113 (permalink) | |
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
Quote:
![]()
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
|
|
|
|
|
|
#115 (permalink) |
|
Join Date: Jul 2006
Location: Dublin, Ireland
Age: 23
Posts: 23
|
- Deliri
Sorry, I have no idea why it won't work. Do you want to post exactly what your trying to do and i'll have a go at it. Or have you got some one else to try it? Not give them the modified files, I mean make them from scratch? You know its just going to be one of those little trivial things that was over looked somewhere but can piss you off for days.
__________________
- 8 bit Si fallatis officium, quaestor infitias eat se quicquam scire de factis vestris If you fail, the secretary will disavow all knowledge of your activities |
|
|
|
|
|
#116 (permalink) |
|
Yeah, I know. It's going to end up being something very stupid that I did, maybe corrupt tiledata.mul? All I know is this is getting extremely frustrating. I even went and tried it with MulPatcher and THAT didn't work, so I don't really know. If you'd be willing to help me, do you have any instant messengers? Could talk over that, and then post our findings here just in case somebody else has the same problem. I dunno... Oh well, what I was trying to do was add some new static land tiles. Our map has some bugs in it, and I wanted to be able to do quick fixes while in-game, but there is no sand static tile, along with transition tiles. I of course could do this in a map editor, such as the one in MulEditor, and I did after getting frustrated with this. But we're going to be needing to set up *real* new tiles in the future, and new items and the likes, so this needs to work. I'm starting to think maybe I have a corrupt client, or just somewhere I have a corrupt file. Might just reinstall UO completely... But yeah, if you'd like to help that'd be great.
EDIT: Is it possible the "new wearable" wizard screwed up my tiledata.mul file? EDIT: Well to answer that, no, just used backups... Last edited by Deliri; 07-25-2006 at 08:25 PM. |
|
|
|
|
|
|
#118 (permalink) |
|
Join Date: Jul 2006
Location: Dublin, Ireland
Age: 23
Posts: 23
|
floppydisc, any chance of a statics replacer, for example allowing me to open up the map and just go tools > replace static (or something to that effect) then replacing say tree static (0x....) with tree stump static (0x....). For every instance of that static within the map open? I would say it would take a bit of processing power but would be greatly appreciated.
Or even right clicking on the static on the map and a menu pops up with replace static instance with... etc.. I'm not sure, since your the programmer you know the issues with implementation.
__________________
- 8 bit Si fallatis officium, quaestor infitias eat se quicquam scire de factis vestris If you fail, the secretary will disavow all knowledge of your activities |
|
|
|
|
|
#119 (permalink) |
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
Doing such large-scale work is more or less impossible at the moment (I optimized the memory management for smaller areas). Every changed block is loaded into memory. So changing something on the whole map, would mean that the map needs to be loaded to memory *completely* and that would take ages and consume a lot of memory.
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
|
|
|
|
|
#120 (permalink) |
|
Forum Novice
Join Date: Jun 2006
Age: 29
Posts: 615
|
I think one of the best features you could add to this would be the ability to create the .dif for tram/fel so that you can actually seperate what is on those 2 maps. For me that feature alone would make this tool the most useful of all that I have for map editing and I would use it just for that if nothing else. Aside from that though this is a rather impresive program and looks very promising. I look forward to seeing this in a more complete form.
|
|
|
|
|
|
#121 (permalink) |
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
You can already import and export from/to dif files
![]()
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
|
|
|
|
|
#123 (permalink) | |
|
Newbie
Join Date: Jan 2006
Posts: 44
|
I wish I had seen this earlier! Google sent me to this thread, and I was like OMG Awesome! I've been using MULPatcher 9.3 to edit this stuff. That program looks like it hasn't been updated since WinME.I haven't tested this yet, but it sure looks like it replaces everything MulPatcher does. I just hope it lets me change animations. Mulpatcher crashes for animations on my comp. I can't make custom clothing without that part. (well I can actually... it just won't be visible except as a item, and on the paperdoll)
__________________
Quote:
|
|
|
|
|
|
|
#124 (permalink) |
|
Forum Novice
Join Date: Jun 2006
Age: 29
Posts: 615
|
Havent gotten chance to try this yet. My question though would be does this allow you to patch the verdata it creates into the muls or does it just create a verdata file that you need to patch with a seperate program?
If it requirews a seperate program have any suggestions what to use for this or you might even consider adding some feature to this to allow you to patch things directly into muls or use a verdata file and merge that to the muls. Anyhow Just my thought and quest on this. |
|
|
|
|
|
#125 (permalink) | ||
|
Forum Novice
Join Date: Mar 2004
Location: Germany
Age: 23
Posts: 301
|
Quote:
![]() Quote:
One thing to consider: it is uncompressed. So choose whatever compression you like (rar, 7z, zip, whatever).
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics. CentrED - A Client/Server based multi-user map editor. |
||
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |