Go Back   RunUO - Ultima Online Emulation > RunUO > Script Support

Script Support Get support for modifying RunUO Scripts, or writing your own!

Reply
 
Thread Tools Display Modes
Old 04-09-2008, 08:05 AM   #1 (permalink)
Forum Novice
 
Join Date: Jul 2004
Location: Lincoln, IL
Age: 35
Posts: 147
Send a message via MSN to Mad Clown
Default rc2 source files

OK guys i have a shard in production now but i got a test shard im trying to get ML installed on it i have done EVERYTHING but i am suppose to merge the item.cs and poison.cs now i have done some research and found that what im running runuo 2.0 rc2 apparently the core files have already been done the post i read said i need to get the rc2 source files make the changes and then compile it now 1st i need to know where to get the source files and 2nd OMG IM SO LOST on how to compile a core can someone please help me ty for takeing time to read this and responding
Mad Clown is offline   Reply With Quote
Old 04-09-2008, 09:13 AM   #2 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

You'll have to grab the source code through the SVN repository, you can find out how to do that here:

RunUO 2.0 SVN open to public, Update on 2.0 Release

As to compiling a new server, there are a couple topics out there on how to do it, but I used the instructions found here in Malganis' thread for his ML package.
http://www.runuo.com/forums/custom-s...-s-legacy.html
grab that zip file attached to the first post.

Good luck
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Old 04-09-2008, 10:31 AM   #3 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,372
Default

I've found this to be the absolute easiest way to compile the SVN, and it works in most typical Windows installs.

Save this as a batch file and run it from the parent directory above your "Server" directory.

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
Also make sure you nab the files zlib32.dll and zlib64.dll from the either the RC1 or RC2 RunUO zip files, as they are not included with the SVN and will be needed to run the server.
__________________
HellRazor is offline   Reply With Quote
Old 04-09-2008, 07:04 PM   #4 (permalink)
Forum Novice
 
Join Date: Jul 2004
Location: Lincoln, IL
Age: 35
Posts: 147
Send a message via MSN to Mad Clown
Default

ok but my ? is this i already have my shard up and running now i have done this before but this is what i don't get basically i download a copy of the svn i compile it then i have a new copy and all that jazz but my ? is how does that worth with my old server do i delete all i had in there do i swap out the data folder what do i do im kind of confused in the instructions it says to make a folder somewhere on my HDD label it server NOW my ? is, is that actually my server i have already running well on my test server in my case do i just export the files in there and then compile it i dont get it

Last edited by Mad Clown; 04-09-2008 at 07:41 PM.
Mad Clown is offline   Reply With Quote
Old 04-09-2008, 08:49 PM   #5 (permalink)
Forum Expert
 
Johabius's Avatar
 
Join Date: Dec 2004
Location: Kansas, USA
Age: 38
Posts: 4,964
Send a message via ICQ to Johabius Send a message via Yahoo to Johabius
Default

Quote:
Originally Posted by Mad Clown View Post
ok but my ? is this i already have my shard up and running now i have done this before but this is what i don't get basically i download a copy of the svn i compile it then i have a new copy and all that jazz but my ? is how does that worth with my old server do i delete all i had in there do i swap out the data folder what do i do im kind of confused in the instructions it says to make a folder somewhere on my HDD label it server NOW my ? is, is that actually my server i have already running well on my test server in my case do i just export the files in there and then compile it i dont get it
If I'm reading you correctly, you replace your existing server.exe with the new one that you created from the SVN. If there are script changes from the SVN version you will need to merge the changes from the SVN into your existing scripts.
__________________
In some cases stupid makes you win-Radwen
Johabius is offline   Reply With Quote
Old 04-10-2008, 01:23 PM   #6 (permalink)
Forum Expert
 
Join Date: Oct 2002
Age: 45
Posts: 4,372
Default

If you haven't changed any of the RUO files you should be able to just copy over the old files (but make a backup first).

If you HAVE changed files, then you need to merge in the changes, and you may need to properly serialize/deserialize any properties that need it.
__________________
HellRazor is offline   Reply With Quote
Old 05-14-2008, 02:04 PM   #7 (permalink)
Newbie
 
Rayne's Avatar
 
Join Date: Apr 2007
Posts: 23
Default Source Files for 1.0

Hello, I am not positive of where else to post this question, so here we go:


Could someone possibly direct me to the location of the RunUO1.0 Source Files?

Also, if someone could direct me to the location of the ML package for 1.0, that would be a wonderful bonus, and also something that I am looking for.

I don't know for sure, but I believe many can relate with me on this: The "search by keyword(s)" for runuo are not very user friendly. It is very difficult to find what I am looking for 85% of the time. I have already spent almost 1 hour looking for the above information with no luck.

That being said, if someone else has had better luck then I, and has a link or any information regarding the above requests, it would be greatly appreciated!

And again, I was not quite sure where to post this question, but considering I kept finding this Thread on almost every search, I thought it was more on topic then other places I could have posted

Thank you in advance for your help!
Rayne is offline   Reply With Quote
Old 05-14-2008, 02:13 PM   #8 (permalink)
Forum Novice
 
Alrick's Avatar
 
Join Date: Oct 2002
Location: Ukraine, Kiev
Age: 22
Posts: 110
Send a message via ICQ to Alrick
Default

RunUO 1.0 sources can be downloaded from here: http://www.runuo.com/forums/downloads.php?do=cat&id=1

I don't think there's an ML package for 1.0. If you'd like newest features, you'd better upgrade to RunUO 2.0

And yes, the search feature is a pain when you need to search for several specific terms at the same time ecause the +, &, AND operators don't seem to be working as intended - it still searches for terms separately.
Alrick is offline   Reply With Quote
Old 05-14-2008, 02:19 PM   #9 (permalink)
Newbie
 
Rayne's Avatar
 
Join Date: Apr 2007
Posts: 23
Default

Quote:
Originally Posted by Alrick View Post
RunUO 1.0 sources can be downloaded from here: http://www.runuo.com/forums/downloads.php?do=cat&id=1
Thank you very much!


Quote:
Originally Posted by Alrick View Post
I don't think there's an ML package for 1.0. If you'd like newest features, you'd better upgrade to RunUO 2.0
Actually, it is functional with 1.0, as the shard I work for uses ML and runs on 1.0. It is just a matter of finding those files.. maybe even having to change a couple things/remove a couple scripts to make them compatible. So, that being said, any clue on where the overall ML Package might be located? (the reason I personally need them is to do some testing on my server, for things that I script and wish to add to the server I work for)

Quote:
Originally Posted by Alrick View Post
And yes, the search feature is a pain when you need to search for several specific terms at the same time ecause the +, &, AND operators don't seem to be working as intended - it still searches for terms separately.
Yes, exactly what I noticed. Maybe one day it will be a little more user friendly Until then, friendly people like you will have to do! Lol, thanks!
Rayne 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 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5