RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

World Save Files?

TomC

Wanderer
World Save Files?

I noticed that the worldsave file are much different then Sphere or UOX, where the files were just text based files - one each for the characters, and another for items.

Are there any tutorials that decipher RunUO's saving scheme?

I was looking at some of the files, and they are in a .bin format.


Thanks


TomC
 
You're better off manipulating the objects inside RunUO, since the format is dependent on what is used to serialize and deserialize them. Although RunUO does come stock with something for that, you can't be guaranteed that the shard in question uses it.
 

Phantom

Knight
They are binary.

Unless you right a program to loop through the binary file using a reflection of RunUO as a dll then your out of luck trying to modify the file itself.

98% of everything you need to edit about a Mobile or Item can be done through the [props command.

If you can't well it was not meant to be changed :)

This of course means if you make a change that makes the binary file incorrect then you wouldn't be able to open it in the editor anyways.
 
Top