Metin2 design of game interface

05/02/2016 22:56 pokomi0012#1
Hi

Yesterday i started to do some graphic changes of my metin client. And i got a problem. I can't find anything like guide to learn ho to do it. So someone who can help me?

With this design i mean position of HP bar, inventory, bars and something like that :)
05/03/2016 01:02 Kira Mikami#2
You need a little bit knowlege of programming/coordinates ect.

I think, that the Healtbar and anything in the Taskbar is packed in the uiTaskBar.py in the Root Folder.

Its named like: self.hpGauge or something like this.

Sorry for my bad english.
05/03/2016 09:18 Zevion#3
#moved…
05/03/2016 10:29 mrapc#4
You need to learn some Basic python

Taskbar, inventory and login/select Design are in the locale Archiv
(locale_de/locale_ed etc.)

Everything else is in uiscript if you cant find it in the locale_(de)/ui/
This are the Design script files. To make different functions and/or animations etc. you need to work with the files in root.
There is not one guide how to make it but some small tutorials on how to do sertain things if you search for it.
05/03/2016 12:19 pokomi0012#5
Thx so much :) I have some knowledge of python so i will try it :)