游戏乐悠悠网游开发网

 找回密码
 立即注册
查看: 1134|回复: 1
打印 上一主题 下一主题

How To Download and Compile the RunUO SVN

[复制链接]
  • TA的每日心情
    奋斗
    2023-2-6 15:15
  • 签到天数: 77 天

    [LV.6]常住居民II

    鲜花(2) 鸡蛋(0)
    跳转到指定楼层
    楼主
    发表于 2012-7-15 09:52:05 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    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.exec:\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".
  • TA的每日心情
    无聊
    2012-10-5 19:07
  • 签到天数: 42 天

    [LV.5]常住居民I

    鲜花(0) 鸡蛋(0)
    沙发
    发表于 2012-8-10 13:20:02 | 只看该作者
    真是美~~~不錯
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    小黑屋|手机版|Archiver|Online Game Xingbarking Dev Team  

    GMT+8, 2024-5-19 03:38 , Processed in 0.123568 second(s), 33 queries .

    Powered by Discuz! X3.2 Licensed

    © 2001-2013 Comsenz Inc.

    快速回复 返回顶部 返回列表