The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UOExt - We do what EA can't.
Author Message
Warstone
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #1
UOExt - We do what EA can't.
Today I'm proud to represent my new project: UOExt.

Current version is 0.1.0 RC1.

Let me explain what it is..

This tool devepoling for shard owners, alloing them to ship their code to client, run it and communicate with client and protocol.
Right now it can: Automatically update, download plugins (controls from server), hook protocol and allow plugins to react to messages, meking transparently unpacking, decoding, resending etc... All this stuff.

It's arcitecture directed to minimize impact of heavy plugins, so it's created on proxy basis...

UOExt starts new thread in client's address space, allow you to hook some client APIs, amd communicate with proxy like normal thread communication, then it modifies connect API to force it to connect to local proxy, and connects to server pathing all protocol through self.

This project is open source, but due to plugin arcitecture you can write your own close-source pugins.

There is one small problem... Right now it bounds to RunUO(not fully, but close). So, if anyone with good knowledge of Spehre will write it support - it will be greate.

What it potentially (read it like "I know how it could be done, but I havn't got any time Tongue") can do:
Hot-line statics and map patching (all changes will show to client immideatly).
Auto-connection tool (I konw that someone already do it, he changes login screen with custom controls and graphics, skips caracter creation screens, etc)
Many other improvements, that I couldn't imagine ))
06-24-2012 10:21 PM
Find all posts by this user Like Post Quote this message in a reply
Warstone
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #2
RE: UOExt - We do what EA can't.
RC2 is on the test stage...

Changes from RC1 to RC2
[Core]
[ADD] UOExt now can read client launch params and use it like IP/Port (I.E: client.exe 127.0.0.1:2593 will fore client to connect to this IP/Port. Razor will be overrided).
[ADD] If normal connect won't answer as needed during Update process, UOExt wil try NOT port for same IP.
[ADD] Persistent connection to Update server it needed.
[ADD] Plugins now can export API for other plugins.
[ADD] x64 and Unix server support based on XML information for plugins.
[ADD] If debug, than log every unknown packet
[FIX] (Speedup) Updater now can update UOExt and reload it without reloading client.
[FIX] Broken "connect" API call.
[FIX] Broken UOExt.GUI.dll update reload.
[FIX] When update packet(s) hasn't come from server UOExt crashes.
[FIX] If no Plugins folder in UO - UOExt crashes.
[FIX] GetPacketLength error.
[DROP] WindowProc hook.
[DROP] Runtime injection API.
[GUI]
[CHANGE] New logo, that generated in runtime with semi-transparency. Tongue
08-06-2012 05:09 PM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #3
RE: UOExt - We do what EA can't.
well if it is using custom packets it is not possible to add sphere support it with scripts because spheres incoming packet filter only filters standard packets. packets which is not belong to the client only creates error on console (unknow packet xx received) and packet filter don't catch these packets.

also how can we download source of uoext i just can't find the link on google source link.
(This post was last modified: 08-07-2012 11:34 AM by Shaklaban.)
08-07-2012 11:34 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Warstone
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #4
RE: UOExt - We do what EA can't.
http://code.google.com/p/uo-ext/downloads/list

I know, that Sphere is too fool to process custom packets (BTW, I hear 3 different answers from 3 different people, that use Sphere), so it's to bad for Sphere (as for me - I'm using RunUO, but it's hollywar )) ).

Right now you can specify any encapsulation packet... It can be and sized packet. You can even use existing packet that has been used for smth like bullitain board packet.

Even more... I don't know much about Sphere, but if it dosn't know about 0xEF packet (2.0.3 client didn't know. It's from 6.0.10.X and above), than you can just run fully sparete update server (Only RC2... This is done because of old Sphere and POL servers). UOExt knows about old Seeding mecanics. All it need is to get encryption off from 2.0.3 client (because there is old mecanics based on Pi, or smth. like that and I didn't do this method for now. Maybe it will be later in next versions).

(08-07-2012 11:34 AM)Shaklaban Wrote:  also how can we download source of uoext i just can't find the link on google source link.
You can get working copy with TortoiseSVN or (if you use console version of subversion) using this command:
svn checkout http://uo-ext.googlecode.com/svn/trunk/ uo-ext-read-only
(This post was last modified: 08-07-2012 05:42 PM by Warstone.)
08-07-2012 05:40 PM
Find all posts by this user Like Post Quote this message in a reply
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #5
RE: UOExt - We do what EA can't.
in the past there was a new client coded, palanthair was it´s name.
there were also custom packets like making new size for anims ingame. you could change the body anim from the c_man, for example, to a smaller size so that he is looks like a dwarf.
and I know that valios supported this packet via new sendpacket command. I also used this sendpacket command and it worked.
So, it is possible to support custom packets.

but for my understanding.
with this tool, it will be possible to make such things like I wrote down above?
is there anything else we can do in the future like making new paperdoll and so on?
(This post was last modified: 08-07-2012 11:43 PM by admin phoenix.)
08-07-2012 11:40 PM
Find all posts by this user Like Post Quote this message in a reply
Warstone
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #6
RE: UOExt - We do what EA can't.
Right now UOExt is only... A kind of framework, that runs your code in client address space and allow you to react on protocol...

You can hook CreateDirectDraw function (or smth like this) and return to client your object. This will allow you to control "what client draws on screen"... So generally - yes you can, but it will be hard to do.

What you could do (It will be done someday by me) is... Update static and map in runtime.
08-08-2012 01:08 AM
Find all posts by this user Like Post Quote this message in a reply
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #7
RE: UOExt - We do what EA can't.
for that I have centred. not the same but ok for that Smile
08-08-2012 04:41 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #8
RE: UOExt - We do what EA can't.
i don't think centred can change statics/map while the server is running Veryhappy
08-08-2012 07:16 AM
Find all posts by this user Like Post Quote this message in a reply
ShiryuX
Journeyman
*

Posts: 249
Likes Given: 1
Likes Received: 19 in 14 posts
Joined: Mar 2010
Reputation: 4



Post: #9
RE: UOExt - We do what EA can't.
If you give me the information to bound it, I'll do itSmile
08-08-2012 11:36 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Warstone
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Jun 2012
Reputation: 0



Post: #10
RC2 is out!
Finally it's here. Final changelog:
Code:
Changes from RC1 to RC2
[Core]
  [ADD] UOExt now can read client launch params and use it like IP/Port (I.E: client.exe 127.0.0.1:2593 will force client to connect to this IP/Port. Razor will be overrided).
  [ADD] If normal connect won't answer as needed during Update process, UOExt wil try NOT port for same IP.
  [ADD] Persistent connection to Update server if needed.
  [ADD] Plugins can now export API for other plugins.
  [ADD] x64 and Unix server support based on XML information of plugins.
  [ADD] If this is debug build, than packet logging enabled.
  [ADD] Standalone server now can listen all IPs, if m_IP is null in config.
  [ADD] Several fixes for 2.0.3 support. Right now UOExt can work with 2.0.3 client if you patch it's encryption.
  [FIX] (Speedup) Updater now can update UOExt and reload it without reloading client.
  [FIX] Broken "connect" API call.
  [FIX] Broken UOExt.GUI.dll update reload.
  [FIX] When update packet(s) hasn't come from server UOExt crashes.
  [FIX] If no Plugins folder in UO - UOExt crashes.
  [FIX] GetPacketLength error.
  [DROP] WindowProc hook.
  [DROP] Runtime injection API.
[GUI]
  [CHANGE] New logo, that generated in runtime with semi-transparency. :P
08-16-2012 08:38 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)