RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

7.0.13 UO 250MB Patch and the new problem it created

Acronis

Sorceror
I got new chars to work somewhat but I get cliloc errors at the screen where users are suppose to select. Did not really look at it much yet, it's more an annoyance then a problem. I will still be forcing users to specific locations anyway so that option will basically not do anything. If someone does figure a client flag to disable it I'll apply it at that point.
 

Pure Insanity

Sorceror
669? Is there a reason why the web svn isn't current...? I don't see a 669. :/

I don't believe this update has been pushed through. Is it even possible to force the client to not display the selection screen now? I know it's simple to move the player once they're placed in the world to where you want, but it would kinda lead to some confusion to some players if they're new to UO. If they click on one city, and aren't really taken there.
 

hungry4knowhow

Sorceror
the areas people are calling farmlandish are actually areas "under construction" the dev team says they will be buildings at some point. Whether that comes with a storyline or just a rushed publish and we will see the complete version years from now I don't know.

The 22 plots are 15x15 in size and are being raffled off. The northern plots are 10k ea. one ticket per account. The southern plots are 2k each, unlimited tickets. If anyone needs any other info dont hesistate to let me know. I keep 4 active accounts on OSI to this day (lame i know).
 
anyone know where i can get the patch 7.0.13.0 so i can do the change in my server so player with the latess patch can log in into my server???
 

Foster

Account Terminated
I applied the following patch to my server and it worked like a charm, you will need SVN though and a C# compiler. I am not aware of any place that distributes the compiled exe that is 7.0.13 compatible.

http://www.runuo.com/community/threads/7-0-13-uo-250mb-patch-and-the-new-problem-it-created.468735/

Look for the attachment from Semerkhet

Also are you using Nerun's Distro?

Hi, where abouts do you add the patch to your server :) im kinda new at updating so i want to be able to path up to the later client, right? is this what is needed to do so.
If you could share some info on where actually to place this folder i would be more than obliged. Thankx
 

Foster

Account Terminated
Um what patch in my client directory if so i right click it and where is the section to add it thanx then what do i do after adding it obviously i would patch up ye :) i am just caught on where to add this patch im sure if you could be a little more specific that i would get it.
 

kevin10

Sorceror
Aberent's post above says how to apply the patch. YOu need the SVN, get the patch from the link and apply it to your working server copy.
 

aberent

Page
First you will need a C# compiler you can get a free one from:

http://www.microsoft.com/express/Downloads/#2010-Visual-CS

If you do not know what C# or a compiler is, stop and give up.

You will then need Tortoise SVN, it is a free source control client that will allow you to download the RunUO source code.

http://tortoisesvn.tigris.org/

If you do not know what source code is, stop and give up.

You will then need to connect to the Run UO SVN repository, I will post the link later. I think it is:

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

You will then need to download the patch I mentioned before:

http://www.runuo.com/community/threads/7-0-13-uo-250mb-patch-and-the-new-problem-it-created.468735/

You will then need to unzip it and apply it. Right click on it, there should be an option for apply patch. (Tortoise should integrate with windows explorer)

Once you have applied the patch you can compile the new server.exe by typing in the following command in command prompt:

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

I usually save the above in a file called compile.bat and then just double click it.
 

Foster

Account Terminated
First you will need a C# compiler you can get a free one from:

http://www.microsoft.com/express/Downloads/#2010-Visual-CS

If you do not know what C# or a compiler is, stop and give up.

You will then need Tortoise SVN, it is a free source control client that will allow you to download the RunUO source code.

http://tortoisesvn.tigris.org/

If you do not know what source code is, stop and give up.

You will then need to connect to the Run UO SVN repository, I will post the link later. I think it is:

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

You will then need to download the patch I mentioned before:

http://www.runuo.com/community/threads/7-0-13-uo-250mb-patch-and-the-new-problem-it-created.468735/

You will then need to unzip it and apply it. Right click on it, there should be an option for apply patch. (Tortoise should integrate with windows explorer)

Once you have applied the patch you can compile the new server.exe by typing in the following command in command prompt:

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

I usually save the above in a file called compile.bat and then just double click it.
---------------------------------------------------------------------------------------------------------------------------------------------------------
Ok i got all of this but where do i apply the patch too,im sorry i am one among many thta is devoted to this comunity and i cant walk away from something i started this was great info and ty for going into detail.

I just need to know where i apply the patch if you could be a little more specific to what has to be done within the C# compiler i downloaded Microsoft Visual #C 2010 express setup edition is this ok?

So i have the patch on the desktop i goto the patch right click it apply patch is there.... now where tooo apply , then what step is after i apply.

"Once you have applied the patch you can compile the new server.exe by typing in the following command in command prompt:"
Is this done with Tortoise Svn?

Sorry i just need a little more info and i think it will be all good.
 

aberent

Page
You have to download all of the source code first then apply the patch to the source code you downloaded. You do this using Tortoise Svn. You right click on the path and there is a menu option. It will then ask you where to apply the patch to and you choose the directory with the RunUO source code. You will then see a wizard that will guide you through all of the changes, just accept all the changes.
 
im not sure but i have the latest Tortoise SVN and it just doesnt seem to work

it just sits there doesnt do anything. it sat here for almost 2 hours as i was gone and didnt download anything
 

aberent

Page
Lol I am not sure if you are going to be able to do the rest if you are stuck here.

1. Make a Folder
2. Right click on the folder and on the menu select Tortoise SVN -> Export
3. This should bring out a window, in the text box labled: "URL of repository" enter: http://svn.runuo.com/repos/runuo/devel/
4. Press OK
5. Another window will popup displaying the files you are downloading, there will be many.

Let me know how it goes.
 
Top