Page 1 of 1
Simplify GTR3 Pro (Lattenknaller)
Posted: 04 Jul 2024, 10:06
by amazfitfacesafrica
Hello, guys. Please can someone with skills from creators convert this watchface exactly as it is for GTR3 Pro because editor 11 can't convert it properly because uses ttf font and GTR3 Pro don't support ttf font. Thanks to creators for the help and thanks to Lattenknaller for his amazing works. Thank you.
https://amazfitwatchfaces.com/balance/view/1201
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 04 Jul 2024, 11:43
by asoo
amazfitfacesafrica wrote: 04 Jul 2024, 10:06
Hello, guys. Please can someone with skills from creators convert this watchface exactly as it is for GTR3 Pro because editor 11 can't convert it properly because uses ttf font and GTR3 Pro don't support ttf font. Thanks to creators for the help and thanks to Lattenknaller for his amazing works. Thank you.
https://amazfitwatchfaces.com/balance/view/1201
In my opinion The problem shouldn't be related to the editor. I think the program itself does the size conversion correctly. The problem should be that GTR3pro doesn't support TTF for some elements, so even though the program can convert the sizes correctly, It cannot be used with GTR3pro because the problem is that GTR3pro does not support TTF.
Therefore, in the case of wanting to use this dial with GTR3pro, you must create a new one by editing the custom script and creating an image font to use in place of the element that uses TTF for display.
This file is not watchface. This file contains images of numbers only.
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 04 Jul 2024, 12:08
by amazfitfacesafrica
asoo wrote: 04 Jul 2024, 11:43
amazfitfacesafrica wrote: 04 Jul 2024, 10:06
Hello, guys. Please can someone with skills from creators convert this watchface exactly as it is for GTR3 Pro because editor 11 can't convert it properly because uses ttf font and GTR3 Pro don't support ttf font. Thanks to creators for the help and thanks to Lattenknaller for his amazing works. Thank you.
https://amazfitwatchfaces.com/balance/view/1201
In my opinion The problem shouldn't be related to the editor. I think the program itself does the size conversion correctly. The problem should be that GTR3pro doesn't support TTF for some elements, so even though the program can convert the sizes correctly, It cannot be used with GTR3pro because the problem is that GTR3pro does not support TTF.
Therefore, in the case of wanting to use this dial with GTR3pro, you must create a new one by editing the custom script and creating an image font to use in place of the element that uses TTF for display.
This file is not watchface. This file contains images of numbers only.
Chr_imgae_orbitron.rar
Hello and thank you for reply. I know that it must be from created from scratch thats why i request for help from skilled creators. I don't have the knowledge and the skills to create watchface from scratch. I like very much watchfaces with changing panels like this.
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 14 Jul 2024, 09:57
by asoo
amazfitfacesafrica wrote: 04 Jul 2024, 12:08
asoo wrote: 04 Jul 2024, 11:43
amazfitfacesafrica wrote: 04 Jul 2024, 10:06
Hello, guys. Please can someone with skills from creators convert this watchface exactly as it is for GTR3 Pro because editor 11 can't convert it properly because uses ttf font and GTR3 Pro don't support ttf font. Thanks to creators for the help and thanks to Lattenknaller for his amazing works. Thank you.
https://amazfitwatchfaces.com/balance/view/1201
In my opinion The problem shouldn't be related to the editor. I think the program itself does the size conversion correctly. The problem should be that GTR3pro doesn't support TTF for some elements, so even though the program can convert the sizes correctly, It cannot be used with GTR3pro because the problem is that GTR3pro does not support TTF.
Therefore, in the case of wanting to use this dial with GTR3pro, you must create a new one by editing the custom script and creating an image font to use in place of the element that uses TTF for display.
This file is not watchface. This file contains images of numbers only.
Chr_imgae_orbitron.rar
Hello and thank you for reply. I know that it must be from created from scratch thats why i request for help from skilled creators. I don't have the knowledge and the skills to create watchface from scratch. I like very much watchfaces with changing panels like this.
Understand before downloading
This watch face I made will not accept any further edit requests.
This dial has some elements that are different from the original.
You can bring this watchface to upload it on the web,
But if this dial has an original on this website, please request permission from the owner of the work before proceeding.
I will not take any responsibility. regarding actions that have not yet received consent from the owner of the work .
And please
do not give credit to me
and please take responsibility for the work you upload yourself.
This watch face was not test on real device .
Therefore, users please manage the risk yourself.
If anyone wants to make additional changes to be compatible with your existing device, please do so yourself.
PS.
If the requester has not yet asked for permission from the owner of the work to adapt it. If the owner requests deletion, I will delete it immediately.
This watch face may not function as original.
Because some commands cannot work on GTR3pro , GTR3 .
( ZeppOS1)

GTR3PRO:
GTR3:
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 14 Jul 2024, 10:39
by Picajets
Muchisimas gracias por su respuesta tan rápida saludos cordiales
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 14 Jul 2024, 10:45
by amazfitfacesafrica
Thank you, asoo!
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 14 Jul 2024, 11:18
by mrbutthead
@asoo hi, can i have a version for gtr 4 ?
Re: Simplify GTR3 Pro (Lattenknaller)
Posted: 14 Jul 2024, 12:01
by asoo
mrbutthead wrote: 14 Jul 2024, 11:18
@asoo hi, can i have a version for gtr 4 ?
I think GTR4 can be converted with an editor from the original file, so I think I won't do this part.
You can convert and edit the script a bit and it should work with GTR4.
After converted , script that needs editing, search in script ( user_functions.js )
and edit the x,y,w,h values to match the code below, it can be used (there are 2 points)
Code: Select all
normal_background_bg.setProperty(hmUI.prop.MORE, {
x: 0,
y: 0,
w: 466,
h: 466,
color: colorstring,
show_level: hmUI.show_level.ONLY_NORMAL,
});
normal_analog_clock_time_pointer_second.setProperty(hmUI.prop.MORE, {
second_path: secstring,
second_centerX: 233,
second_centerY: 233,
second_posX: 233,
second_posY: 233,
show_level: hmUI.show_level.ONLY_NORMAL,
});
Looking at the work you've uploaded, I think you can do it easily.