Jump to content

Recommended Posts

Hello everybody!

I have a little problem here with my in-game design here is a screen so you can see what i mean

Screen: https://metin2.download/picture/U0xgA7ee2b16VWKU6Y9t8l39OrafO7qH/.jpg

Everything needs to be centered and the black lines you see in it needs to be removed, can somebody tell me how i can do this?

Kind regards

- Aurora

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/7342-in-game-design-bugged/
Share on other sites

  • Active+ Member

open ur ui.py and search:

class ThinBoard(Window):
 
and now replace this:
    CORNER_WIDTH = 16
    CORNER_HEIGHT = 16
    LINE_WIDTH = 16
    LINE_HEIGHT = 16
 
with this:
    CORNER_WIDTH = 32
    CORNER_HEIGHT = 32
    LINE_WIDTH = 16
    LINE_HEIGHT = 16

 

 

#Done

.Kori

  • Love 1
Link to comment
https://metin2.dev/topic/7342-in-game-design-bugged/#findComment-46266
Share on other sites

Thanks kori!

But i just got a little problem left here is a screen: https://metin2.download/picture/34WcXJ4MkRgffGkfN8tNPOPvvNclSsPn/.png

I hope you can help me with this to.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/7342-in-game-design-bugged/#findComment-46279
Share on other sites

Thanks kori!

But i just got a little problem left here is a screen: https://metin2.download/picture/34WcXJ4MkRgffGkfN8tNPOPvvNclSsPn/.png

I hope you can help me with this to.

​uitarget.py

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/7342-in-game-design-bugged/#findComment-46289
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.