my concept interface

Mu online season 21 - grand opening

DeathWish

LOMCN VIP
VIP
Oct 29, 2003
1,269
2
265
YouKnowWho said:
You should be able to change that. Do you have a copy of the Delphi client source?

Edit: Found my copy of the source.

Code:
   drawingbottomline := 450;

    if mmm < drawingbottomline then begin //ºÒÇÊ¿äÇÏ°Ô ±×¸®´Â °ÍÀ» ÇÇÇÔ
          ObjSurface.Draw (n, mmm, DSurface.ClientRect, DSurface, TRUE)
     end;

This is why there is a black part, because the client does not draw anything after line 450. If you open the client exe in a hex editor, and search for 450 it should just be a simple case of changing it to 640 (the height of the screen).

However there may be more than one variable with that value, so you will need to either change them all, or try and find the correct one.


what else in the delphi source do you think you would need to change? :P

i tried that 450 to 640 and it made no difference :\
 

Chriz

Captain Lurker
VIP
Mar 24, 2003
1,198
1
336
315
LOMCN
if u managed to extend the screen, the char wouldnt look like its in the middle of the screen...
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
i think the left and right of interface + the chat text, would make sure it looks right. though without being able to test it we'll neva kno.
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,288
520
not really. im still working on it, but its not going to be fully usable unless we can extend the cutoff point.
 

UniTY

O.G.
VIP
Apr 29, 2003
272
12
135
Florida, USA
This is why every attempt I did at making a new interface went tits up. Since its never seen, they simply didn't draw it (as ykw has said).. I liked your idea but i knew you would hit this wall :\

YKW: Been awhile :)