I have been using the UO:98 demo server to test alot of things lately and wondered why there is/was no further development with this platform. It is open source, an actual OSI server and it contains actual OSI code. You would think there would be more devs interested in this. I was wondering if anyone has ever seen any branch projects for UO:98 possibly with C scripts. In its current state UO:98 uses UOSL language which is not very intuitive IMO. The .Q and .M scripts are kind of wonky to work with. Anyway it just seems like a neat project to work on. If anyone has any resources or further info or interest in this let me know. Maybe I'm the only one LOL :D
 
The demo files aren't setup for multiplayer though right? I always thought it was a standalone program that didn't require an internet connection. Then again it has been almost 20 years since I played it.
 
Yes they are it's actually a full fledged server just those features were only disabled within the code but it is fully capable. The UO:98 project unlocked many of the features including multiplayer support with auto account creation. Check out the first paragraph here. http://uodemo.uo98.org/index.php?title=UO:98 . It really is super cool. Also supports the client version on the UO:T2A disc (1.25.35) through 5.x Unencrypted. :D
 
Last edited:
If i'm not mistaken, there was Batlin (reverse engineering), Bicchus, Derrick (uosecondage.com) and Garret that worked on this project.

I asked Derrick for some help with figure out witnessCrime function in the demo back in 2016 and he told me they have data not released to the public and it seems they did released some of it.

The public SVN is here:
http://svn.uo98.org/!/#public

I found some really interesting files in there (new to me):
http://svn.uo98.org/svn/public/!svn/ver/1527/UO98/Data/deco.txt (Full Pre-T2A to T2A decoration)
http://svn.uo98.org/svn/public/!svn/ver/1527/UO98/Data/decoSkaraFerry.txt (Full Pre-T2A to T2A decoration)
http://svn.uo98.org/svn/public/!svn/ver/1527/UO98/Data/distro/regions.txt.q (All regions including shop names and static spawn areas)

Some old forum from JoinUO related to this:
http://forums.uo98.org/index.php?sid=d2dde2b7e673284d84deaf03e479fa88

I have a backup (just need to dig it up) of JoinUO FTP with all missing files that UO98 points to. (dead links)

-Grim
 
Last edited:
Oh that would be cool if you could find your backups. I can't register on JoinUO it says my IP is blacklisted because I use AT&T apparently.
 
I'm going to look at this more when I get home, I find it really interesting. @Grimoric : the uo98 link alone has what I need to fiddle with this or are the files you said you have backed up needed too?
 
I just wanted to ask if guys have the deco file from UO 98 converted to RunUo/Servuo? The reason I ask is because I found a way to do it but its taking me a good while. I just wanted to make sure no one has done it before I go doing all this conversion. LOL
 
Anyone have the uodemo?
Post automatically merged:

If i'm not mistaken, there was Batlin (reverse engineering), Bicchus, Derrick (uosecondage.com) and Garret that worked on this project.

I asked Derrick for some help with figure out witnessCrime function in the demo back in 2016 and he told me they have data not released to the public and it seems they did released some of it.

The public SVN is here:
VisualSVN Server

I found some really interesting files in there (new to me):
http://svn.uo98.org/svn/public/!svn/ver/1527/UO98/Data/deco.txt (Full Pre-T2A to T2A decoration)
http://svn.uo98.org/svn/public/!svn/ver/1527/UO98/Data/decoSkaraFerry.txt (Full Pre-T2A to T2A decoration)
http://svn.uo98.org/svn/public/!svn/ver/1527/UO98/Data/distro/regions.txt.q (All regions including shop names and static spawn areas)

Some old forum from JoinUO related to this:
JoinUO Forums - A discussion forum for the Ultima Online freeshard community.

I have a backup (just need to dig it up) of JoinUO FTP with all missing files that UO98 points to. (dead links)

-Grim
Do you have the files post install? the install doesnt work on win 10
 
Last edited:
Last edited:
I'm not sure if anyone is interested in this but I needed it and it took me a long time to do it so I'll share it with yall. It is the world deco file from the UO Demo. So the world deco was exported from the UO demo and I converted it to ServUO/Runuo format. This is the entire world deco, Doors, Signs, Furniture, Dungeon deco, Moongates, Old Magencia everything as it is in the UO Demo. This is pretty accurate for older expansion servers like UOR and T2A servers. I also have a python script I wrote that will convert the deco file to a working ServUO/RunUO deco.cfg. I will post that too for anyone who may be playing with the UO98 or UODemo and wants to export their world and convert it to ServUO/RunUO.

Edit: Servuo.com says the file is too big to upload but zipped up it's only 173kb so here is a link.
 
Last edited:
Back