Go Back   RunUO - Ultima Online Emulation > RunUO > Core Modifications > Network Modifications

Network Modifications This forum is for modifications to the networking code of RunUO

Reply
 
Thread Tools Display Modes
Old 07-30-2007, 09:23 AM   #101 (permalink)
Account Terminated
 
Join Date: Mar 2007
Posts: 58
Default

really the only needed changes are the packets. So knowing about that extra byte and where it goes is really the only needed information needed to do the fix in 1.0. The client version check is only icing on the cake for if you need to support multiple clients. But forcing people to update makes it a hell lot easier for admins. For example, you know everyone will be able to see haven correctly, and the new coon bridge correctly, etc. by forcing updates.
quantomsadmn is offline   Reply With Quote
Old 07-30-2007, 10:20 AM   #102 (permalink)
Forum Novice
 
Mideon's Avatar
 
Join Date: May 2005
Location: Canada
Age: 24
Posts: 543
Default

Is there a list of the modifications that needed to be made? There was in the original post in this thread....but it was modified when he got all the files done. If anyone has a list of what needed to be changed, I have no problem trying to go do it on my own. I'd look at the scripts (which I likely will anyways) but RunUO 2.0 for some reason always seems very different to me when I look at it's scripts.
__________________
A sense of community is the lifeblood of RunUO.
http://www.runuo.com/forums/announcements/67400-something-all-you-chew.html

Satire, man's greatest weapon (Flame Wars!)

The darkness is patient and in the end it always wins...but even the smallest light can overcome the blackest shadow.
Mideon is offline   Reply With Quote
Old 07-30-2007, 12:19 PM   #103 (permalink)
Forum Novice
 
Join Date: Mar 2004
Location: Czech Republic
Age: 28
Posts: 119
Send a message via ICQ to RadstaR
Default

Mideon > Try compare (ExamDiff program) Kamron files and files from RunUO SVN 187.
__________________
http://ultima.lonet.cz - Programs for editing MUL files.
RadstaR is offline   Reply With Quote
Old 07-31-2007, 12:09 AM   #104 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 23
Posts: 770
Question

Is there a way to revert to an older version of SVN? Such as 187...or am I **** out of luck in that department?
FLuXx() is offline   Reply With Quote
Old 07-31-2007, 10:30 AM   #105 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

Quote:
Originally Posted by FLuXx() View Post
Is there a way to revert to an older version of SVN? Such as 187...or am I **** out of luck in that department?
You can revert individual files or folders to any svn version with tortoise svn choose update to revision then put in the number you want.

Last edited by stormwolff; 07-31-2007 at 10:32 AM.
stormwolff is offline   Reply With Quote
Old 08-01-2007, 12:17 AM   #106 (permalink)
Forum Novice
 
Join Date: Aug 2003
Age: 23
Posts: 770
Default

