Jump to content

Recommended Posts

hello, I started to learn clienta coding but I do not know where I can change the setting of these warriors

tests every function in turn, but I can not find ;/

code.png

 

I want to change their setting in the client

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/20207-coding-the-client-i-am-looking-for-a-function/
Share on other sites

you have introcreate and introselect.py

 

you need to look at 

class CharacterRenderer(ui.Window):

 and there you have

            grp.SetViewport(0.5, 0.0, 0.5, 1.0)
            
            app.SetCenterPosition(0.0, 0.0, 0.0)
            app.SetCamera(1550.0, 15.0, 180.0, 95.0)
            grp.SetPerspective(10.0, (float(wndMgr.GetScreenWidth()) / 2.0 / float(wndMgr.GetScreenHeight())), 1000.0, 3000.0)
 

mainly you need to play with app.SetCamera

  • Love 1

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.