Jump to content
Korean Random
Sign in to follow this  
DJexpert

Minimap suggestion

Recommended Posts

Hi i have little request :). Base + vtype colors on minimap :).
For example:

Ally base flag + vehicle icons are blue and enemy have pink, as before old XVM customization.

 

Edited by DJexpert

Share this post


Link to post

Short link
Share on other sites
10 hours ago, DJexpert said:

as before old XVM customization

 

In the default configuration, never these colors were not.

 

10 hours ago, DJexpert said:

little request

10 hours ago, DJexpert said:

blue and enemy have pink

 

In the "default" configuration, however, perverted colors are not needed, use them in your custom config.

 

Edited by Jonario

Share this post


Link to post

Short link
Share on other sites
5 hours ago, Jonario said:

 

In the default configuration, never these colors were not.

 

 

In the "default" configuration, however, perverted colors are not needed, use them in your custom config.

 

Ye i know in default not. But in colors.txt are rows:

  • "system": {
                "ally_alive":                "0x0000FF",
                "ally_blowedup":            "0x000066",
                "ally_dead":                "0x00FFFF",
                "enemy_alive":                "0xFFFF00",
                "enemy_blowedup":            "0x660000",
                "enemy_dead":                "0xFF5000",
                "squadman_alive":            "0x00FF00",
                "squadman_blowedup":        "0x003300",
                "squadman_dead":            "0x009900",
                "teamKiller_alive":            "0xFF00AF",
                "teamKiller_blowedup":        "0x660046",
                "teamKiller_dead":            "0xFF99DF",
    • This rows:
                  "ally_base":                "0x0000FF", (BLUE)
                  "enemy_base":                0xFFFF00 (YELLOW)
              },

it does not work.

I do not know how to make it work.

Share this post


Link to post

Short link
Share on other sites
1 час назад, DJexpert сказал:

it does not work. I do not know how to make it work.

 

Yes. this is not order. Wrote about it in the development subject.

 

17 часов назад, DJexpert сказал:

Ally base flag + vehicle icons are blue and enemy have pink

 

These elements also can be changed by editing the original game resources.

res\packages\gui.pkg\gui\flash\atlases\battleAtlas.png
res\packages\gui.pkg\gui\flash\atlases\battleAtlas.xml

Using the program: CCAtlas by ktulho

Edited by night_dragon_on

Share this post


Link to post

Short link
Share on other sites

 

2 hours ago, H_E_K_P_O_M_A_H_T_ said:

ges_clap2.gif

ec29a2b80fc175f1098c87efea99d1d9.png

Nice and minimap vehicle icons and base? :)

i try CCAtlas. Work good.

Screen:

Normal Games:

shot_014.jpg

Big Battles:

shot_015.thumb.jpg.bd671bd062be2576e31bb202258c1774.jpg

Edited by DJexpert

Share this post


Link to post

Short link
Share on other sites
4 часа назад, H_E_K_P_O_M_A_H_T_ сказал:

ges_clap2.gif

ec29a2b80fc175f1098c87efea99d1d9.png

Это не для меня не принимает цвет, что я вхожу здесь   ( Поэтому я могу настроить то, что хочу в color.xc, он не принимает его )

 

 

Другой работает отлично, без проблем: 

res\packages\gui.pkg\gui\flash\atlases\battleAtlas.png
res\packages\gui.pkg\gui\flash\atlases\battleAtlas.xml

and with this program: CCAtlas by ktulho

 

THX

 

Edited by sicfunzler

Share this post


Link to post

Short link
Share on other sites
17 минут назад, sicfunzler сказал:

Это не для меня не принимает цвет, что я вхожу здесь   ( Поэтому я могу настроить то, что хочу в color.xc, он не принимает его )

редактировать нужно teamBasesPanel.swf

 

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
17 минут назад, H_E_K_P_O_M_A_H_T_ сказал:

редактировать нужно teamBasesPanel.swf

 

вопрос в том, что он исправит ошибку или вам нужно отредактировать teamBasesPanel.swf

 