Quote:
Originally Posted by stormwolff View Post
You can revert individual files or folders to any svn version with tortoise svn choose update to revision then put in the number you want.
Ah ha! Thanks, I thought I had tried that before, just needed someone to tell me. (haven't had time to work on the last problem so no updates there.)
FLuXx() is offline   Reply With Quote
Old 08-01-2007, 07:38 PM   #107 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 94
Default

FYI: This works with 6.0.1.9
__________________
Record for the sentence that makes the least sense - Go HERE
Kamron is offline   Reply With Quote
Old 08-02-2007, 05:13 PM   #108 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 94
Default

Another FYI - I am not updating the copy that is uploaded to RunUO.com. There is a link to where you can find the newest version of this.

Updates:
- Updated Server.exe to RUO 2.0 SVN190
- Updated script files to RUO 2.0 SVN190
__________________
Record for the sentence that makes the least sense - Go HERE
Kamron is offline   Reply With Quote
Old 08-03-2007, 12:21 AM   #109 (permalink)
Forum Novice
 
Join Date: May 2004
Age: 48
Posts: 100
Default Wondering

Just wondering why your offering this help but then it is on a "closed forum" for your shard....
__________________
Quote:
Now that is just Wrong...But then again what do I know!
GameOva is offline   Reply With Quote
Old 08-03-2007, 09:16 AM   #110 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

Quote:
Originally Posted by GameOva View Post
Just wondering why your offering this help but then it is on a "closed forum" for your shard....
It's not exactly closed, you can register over there.
stormwolff is offline   Reply With Quote
Old 08-06-2007, 09:26 AM   #111 (permalink)
Newbie
 
Join Date: Apr 2007
Posts: 33
Default

I do not exactly understand how you support 190 if you use 187 or less server exe.
anyhow I have errors when I tried to start your mod in 190 svn

Errors:
+ Gumps/AdminGump.cs:
CS0117: Line 2735: 'Server.Core' does not contain a definition for 'Kill'
+ Misc/AutoRestart.cs:
CS0117: Line 64: 'Server.Core' does not contain a definition for 'Kill'
Scripts: One or more scripts failed to compile or no script files were found.

Last edited by Roman Seer; 08-06-2007 at 09:35 AM.
Roman Seer is offline   Reply With Quote
Old 08-10-2007, 04:41 AM   #112 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 94
Default

You might need to redownload it... I did upload a new version of Server.exe which was compiled using SVN190.

If you are still having problems after redownloading it, try doing the edits manually from the source files provided, and tell me if that helps.
__________________
Record for the sentence that makes the least sense - Go HERE
Kamron is offline   Reply With Quote
Old 08-10-2007, 09:20 AM   #113 (permalink)
Forum Expert
 
Join Date: Feb 2004
Age: 27
Posts: 1,834
Default

The latest SVN adds support for the new clients too by now. Mark had some free time at his hands as it seems, the code looks a bit different from this :P If I'm not mistaken he doesn't have that timer?
__________________
[sig]all my scripts are public domain and can be re-released in any form[/sig]
Kamuflaro is offline   Reply With Quote
Old 08-10-2007, 03:17 PM   #114 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 94
Default

Ya, they took a slightly different approach. They added new packets instead and let that be called from the actual netstate.

And yes they did add a LoginTimer
__________________
Record for the sentence that makes the least sense - Go HERE

Last edited by Kamron; 08-10-2007 at 03:20 PM.
Kamron is offline   Reply With Quote
Old 08-16-2007, 01:45 PM   #115 (permalink)
Lurker
 
Join Date: Sep 2006
Posts: 2
Default

Where I can download this wonderfull thing!? I don't see the reference here...

Can you put here a straight link?

Thank you!

P.S.
I am a Russian! =)
delorin is offline   Reply With Quote
Old 08-16-2007, 02:04 PM   #116 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

Quote:
Originally Posted by delorin View Post
Where I can download this wonderfull thing!? I don't see the reference here...

Can you put here a straight link?

Thank you!

P.S.
I am a Russian! =)
You don't need this one any more, the latest RunUO SVN has fixes in place that do the same thing.

Last edited by stormwolff; 08-16-2007 at 02:14 PM.
stormwolff is offline   Reply With Quote
Old 08-16-2007, 03:05 PM   #117 (permalink)
Lurker
 
Join Date: Sep 2006
Posts: 2
Default

I need that my RunUO 2.0 can support 6.0.1.7 or above.

Were I can get this patch or Server?
I can't the reference %)

On Revision 200: /devel ???? But it need login and password.
delorin is offline   Reply With Quote
Old 08-16-2007, 03:11 PM   #118 (permalink)
Forum Expert
 
stormwolff's Avatar
 
Join Date: Nov 2003
Location: The Internet
Age: 28
Posts: 3,510
Default

Quote:
Originally Posted by delorin View Post
I need that my RunUO 2.0 can support 6.0.1.7 or above.

Were I can get this patch or Server?
I can't the reference %)

On Revision 200: /devel ???? But it need login and password.
You need to use an SVN client such as tortoisesvn You can download all of the files at once, then compile the server using the files in the server folder. This is a good guide to compiling : Easy how to compile new server......
stormwolff is offline   Reply With Quote
Old 08-25-2007, 06:15 PM   #119 (permalink)
Forum Novice
 
Midnightdragon's Avatar
 
Join Date: Jun 2006
Age: 29
Posts: 615
Default

Quote:
Originally Posted by Kamron View Post
Updates:
- As of SVN193 this is no longer supported
Just to clarify this when you say no longer supported does that mean we no longer need to use this mod for anything after SVN193 because it already supports the latest client?

Wait nevermind I see here it was mentioned above you do not need this for later SVNs...
Midnightdragon is offline   Reply With Quote
Old 08-27-2007, 02:05 PM   #120 (permalink)
Newbie
 
Join Date: Jun 2006
Posts: 94
Default

Yes............
__________________
Record for the sentence that makes the least sense - Go HERE
Kamron 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