Yoko

All sides of Injection
It is currently 2024-03-19 05:08:29

All times are UTC+02:00




Post new topic  Reply to topic  [ 14 posts ] 
Author Message
PostPosted: 2013-01-29 16:58:33 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
Hi guys.

I'm developing a launcher for a shard and wanted to change the resolution of the game area. As we all know it, UO Client only allows for resolutions 640x480 and 800x600. It looks ugly and is a waste on more recent displays that go up to 1900x1200.

I've searched in some places, including Razor (which allows this kind of change) forums and I found out that it might have something to do with DLL Injection on the Client, or something like that. I want to be able to do the same on my launcher.

I was hoping if you guys could give me some help on this, or provide some snippet on how to do it, or even just point me in the right direction. I'm developing the launcher in C#, in which I'm proficient, but I can tackle some C/C++ if needed, or any other language.

Thanks in advance for anyone's help!


Top
   
PostPosted: 2013-01-29 18:11:27 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
it is possible, but not on all clients.
Russian language

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2013-01-29 18:18:30 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
Mirage wrote:
it is possible, but not on all clients.
Russian language


Hello Mirage. Thanks a lot for your reply!

Unfortunately I can't read Russian. I tried with Google translate but it ain't comprehensible at all. Any chance you can translate it for me or give the general idea? Both simple and technical explanations would be great!

Thanks again!


Top
   
PostPosted: 2013-01-29 19:22:33 
Offline
User avatar

Joined: 2009-05-28 09:58:28
Posts: 2802
Location: Иваново
what version of the client is planned to be on the server?

_________________
Image
YokoInjection CodeSweeper
Ошибка "Unhandled exception in parser"
Стрелялка для олдов.


Top
   
PostPosted: 2013-01-29 19:38:46 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
Mirage wrote:
what version of the client is planned to be on the server?


It's client 5.0.9.1. Thanks!


Top
   
PostPosted: 2013-02-05 14:55:40 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
So, any help?


Top
   
PostPosted: 2013-02-05 15:58:55 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
From what I know 5091 won't work, but I haven't tried.

Also you can't enlarge your screen very much, because the game client doesn't show more than apox. 1200x900. anything beyond is just black screen...

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
PostPosted: 2013-02-05 16:10:09 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
Nmy wrote:
From what I know 5091 won't work, but I haven't tried.

Also you can't enlarge your screen very much, because the game client doesn't show more than apox. 1200x900. anything beyond is just black screen...

Well it certainly is way better than the current 800x600. I'll be having an option on the launcher for people to show the resolution they want before launching the client. I think most people will settle with a 1024x768 resolution, but it's nice to have 1200x900 available.

Thing is I don't have a clue on how to do this. Can you help? Thanks!


Top
   
PostPosted: 2013-02-06 13:51:19 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Is your server up? Where can I download full game? i'll look into it..

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
PostPosted: 2013-02-06 14:06:14 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
Hello again.

Thanks in advance for your help. Our shard site is at http://www.theuoproject.com
Create an account here: http://www.theuoproject.com/join.php (please mind that account activation takes 10min tops).
You can then just download our full package from here: http://www.theuoproject.com/downloads/TheUOProject.zip

Just extract login and play.
Looking forward to get a hint/help from you!

Thank you again!


Top
   
PostPosted: 2013-02-06 17:43:42 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
After patching client. doesn't work

Image

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
PostPosted: 2013-02-06 18:07:02 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
You don't really need to patch anything else.
Just download our full package from the link I've put in previous post and it's ready to play.. Just run client.exe


Top
   
PostPosted: 2013-02-07 11:39:39 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
In order to change resolution you have to patch the client. Since I don't use razor, but I've heard that razor can change resolution.

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
PostPosted: 2013-02-07 11:47:08 
Offline

Joined: 2013-01-29 16:50:11
Posts: 8
Yes, you're right. Razor can change the resolution, but Razor is a forbidden application in our server.
I've already tried posting on Razor forums in order to get some help as to how do they do it in Razor, but 1) Razor's closed source, 2) they don't seem very responsive.

So, I came here, in hope that someone could give me a hint on how could this be achieved. I'm not necessarily looking for a "ready to use" solution. I can investigate myself but I don't have the slightest idea on where to begin?

Thanks in advance!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 14 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited