Difference between revisions of "Main Page"

From UODemo Wiki
Jump to: navigation, search
(UO Demo Forum)
(Update URL's to point to UO98.org)
Line 6: Line 6:
 
UO Demo or UODemo refers to the Ultima Online Demo released by Origin Systems Inc in 1998 on the UO:Second Age Retail CD. It was as 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 on the UO:Second Age Retail CD. It was as 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.
  
The name T2A Demo is somewhat of a misnomer, as the server contained within the demo is Pre-T2A. The uodemo.exe file contains both a early UO Client, and a complete production UO server dated to [[Dating the Ultima Online Demo|mid 1998]]. The scripts contained within the demo are [http://www.joinuo.com/forums/viewtopic.php?f=32&t=760 nearly] complete for the server's timeframe, and even include some preliminary work on T2A era mechanics.
+
The name T2A Demo is somewhat of a misnomer, as the server contained within the demo is Pre-T2A. The uodemo.exe file contains both a early UO Client, and a complete production UO server dated to [[Dating the Ultima Online Demo|mid 1998]]. The scripts contained within the demo are [http://forums.uo98.org/viewtopic.php?f=32&t=760 nearly] complete for the server's timeframe, and even include some preliminary work on T2A era mechanics.
  
 
To install the demo you need an Ultima Online:The Second Age retail CD. Good luck has been had finding these on EBay and other auction sites.
 
To install the demo you need an Ultima Online:The Second Age retail CD. Good luck has been had finding these on EBay and other auction sites.
Line 46: Line 46:
  
 
'''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, was opened on the JoinUO Forums.<br>
 
'''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, was opened on the JoinUO Forums.<br>
'''02/17/14''' (''2014-02-17'') After ownership of JoinUO was transfered (in september 2013), our UO Demo/UO:98 forums were removed, the old UO Demo forum can be found here (but it will be deleted eventually) : [http://joinuo.com/oldforums/viewforum.php?f=32 UO Demo Forum]
+
'''02/17/14''' (''2014-02-17'') After ownership of JoinUO was transfered (in september 2013), our UO Demo/UO:98 forums were removed, the old UO Demo forum can be found here : [http://forums.uo98.org/viewforum.php?f=32 UO Demo Forum]
  
 
== UO Demo Development ==
 
== UO Demo Development ==
  
 
=== Unpacking UODemo.DAT ===
 
=== Unpacking UODemo.DAT ===
[http://www.joinuo.com/forums/viewtopic.php?f=32&t=318 Accessing the files inside the DAT archive]
+
[http://forums.uo98.org/viewtopic.php?f=32&t=318 Accessing the files inside the DAT archive]
  
 
[[Mass M Decompiler|Decompiling the Scripts]]
 
[[Mass M Decompiler|Decompiling the Scripts]]
  
 
=== Join SVN Server ===
 
=== Join SVN Server ===
A public SVN has been set up for releasing UODemo related software projects. You can browse the library here: [http://svn.joinuo.com/svn/public/UODemo/ svn.joinuo.com]
+
A public SVN has been set up for releasing UODemo related software projects. You can browse the library here: [http://svn.uo98.org/svn/public/UODemo/ svn.uo98.org]
  
 
=== UO:98 Public Ultima Online Server ===
 
=== UO:98 Public Ultima Online Server ===
[[UO:98]] is a full world multi-player extension to the UO Demo. [http://svn.joinuo.com/svn/public/ Source code here], requires [[UO:98#Installer|installer]] and [[T2A CD]] containing [[UoDemoInstall.exe]].
+
[[UO:98]] is a full world multi-player extension to the UO Demo. [http://svn.uo98.org/svn/public/ Source code here], requires [[UO:98#Installer|installer]] and [[T2A CD]] containing [[UoDemoInstall.exe]].
  
 
=== UO Demo Class Library ===
 
=== 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 [http://svn.joinuo.com/svn/public/UODemo/UO%20Demo%20Class%20Library/ available here].
+
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 [http://svn.uo98.org/svn/public/UODemo/UO%20Demo%20Class%20Library/ available here].
  
 
=== UOSL Language ===  
 
=== UOSL Language ===  

Revision as of 18:42, 21 July 2016

Welcome the UO Demo Wiki.

UO Demo or UODemo refers to the Ultima Online Demo released by Origin Systems Inc in 1998 on the UO:Second Age Retail CD. It was as 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.

The name T2A Demo is somewhat of a misnomer, as the server contained within the demo is Pre-T2A. The uodemo.exe file contains both a early UO Client, and a complete production UO server dated to mid 1998. The scripts contained within the demo are nearly complete for the server's timeframe, and even include some preliminary work on T2A era mechanics.

To install the demo you need an Ultima Online:The Second Age retail CD. Good luck has been had finding these on EBay and other auction sites.

Featured Contents

UO:98 UO Server

Mass M Decompiler

The Command List

About the obfuscated scripts

Dating the Ultima Online Demo

We are currently maintaining 82 articles: All Pages.

UO Demo Files

Files on the UO:The Second Age retail CD

UoDemoInstall.exe is in the root of the 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. 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, was opened on the JoinUO Forums.
02/17/14 (2014-02-17) After ownership of JoinUO was transfered (in september 2013), our UO Demo/UO:98 forums were removed, the old UO Demo forum can be found here : UO Demo Forum

UO Demo Development

Unpacking UODemo.DAT

Accessing the files inside the DAT archive

Decompiling the Scripts

Join SVN Server

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

UO:98 Public Ultima Online Server

UO:98 is a full world multi-player extension to the UO Demo. Source code here, requires installer and T2A CD containing UoDemoInstall.exe.

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 software 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.