было бы здорово, если бы оно окрашивалось цветом.xc с

 

Спасибо за муэхен

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites
3 минуты назад, sicfunzler сказал:

вопрос в том, что он исправит ошибку или вам нужно отредактировать teamBasesPanel.swf

в данный момент изменить цвет полосы захвата баз можно только в этом файле.

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Minimap is ready for code as PNG format:

Quote

 

minimapLabelsTemplates.xc

        "vtypeSpotted": {
            "$ref": { "path":"def.defaultItem" },
            "enabled": true,
            "align": "center",
            "valign": "center",
            "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ],
            "layer": "top",
            "textFormat": { "font": "xvm", "size": 13, "align": "center", "valign": "center" },
            //"format": "<font color='{{c:system}}'>{{vtype}}</font>"
            "format": "<img src='xvm://res/AGProductionsCz/Minimap/iconsSpotted/blueyellow/{{c:system}}/{{vtype}}{{level}}.png' width='13' height='13'>"
        },

        "vtypeLost": {
            "$ref": { "path":"def.defaultItem" },
            "alpha": 50,
            "align": "center",
            "valign": "center",
            "flags": [ "ally", "enemy", "squadman", "teamKiller", "lost", "alive" ],
            "layer": "bottom",
            "textFormat": { "font": "xvm", "size": 13, "align": "center", "valign": "center" },
            "format": "<img src='xvm://res/AGProductionsCz/Minimap/iconsSpotted/blueyellow/{{c:system}}/{{vtype}}{{level}}.png' width='13' height='13'>"
        },

        "vtypeDead": {
            "$ref": { "path":"def.defaultItem" },
            "alpha": 100,
            "align": "center",
            "valign": "center",
            "flags": [ "ally", "enemy", "squadman", "teamKiller", "dead" ],
            "layer": "substrate",
            "textFormat": { "font": "xvm", "size": 9, "align": "center", "valign": "center" },
            "format": "<img src='xvm://res/AGProductionsCz/Minimap/iconsDead/blueyellow/{{c:system}}.png' width='9' height='9'>",
            "shadow": { "$ref": { "path":"def.defaultItem.shadow" }, "strength": 3 }
        },

 

Quote

Normal:

Ally / Squad / Enemy / TeamKiller

#00FFFF / #009900 / #FF5000 / #FF99DF

5a42322ae0666_00FFFF.png.2180cfda9c8efc812f036dd71e7cfc2f.png5a42322b2c1f4_009900.png.5da4c7d3283b44b268b195ddc77b0675.png5a42322b7a24e_FF5000.png.475d347311eea7617b7fa6d6d0629687.png5a42322b67eb2_FF99DF.png.4d214636c4bf1316855e50a46cd277d8.png

Blowed UP:

#000066 / #00330 / #660000 / #660046

5a42322b05bcc_000066.png.31c6ac63d64830af42946b49fa53c863.png5a42322b18423_003300.png.dab58a9e05d4b941fa09b29a7fe01348.png5a42322b43778_660000.png.db2398201bc389081449f9eefb40be1a.png5a42322b55568_660046.png.3adf78d9ee5a46784c724f1e79ef7c4e.png

Tier 1-8:

Colors:

Blue: #0000FF

Green: #00FF00

Yellow: #FFFF00

Pink: #FF00AF

