Difference between revisions of "Main Page"

From UODemo Wiki
Jump to: navigation, search
(Featured Contents)
(Welcome the UO Demo Wiki.)
Line 3: Line 3:
  
 
UO Demo or UODemo refers to the Ultima Online Demo released by Origin Systems Inc in 1998. It was, like the name hints, an offline playable demo of the Ultima Online game back then. The information in this wiki is derived from reverse engineering the demo consisting of one executable file and one data file.
 
UO Demo or UODemo refers to the Ultima Online Demo released by Origin Systems Inc in 1998. It was, like the name hints, an offline playable demo of the Ultima Online game back then. The information in this wiki is derived from reverse engineering the demo consisting of one executable file and one data file.
 +
 +
To install the demo you need an Ultima Online:The Second Age retail CD. These are pretty regularly available on EBay for under $10US.
  
 
== Featured Contents ==
 
== Featured Contents ==

Revision as of 20:29, 24 November 2011

Welcome the UO Demo Wiki.

UO Demo or UODemo refers to the Ultima Online Demo released by Origin Systems Inc in 1998. It was, like the name hints, an offline playable demo of the Ultima Online game back then. The information in this wiki is derived from reverse engineering the demo consisting of one executable file and one data file.

To install the demo you need an Ultima Online:The Second Age retail CD. These are pretty regularly available on EBay for under $10US.

Featured Contents

Mass M Decompiler

The Command List

About the obfuscated scripts

Dating the Ultima Online Demo

Special:AllPages

UO Demo Files

Files on the UO:The Second Age retail CD

After installing UO Demo you see two files : uodemo.exe and uodemo.dat.

uodemo.exe is the executable, it contains authentic server code and a full client.

uodemo.dat is encrypted using the GOST block cipher [1]. The keys to decrypt the file are inside uodemo.exe but I'm not sure it's legal to post those keys here. See also .rundir.

Modified UODemo Files

UoDemo+. (UO Demo Plus)

The uodemo+.exe is a modified demo executable to help unleash some of the secrets within.

UoDmClnt. (UO Demo Client)

The UoDmClnt.exe is a modified uodemo.exe to act as a real/pure client without calling the server functions.

UO Demo Forum

09/13/09 (2009-09-13) With the help of Derrick, a forum where you can find help about running or hacking/modding the demo, has been opened on the JoinUO Forums : UO Demo Forum

UO Demo Development

Join SVN Server

A public SVN has been set up for releasing UODemo related software projects. You can browse the library here: svn.joinuo.com

UO Demo Class Library

The UO Demo Class Library is an SDK for working with the UODemo files and internals. It currently implements a script compiler and decompiler. The source code is available here.

UOSL Language

UOSL Language Package - A Language pack for the the UOSL scripting language for Visual Studio 2010.

UOSL Parser - Command line script validator and normalizer.

Using Subversion

SubVersion client sofware is useful for interfacing with the SVN server. SubVersion is a version control system. For more info on what Subversion is you can read more about it here Apache_Subversion on Wikipedia. For client software for Windows try TortiseSVN.