Jump to content
Korean Random
Sign in to follow this  
GameZXaker

Часы в ангаре

Recommended Posts

Как настроить расположение этих часов в ангаре? Или за это отвечает другой мод?

post-21185-0-93239500-1411809428_thumb.jpg

post-21185-0-41000800-1411809438_thumb.jpg

Share this post


Link to post

Short link
Share on other sites

Я вот так себе сделал, разрешение монитора 1920х1080.

 

/**
* Clock in hangar
* Часы в ангаре
*/
{
"clock": {
"enabled": true,
"x": -875,
"y": 100,
"width": 300,
"height": 60,
"topmost": true, // true - place at top of other windows, false - at bottom
"align": "right", // horizontal alignment of field at screen ("left", "center", "right")
"valign": "top", // vertical alignment of field at screen ("top", "center", "bottom")
"textAlign": "right", // horizontal alignment of text in field ("left", "center", "right")
"textVAlign": "center", // vertical alignment of text in field ("top", "center", "bottom")
"alpha": 100, // transparency in percents (0..100)
"rotation": 0, // rotation in degrees (0..360)
"borderColor": null, // if set, draw border with specified color ("0xXXXXXX")
"bgColor": null, // if set, draw background with specified color ("0xXXXXXX")
"antiAliasType": "advanced", // anti aliasing mode ("advanced" or "normal")
// Macros available (case sensitive):
// {{Y}} - full year (4 digits)
// {{M}} - month number (1-12)
// {{MM}} - short month name (Jan)
// {{MMM}} - full month name (January)
// {{D}} - day number (1-31)
// {{W}} - short weekday name (Mon)
// {{WW}} - full weekday name (Monday)
// {{h}} - hour
// {{m}} - minute
// {{s}} - second
"format": "{{W}}. {{D%02d}} {{MM}}. {{h%02d}}:{{m%02d}}",
"shadow": {
"enabled": true,
"distance": 0, // (in pixels)
"angle": 0, // (0.0 .. 360.0)
"color": "0x000000", // "0xXXXXXX"
"alpha": 70, // (0 .. 100)
"blur": 4, // (0.0 .. 255.0)
"strength": 2 // (0.0 .. 255.0)
}
}
}

Share this post


Link to post

Short link
Share on other sites

ОкЭ, ща попробую


P.S: Не, не помогает, разрешение 1680х1050

Edited by GameZXaker

Share this post


Link to post

Short link
Share on other sites

 

 

Не, не помогает
я думаю, Вы не там редактируете. Убедитесь, что Ваш конфиг ссылается в секции ангара на тот файл, который на скриншоте. 

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...