Jump to content
Korean Random
Sign in to follow this  
zekias87

How do I move the Hitlog?

Recommended Posts

Hi!

In previous versions of XVM there were X and Y coordinates in hitLog.xc:

 

    // X position (negative values - bind to right side of screen).
    "x": 330,
    // Y position (negative values - bind to bottom side of screen).
    "y": 10,

 

Now there are no such coordinates anymore and I wonder if anyone know how to change the position of the hitlog? For me the hitlog is behind the players panel since I use the Large panel.

 

 

And also how to add more lines? In the old one it was pretty clear:

 

   // Number of lines with hits. Old lines will be pushed out.
        "lines": 10,

 

Now I dont see anything that is obvious to me.

 

Anyone know how to fix these things? It would be appreciated.

And also, BIG thanks to the XVM-team for all their hard work!

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

battleLabelsTemplates.xc

indeed

Thank you. You dont have to be snide about it tho. It's not like you had to go to that file in previous versions.

 

But what about the number of lines? I would like to see more lines in my hitlog, anyway to fix that as well?

Share this post


Link to post

Short link
Share on other sites

Thank you. You dont have to be snide about it tho.

i mean, i agree it is indeed not obvious.

 

But what about the number of lines? I would like to see more lines in my hitlog, anyway to fix that as well?

change

"height": 1000,

Share this post


Link to post

Short link
Share on other sites

 

i mean, i agree it is indeed not obvious.

 

change

"height": 1000,

 

Sorry for misunderstanding you! And a big thanks for the swift help! :)

 +1 to you!

While I'm here asking questions, I have another one related to the subject in a way. When I make changes, nothing happes in game, and yes I am restarting the game. Then suddenly after playing the game for a couple of hours and restarting a bunch of times suddenly one of the changes I have made comes through.

Is there a way to reset or to make sure the game loads the latest changes I have made?

 

I hope you understand what I mean :)

Share this post


Link to post

Short link
Share on other sites
 While I'm here asking questions, I have another one related to the subject in a way. When I make changes, nothing happes in game, and yes I am restarting the game. Then suddenly after playing the game for a couple of hours and restarting a bunch of times suddenly one of the changes I have made comes through.

Is there a way to reset or to make sure the game loads the latest changes I have made?

Looks like a syntax error in the config, that breaks it

mod shows a message about it on loading screen and and wright it in log file

If you want to get help http://www.koreanrandom.com/forum/topic/14300-please-read-before-posting-how-to-describe-your-problem-correctly-and-get-help-faster/

Share this post


Link to post

Short link
Share on other sites

Don't wanna open a new thread.

 

How do I achieve the same behavior as with the old "direction" command?

//    // Log direction: up - lines will be added from up to down, down - from down to up.
//    // Направление лога: up - строки добавляются сверху, down - снизу.
//    "direction": "up",

Share this post


Link to post

Short link
Share on other sites

Nope, does not work. It adds the entries below the header, but should add it above.

 

 

EDIT: "format": "{{hitlog-body}}\n{{hitlog-header}}" would change the order, but it still starts in the top of the hitlog label, when it should start at the bottom.

 

EDIT2: Nevermind, found it. "valign": "bottom",

Edited by OlliN

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.

Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...