Jump to content
Korean Random
Aergeris

Capture Bar and personal Mission Progress

Recommended Posts

Hi,

is it possible to move the capture bar and the personal mission progress seperately from each other? They seem to be linked.

shot_001.jpg

Share this post


Link to post

Short link
Share on other sites

@Aergeris You can move capture bar inside captureBar.xc and mission progress inside elements.xc

captureBar.xc
edit "y" (add "x" if needed):

  "captureBar": {
    "enabled": true,
    "y": 60,


elements.xc
add example:

    "questProgressTopAnimContainer": { "$interval": 1000, "x": "{{py:sub({{py:xvm.screenWidth}},450)}}", "y": 27 },
    "questProgressTopView" :  { "$interval": 1000, "x": "{{py:sub({{py:xvm.screenWidth}},450)}}", "y": 27 }

I should be moved to top/right, but you can edit x/y how you see fit.

If you have trouble editing elements.xc here is example: elements.xc

pmission.jpg.d2a4d50460d13249d20701de108217f1.jpg

Edited by Ress
  • Upvote 4

Share this post


Link to post

Short link
Share on other sites

Hello, can you click on the button to drag and it does not change so it stands still

11 часов назад, Ress сказал:

 

shot_001.jpg.1245290aa8c2fa5dd59d8f198108cda1.jpg.96f96d18d25db3da47f6f76efe5b3ef1.jpg

Share this post


Link to post

Short link
Share on other sites

increase Y (to move it down)
remove X part (to keep it centered)
It should work. :huh:

example:

    "questProgressTopAnimContainer": { "$interval": 1000, "y": 150 },
    "questProgressTopView" :  { "$interval": 1000, "y": 150 }

example.jpg.5cbde8673d30f0442501269a061965d3.jpg

PS. someone correct me if i am wrong.

  • Upvote 2

Share this post


Link to post

Short link
Share on other sites
В 29.09.2018 в 07:37, Ress сказал:

increase Y (to move it down)
remove X part (to keep it centered)
It should work. :huh:

example:


    "questProgressTopAnimContainer": { "$interval": 1000, "y": 150 },
    "questProgressTopView" :  { "$interval": 1000, "y": 150 }

example.jpg.5cbde8673d30f0442501269a061965d3.jpg

PS. someone correct me if i am wrong.

И как мне это сделать у себя? Вот мой файл ...

elements.xc

В 29.09.2018 в 07:37, Ress сказал:

увеличьте Y (чтобы переместить его)
удалите часть X (чтобы она была сосредоточена).
Она должна работать. : Да:

пример:


          
            

example.jpg.5cbde8673d30f0442501269a061965d3.jpg

PS. кто-то поправьте меня, если я ошибаюсь.

Скиньте файл как на фото сделано.

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...