Jump to content

Catii

Inactive Member
  • Posts

    63
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Catii

  1. Acum 2 ore, ExetY a spus:

    srPX5RB.jpg

    1.) Open EterLib/TextTag.h and add the new tags into the enum there:

    	TEXT_TAG_EMOJI_START, // |E
    	TEXT_TAG_EMOJI_END, // |e ex) |Epath/filename|h
    • Metin2 Dev 5
    • Good 1
    • Love 1
    • Love 1
  2. Acum 13 minute, Raptt a spus:


    0417 04:02:51745 ::   File "ui.py", line 1020, in CallEvent

    0417 04:02:51745 ::   File "ui.py", line 88, in __call__

    0417 04:02:51745 ::   File "ui.py", line 70, in __call__

    0417 04:02:51745 ::   File "uiWhisper.py", line 316, in AcceptTarget

    0417 04:02:51746 ::   File "interfaceModule.py", line 1488, in RegisterTemporaryWhisperDialog

    0417 04:02:51746 ::   File "uiWhisper.py", line 224, in OpenWithTarget

    0417 04:02:51746 ::   File "uiWhisper.py", line 322, in SetTimer

    0417 04:02:51746 :: NameError
    0417 04:02:51746 :: : 
    0417 04:02:51746 :: global name 'time' is not defined

    import time

  3. 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
×
×
  • 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.