EOSERV Forum > Client Editing > Text Field Overdrawn Vertical "shadow" Fix
Page: << 1 >>
Text Field Overdrawn Vertical "shadow" Fix
Author Message
Post #200004 Text Field Overdrawn Vertical "shadow" Fix

I don't know if I'm the only one who has noticed the additional pixel that extends below text fields in the client, but here's a fix anyway.

In the image below, if you hadn't noticed it before, you should be able to see the little issue I'm referring to. It's not as noticeable with the original UI, but it definitely stands out if you make your own and don't use brown...


Anyway, here are the text fields after applying the patch...



The fix involves replacing a single opcode...

If you have, or feel like finding, an unpacked v0.000.028 client you can apply the patch yourself following the simple guide below.

> Open the unpacked client executable in your preferred hex editor.
> Jump to the following file offset: 0x5B0B4
> Replace 41(inc) with 49(dec)

I was going to share the unpacked client with the patch already applied, but this seems to be against the rules due to copyright reasons, so I'm working on a small program to both unpack the client and apply the patch, so when that's ready I suppose I'll just share that instead. ^^;

Enjoy. ^^
---
【eoserv―isana】
7 years, 50 weeks ago
Post #200285 Re: Text Field Overdrawn Vertical "shadow" Fix

Oh wow thanks!

---
I not hacker

“Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its
whole life believing that it is stupid.” - Albert Einstein : Really Great Quote Ramy!
7 years, 44 weeks ago
Page: << 1 >>

EOSERV Forum > Client Editing > Text Field Overdrawn Vertical "shadow" Fix