demiurge777

peter meier
Member
ServUO Version
Publish 57
Ultima Expansion
Endless Journey
Hi all,

I am currently building a Tool reading data from uopfiles directly. (UOVER.: 7.0.113.0)

Tiles (land/Item working)
1773648322007.png
But since the uop file artlegacymul.uop is unsorted i have to build a hash correlation index from artidx/art

That is leading to a few problems because artidx/art are not uptodate.... files are directly from UOP not from mul!
The image is just from my test tool, easier to debug then in vulkan 🙂
1773648645587.pngAny idea if there is a solution to this problem already known?

Thx
 
You can find the format required to extract certain files by looking at the /data/assetmap.xml file.

This includes the padding required to extract the entries via their path string.

For example, padding of '8' and extension of 'bin' means the entries have a format as such: 00000000.bin
So ID 1234 would be 00001234.bin

Some files have a padding of '6' etc...
 
i know how to read the file, my problem was that i sorted the ambiguous entries out because multiple Art-IDs have been found.

I already solved that by saving the ambiguous ones into another binary using it to precalculating all possible hashes and pointing all multiple art-ids to a single index in ArtlLegacyMul.uop.... nearly broke my brain though 🙂 heheheheh

but thanks for your fast response.
 

Donations

Total amount
$80.00
Goal
$500.00

Shards

Back