Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - joe_speeded

Pages: [1]
1
UO Client Modifications/Tools / Re: Enhanced Client
« on: January 28, 2013, 09:38:05 PM »
I messed around with iris2, got it running on all kinds of shards that dont directly support it, but it would work with razor, assistuo, etc and I got lazy. It had potential, but wasn't my style. Ill take a look at that uop thing, thats what I wanted I think.

2
UO Client Modifications/Tools / Re: Enhanced Client
« on: January 27, 2013, 11:20:05 PM »
Ill check it out, right now Im messing around with the old MUL files using uofiddler, but if i can mod the enhanced client instead that'd be a lot of saved work. I'll be honest, I'm a die hard fan of ultima, even in 2d, but i've been playing it for over 10 years and I could use something to spice it up and make it "mine".

Simply changing up the interface would do it for me, but getting some of these 3d "looking" stuff in there would be even more fun. I tend not to have fun playing a game, but modding it, hacking it, tearing it apart. Dunno why o.O

3
UO Client Modifications/Tools / Enhanced Client
« on: January 27, 2013, 06:37:19 PM »
A little curious about the enhanced client and its compatibility with a runuo server that doest directly support it. I heard that the old Krrios client aka Sallos was based off of this Enhanced Client which is a later version of Ultima.

Has anyone found some kind of work around? I've found the login.cfg which allows me to change the login server, but I dont think the server is allowing me to get in due to runuo restrictions. I've also read snippets about encryption, perhaps there is a way to trick the server into thinking my client is older? or even replacing the artwork and gump files (which will be hard considering they are using different file names)

Something to discuss, I think it would be fun and interesting to use the enhanced client when no one else on my server is.

4
UO Client Modifications/Tools / Re: Client Modification - Fiddlers
« on: January 26, 2013, 04:15:38 PM »
Should I reinstall an older version of the client, or is there a work around or other mul editor?

5
UO Client Modifications/Tools / Client Modification - Fiddlers
« on: January 26, 2013, 04:00:42 PM »
Hello everyone, I'm new here so forgive me if I do something noobish.

I played on a server a while back and on there forums was a guy who "made" a custom client by patching the art.mul and other files. Once I saw his modifications I quickly learned to do this on my own using fiddlers and photoshop.

My issue is, I've reinstalled Ultima since then and when I try to use fiddlers it errors out

Code: [Select]
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IndexOutOfRangeException: Index was outside the bounds of the array.
   at Ultima.Art.IsValidStatic(Int32 index)
   at FiddlerControls.ItemShow.OnLoad(Object sender, EventArgs e)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)
   at System.Windows.Forms.TabControl.UpdateTabSelection(Boolean updateFocus)
   at System.Windows.Forms.TabControl.OnSelectedIndexChanged(EventArgs e)
   at System.Windows.Forms.TabControl.WmSelChange()
   at System.Windows.Forms.TabControl.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
UoFiddler
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/UoFiddler.exe
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
Controls
    Assembly Version: 4.4.0.0
    Win32 Version: 4.4.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Controls.DLL
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Ultima
    Assembly Version: 4.3.2.0
    Win32 Version: 4.3.2
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/Ultima.DLL
----------------------------------------
ComparePlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/ComparePlugin.dll
----------------------------------------
MassImport
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MassImport.dll
----------------------------------------
MultiEditor
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/MultiEditor.dll
----------------------------------------
SendItem
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/SendItem.dll
----------------------------------------
TestPlugin
    Assembly Version: 4.6.0.0
    Win32 Version: 4.6.0.0
    CodeBase: file:///C:/Users/Joe/Desktop/Fiddler/plugins/TestPlugin.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Upon investigation I found out that I don't even have an art.mul file (missing other files as well) in my ultima online dir yet it works just fine when I play.

Anyone know why this might be? and how I can fix it?

6
New member introductions / Re: Hello I'm Joe!
« on: January 26, 2013, 03:04:21 PM »
Welcome, let me be the first to tell you, be sure to abuse the search button!!

Oh, I'm a well behaved forum junkie. Search buttons are my syringe.

7
New member introductions / Re: Hello I'm Joe!
« on: January 26, 2013, 02:37:11 AM »
Right now I'm on Perilous, new to it so far, to be quite honest I'm not a fan of it, it's smaller than I thought. It's not the same Perilous as many may think though (Not siege perilous) and it is a free shard.

8
New member introductions / Hello I'm Joe!
« on: January 25, 2013, 01:55:55 PM »
Hey everyone, My name is joe in game and out. I started playing ultima 10 years ago on Baja, moved around to various freeshards and finally found a home. I've recently been interested in designing my own scripts just for some simple automated tasks to organize scrolls and put them in spell books, and I figured what the hell, why not learn it rather than just grab a script.

A little about me personally (Even though I tend to keep my Internet life, and personal life separate)

I'm 25 years old, have a wife and a 2 year old, a dog named Sable, the typical picket fence life from the outside, but realistically we're all loud, crazy kids. I'm a security consultant and web developer for a living / hobby, my wife is a waitress and my two year old works at drive your parents crazy.

I'm a frequent board checker, so I'll be in and out and I'd love to learn and share. Nice to meet everyone
- Joe!

Pages: [1]