LT8.png.94b1254d9fc843f16dd6a1a81495fa8f.pngMT8.png.e18bb7d4ee2b65fd21f71f6169688e2b.pngHT8.png.f73a059ca6a29b27290693e022fda52e.pngTD8.png.59b683f8632f2d1e2bd07fb4f11030d8.pngSPG8.png.283d24e05027b7890483bacdeb25b17a.pngLT1.png.32ba08353d3ccb2b94bebe8ae80e6ae8.pngMT1.png.a2410305c72a3a85f61ea8060d914f4d.pngHT1.png.598d95df986b897ca1b9bffdadae547c.pngTD1.png.e6aec4428f5d003fe23610f54dba0918.pngSPG1.png.ef125e83079fd0d6862562fd2fa5128c.pngLT8.png.834f35bf5314bbfc6c1b04948753bed5.pngMT8.png.75d75518e88bd298a8859e5b2c482785.pngHT8.png.549717114a4f9575c0168ffa2db958f1.pngTD8.png.9789b10413f4fcb610022b6864f4ef71.pngSPG8.png.18d6c5411b5dec24f5922a2bc804e83a.pngLT1.png.ad13d44ad03d4fbf3682301a5a396c37.pngMT1.png.f65d29ecc75998d83b0d477057a24122.pngHT1.png.5795dd302c5675c2a0905ceb5e89f6dc.pngTD1.png.88bc932f0fc37e5af0932010dc088c8a.pngSPG1.png.faa0a2acbcf1f0a07278af49481964b4.png

Tier 9:

LT9.png.5f88a87fa81179eb0286b5c7b7ad61f0.pngMT9.png.966f6076ec399745d83e806d48745ed9.pngHT9.png.a078b9fea36deeb8a32ca0b5ab2373d9.pngSPG9.png.2d4a45f48cd2f0c2d8d71f68ece46ecd.pngTD9.png.7a91a622b0320d8228e123e4ab22811e.pngLT9.png.fe250c7cb65b35f53ed8d0bfe372cf2b.pngMT9.png.632f72a601323b47ab10b563539a097f.pngHT9.png.5237fbd7d3b77238af207df7fc38d4d2.pngTD9.png.521762ec2d655c0abb047beaeb4334ea.pngSPG9.png.4ed2d5995c82a43d624167cfadb8b3f8.pngLT9.png.c17c94557260bd9e101a1367114f037a.pngMT9.png.e7d6c872d64fea1e5217d1ddae63ab3e.pngHT9.png.4d5fe897998a1501a3b98263e5340a4f.pngTD9.png.b46f7d6840a51f4afbae7dc69d18c26d.pngSPG9.png.9c3dee04b1c767c6684c2b39dd651c8b.pngLT9.png.516c29ae286ea5d17ef92676850ef5f6.pngMT9.png.e0f1f7b1fdf364dd2f6d92cd27873c27.pngHT9.png.34712e952c0ab2fae6a9502c8fcf6a7e.pngTD9.png.bd6087ffdd55a55f5c8499b79084fa26.pngSPG9.png.646c2b311b58c4d3ac52ec6a68db665e.png

Tier 10:

LT10.png.af614f698402fc2b2a7be69f15ce8d7a.pngHT10.png.560f1a5291e2bad3b62780d6f5bd4f69.pngMT10.png.beb71f1965cb466dec0c88bfe6243dbc.pngTD10.png.025f730612631032d8fec987d371589e.pngSPG10.png.ad61c416a3109a7bfb9bdba486f80f5d.pngLT10.png.ebb30d7e709bb9f77353693ac812e6ad.pngMT10.png.5251a7bd00e7f76a201c680bb9cf0cd1.pngHT10.png.d6c489a2394f7e734cb069f9babae531.pngTD10.png.88491328ef4122674e5c48c9b77cca90.pngSPG10.png.1a52316981a8b4758de1143c69481473.pngLT10.png.fc12dc70b1dfb686423833f53b91c70b.pngMT10.png.1be4438b11e785b3f22c587390cf3da1.pngHT10.png.4eb6a7f5cd433b5b0b8d9e4939d6a163.pngTD10.png.3177c244a307813ae28b0a47e9881d04.pngSPG10.png.e4059257049a3ca0a1e1d37f8d8a31d2.pngLT10.png.71ec7561bf08cccf6cef18159bcb72fc.pngMT10.png.605dc587e5e6f7070262314aef73f0f1.pngHT10.png.766457f650f87561e3ba96392a7a6516.pngTD10.png.03ca55db01c9d441e7205080c3c927d0.pngSPG10.png.809d30bc14ee0e405344f51918f8315c.png

Quote

 

shot_029.pngshot_018.png

 

 

Edited by DJexpert

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