Go Back   RunUO - Ultima Online Emulation > RunUO > FAQ Forum

FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions.

Reply
 
Thread Tools Display Modes
Old 01-02-2009, 01:48 PM   #1 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 47
Posts: 4,754
Default How To Download and Compile the RunUO SVN

Note that these instructions are specific to Windows.

1. Download and install Tortoise SVN.

TortoiseSVN

2. Create an empty folder to hold your local copy of the SVN code. Right click it and select "SVN Checkout".

3. For URL of repository, use:

http://svn.runuo.com/repos/runuo/devel

4. Select "OK". The newest version of the RunUO core and script base will now download to your computer.

5. Now you want to create a working directory (you don't want to mess with the SVN repository you just downloaded because that is where you will store all the updates the RunUO team makes). So create a new directory. Then right click the original SVN directory and select "Tortoise SVN/Export". For the directory choose the new directory you just made. Now you will have a copy of the SVN that you can use to make all your edits and changes to.

6. Now you need to compile the core. The easiest way to compile the SVN:

Create a batch file as below. Modify the drive/path as needed. Place it in your server root directory (same directory as the "Data" and "Scripts" directory. Run it to compile. You don't even need to have Visual C# installed for this to work.

Code:
del server.exe
c:\windows\microsoft.net\Framework\v2.0.50727\csc.exe /unsafe /out:Server.exe /recurse:server\*.cs /win32icon:Server\runuo.ico
"Server.exe" is now created.

7. There are 2 files that you need are not included in the SVN but they are in the downloadable version of RunUO. The files are zlib32.dll and zlib64.dll. Copy these over to your server root directory (same directory as the "Data" and "Scripts" directory.

8. Run Server.exe to start your server.

You'll want to periodically check the SVN for updates. To do this, just right click your SVN folder and select "SVN Update".
__________________

Last edited by HellRazor; 01-18-2009 at 09:23 PM.
HellRazor is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5