Go Back Age of Conan Forums > General Forums > UI & Mod Customization
Reload this Page Mirage UI Epic colors fix file
Reply
Old July 7th, 2009, 08:12 PM     alijah is offline   #1
alijah
Tempest of Set Stygian
   
alijah's Avatar


Cimmeria PvP-RP
Default Mirage UI Epic colors fix file

After patch 1.05 the only issue with the Mirage UI I have had is the colors for items rare would show up black and Epic would show up Blue.. very confusing so I poked around and worked out this fix below. Perhaps it can save others some color headaches as it has done for me. In your customized folder where the mirage ui is placed there is a file named TextColors.xml open this with notepad. Replace the existing code with the following code by pasting it into the file.
(There is allot of code here make sure your last is code reads </Root>.)
After the code is pasted into the file save it as TextColors.xml in the directory you found it. the header includes the current patch version so run bycrom if another patch version has come out.
CODE is at

My Blog http://aguy.us/?p=152
or
Local Defense Guild website http://locald.mmoguildsites.com/forum_threads/253018

Last edited by alijah; July 7th, 2009 at 08:20 PM..
Reply With Quote
Old July 11th, 2009, 06:03 PM     Supernaut is offline   #2
Supernaut
Priest of Mitra Aquilonian
   
Supernaut's Avatar

The Old Timers Guild

Wiccana PvE
Default

Thank you so much. I ended up deleting the file temporarily, and I absolutely hate the default colors. I had just decided to start poking around the file myself when I found this. You're a life safer.

EDIT: I probably should have tried this fix before posting it seems. Sadly, this code makes the text on the log-in screen black. I haven't got any further than that, but it seems that the code is not being copied correctly off that blog page. When I copy the code into a file, it looks different after I have saved it, closed it, and then open it again. I have tried copying and pasting to the existing file. I have even tried creating new txt and doc files and copying the code to those, but it is still not copying right.

Perhaps if you can put the code on this page, I can try to copy it directly from here. Or perhaps if you can just tell what you changed, I can edit the existing file myself.

P.S. - Also, the second link you listed does not work. It comes up with a screen saying that I'm not authorized to view the page.
http://locald.mmoguildsites.com/errors/not_authorized

Last edited by Supernaut; July 11th, 2009 at 06:42 PM..
Reply With Quote
Old July 11th, 2009, 07:25 PM     Supernaut is offline   #3
Supernaut
Priest of Mitra Aquilonian
   
Supernaut's Avatar

The Old Timers Guild

Wiccana PvE
Default

Rather than wait, I decided to go ahead with my original plan to just go into the file and change it manually. I ended up just opening the default textcolors.xml file and copy/pasting the color codes from the mirage file to the default one, and then saving the modified one in the customized folder. I only tested it for a few minutes, but it seemed to work fine for me. If anyone else is interested, here is the code. Just copy and overwrite this code into the Textcolors.xml file in your customized folder, and it should work fine.

This code works fine for me, but I would still backup the textcolors.xml file before you modify it, just to be safe.

----------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 68039 $ (must be within the first 200 characters of the file) -->
<Root>
<HTMLColor name="html_link_color" color="active" />

<HTMLColor name="black" color="0x000000" />
<HTMLColor name="green" color="0x008000" />
<HTMLColor name="silver" color="0xC0C0C0" />
<HTMLColor name="lime" color="0x00FF00" />
<HTMLColor name="gray" color="0x808080" />
<HTMLColor name="olive" color="0x808000" />
<HTMLColor name="white" color="0xFFFFFF" />
<HTMLColor name="yellow" color="0xFFFF00" />
<HTMLColor name="maroon" color="0x800000" />
<HTMLColor name="navy" color="0x000080" />
<HTMLColor name="red" color="0xff0000" />
<HTMLColor name="blue" color="0x0000FF" />
<HTMLColor name="purple" color="0x800080" />
<HTMLColor name="teal" color="0x008080" />
<HTMLColor name="fuchsia" color="0xFF00FF" />
<HTMLColor name="aqua" color="0x00FFFF" />
<HTMLColor name="orange" color="0xFF7F00" />


<HTMLColor name="active" color="0xFE5604" />
<HTMLColor name="actv_disabled" color="0xA57B4A" />
<HTMLColor name="standard" color="0x8A8A89" />
<HTMLColor name="std_disabled" color="0x585858" />
<HTMLColor name="negative" color="0xB41D1D" />
<HTMLColor name="positive" color="0x5B933D" />
<HTMLColor name="paperstd" color="0x5E4326" />
<HTMLColor name="standard_bright" color="0xB7B7B7" />
<HTMLColor name="tooltip_positive" color="0x7BE35D" />
<HTMLColor name="tooltip_negative" color="0xFF3020" />
<HTMLColor name="friends" color="0x6d6dff" />

<!-- Colors for item powerlevels -->
<HTMLColor name="mundane" color="0x8A8A89"/>
<HTMLColor name="superior" color="0xb7b7b7"/>
<HTMLColor name="enchanted" color="0x5b933d"/>
<HTMLColor name="rare" color="0x006ea7"/>
<HTMLColor name="epic" color="0x8d11be"/>
<HTMLColor name="legendary" color="0xE38F35"/>

<!-- Colors for light (world drop) versions of the same powerlevels -->
<HTMLColor name="enchantedlight" color="0x99bc87"/>
<HTMLColor name="rarelight" color="0x66b7e1"/>
<HTMLColor name="epiclight" color="0xa66ebd"/>

<!-- Colors for money -->
<HTMLColor name="money_gold" color="0xFE5604" />
<HTMLColor name="money_silver" color="0x8A8A89" />
<HTMLColor name="money_copper" color="0xA57B4A" />
<HTMLColor name="money_tin" color="0x707070" />

<!-- Colors damage texts -->
<HTMLColor name="self_healed" color="0x5B933D" />
<HTMLColor name="other_healed" color="0x5B9364" />
<HTMLColor name="self_attacked" color="0xb41d1d" />
<HTMLColor name="other_attacked" color="0x8a8a89" />
<HTMLColor name="self_attacked_spell" color="0xb41d1d" />
<HTMLColor name="other_attacked_spell" color="0xFFFFFF" />
<HTMLColor name="self_attacked_combo" color="0xb41d1d" />
<HTMLColor name="other_attacked_combo" color="0xFF8040" />
<HTMLColor name="self_attacked_critical" color="0xb41d1d" />
<HTMLColor name="other_attacked_critical" color="0xd7d7d7" />
<HTMLColor name="self_dodged" color="0xFFFFFF" />
<HTMLColor name="other_dodged" color="0x999999" />
<HTMLColor name="self_attacked_environment" color="0xb41d1d" />
<HTMLColor name="other_attacked_environment" color="0xBBBBBB" />
<HTMLColor name="stamina" color="0x6da0ff" />
<HTMLColor name="mana" color="0x2222FF" />

<!-- "Magic" HTML colors used for the various chat groups -->

<HTMLColor name="ct_error" color="red" />
<HTMLColor name="ct_system" color="white" />
<HTMLColor name="ct_cmd_feedback" color="yellow" />

<HTMLColor name="ctch_admin_name" color="0xf35f00" />
<HTMLColor name="ctch_admin_text" color="0xf35f00" />

<HTMLColor name="ctch_clan_name" color="0x09ff00" />
<HTMLColor name="ctch_clan_text" color="0x09ff00" />

<HTMLColor name="ctch_emote_name" color="0xff76e7" />
<HTMLColor name="ctch_emote_text" color="0xf297ff" />

<HTMLColor name="ctch_gm_name" color="0xe38f35" />
<HTMLColor name="ctch_gm_text" color="0xe38f35" />

<HTMLColor name="ctch_misc_name" color="0xdd9042" />
<HTMLColor name="ctch_misc_text" color="0xffbf81" />

<HTMLColor name="ctch_newbie_name" color="0xdd9042" />
<HTMLColor name="ctch_newbie_text" color="0xffbf81" />

<HTMLColor name="ctch_news_name" color="standard" />
<HTMLColor name="ctch_news_text" color="standard" />

<HTMLColor name="ctch_pgroup_name" color="0xc4ab98" />
<HTMLColor name="ctch_pgroup_text" color="0xc4ab98" />

<HTMLColor name="ctch_seekingteam_name" color="standard" />
<HTMLColor name="ctch_seekingteam_text" color="standard" />

<HTMLColor name="ctch_vicinity_name" color="0xf1f1f1" />
<HTMLColor name="ctch_vicinity_text" color="0xbfbfbf" />

<HTMLColor name="ctch_whisper_name" color="0xce6bce" />
<HTMLColor name="ctch_whisper_text" color="0xce6bce" />

<HTMLColor name="ctch_shout_name" color="0xffffff" />
<HTMLColor name="ctch_shout_text" color="0xffffff" />

<HTMLColor name="ctch_team_name" color="0x0098a6" />
<HTMLColor name="ctch_team_text" color="0x00eaff" />

<HTMLColor name="ctch_raid_name" color="0xb98a1c" />
<HTMLColor name="ctch_raid_text" color="0xffbe26" />

<HTMLColor name="ctch_tell_name" color="0xff43a9" />
<HTMLColor name="ctch_tell_text" color="0xff72bf" />

<HTMLColor name="ctch_mehit_name" color="0xbd4400" />
<HTMLColor name="ctch_mehit_text" color="0xbd4400" />

<HTMLColor name="ctch_mehealed_name" color="ctch_megotxp_name" />
<HTMLColor name="ctch_mehealed_text" color="ctch_megotxp_text" />

<HTMLColor name="ctch_mypet" color="standard" />
<HTMLColor name="ctch_otherpet" color="standard" />
<HTMLColor name="ctch_megotxp_name" color="0x9799fe" />
<HTMLColor name="ctch_megotxp_text" color="0x9799fe" />

<HTMLColor name="ctch_" color="0x9799fe" />
</Root>

----------------------------------------------------------------

Last edited by Supernaut; July 14th, 2009 at 08:41 PM..
Reply With Quote
Old July 14th, 2009, 08:53 PM     DeadlySwordz is offline   #4
DeadlySwordz
Barbarian Aquilonian

IronClads

Thog PvE
Default

Quote:
Originally Posted by Supernaut View Post
Rather than wait, I decided to go ahead with my original plan to just go into the file and change it manually. I ended up just opening the default textcolors.xml file and copy/pasting the color codes from the mirage file to the default one, and then saving the modified one in the customized folder. I only tested it for a few minutes, but it seemed to work fine for me. If anyone else is interested, here is the code. Just copy and overwrite this code into the Textcolors.xml file in your customized folder, and it should work fine.

This code works fine for me, but I would still backup the textcolors.xml file before you modify it, just to be safe.

----------------------------------------------------------------

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 68039 $ (must be within the first 200 characters of the file) -->
<Root>
<HTMLColor name="html_link_color" color="active" />

<HTMLColor name="black" color="0x000000" />
<HTMLColor name="green" color="0x008000" />
<HTMLColor name="silver" color="0xC0C0C0" />
<HTMLColor name="lime" color="0x00FF00" />
<HTMLColor name="gray" color="0x808080" />
<HTMLColor name="olive" color="0x808000" />
<HTMLColor name="white" color="0xFFFFFF" />
<HTMLColor name="yellow" color="0xFFFF00" />
<HTMLColor name="maroon" color="0x800000" />
<HTMLColor name="navy" color="0x000080" />
<HTMLColor name="red" color="0xff0000" />
<HTMLColor name="blue" color="0x0000FF" />
<HTMLColor name="purple" color="0x800080" />
<HTMLColor name="teal" color="0x008080" />
<HTMLColor name="fuchsia" color="0xFF00FF" />
<HTMLColor name="aqua" color="0x00FFFF" />
<HTMLColor name="orange" color="0xFF7F00" />


<HTMLColor name="active" color="0xFE5604" />
<HTMLColor name="actv_disabled" color="0xA57B4A" />
<HTMLColor name="standard" color="0x8A8A89" />
<HTMLColor name="std_disabled" color="0x585858" />
<HTMLColor name="negative" color="0xB41D1D" />
<HTMLColor name="positive" color="0x5B933D" />
<HTMLColor name="paperstd" color="0x5E4326" />
<HTMLColor name="standard_bright" color="0xB7B7B7" />
<HTMLColor name="tooltip_positive" color="0x7BE35D" />
<HTMLColor name="tooltip_negative" color="0xFF3020" />
<HTMLColor name="friends" color="0x6d6dff" />

<!-- Colors for item powerlevels -->
<HTMLColor name="mundane" color="0x8A8A89"/>
<HTMLColor name="superior" color="0xb7b7b7"/>
<HTMLColor name="enchanted" color="0x5b933d"/>
<HTMLColor name="rare" color="0x006ea7"/>
<HTMLColor name="epic" color="0x8d11be"/>
<HTMLColor name="legendary" color="0xE38F35"/>

<!-- Colors for light (world drop) versions of the same powerlevels -->
<HTMLColor name="enchantedlight" color="0x99bc87"/>
<HTMLColor name="rarelight" color="0x66b7e1"/>
<HTMLColor name="epiclight" color="0xa66ebd"/>

<!-- Colors for money -->
<HTMLColor name="money_gold" color="0xFE5604" />
<HTMLColor name="money_silver" color="0x8A8A89" />
<HTMLColor name="money_copper" color="0xA57B4A" />
<HTMLColor name="money_tin" color="0x707070" />

<!-- Colors damage texts -->
<HTMLColor name="self_healed" color="0x5B933D" />
<HTMLColor name="other_healed" color="0x5B9364" />
<HTMLColor name="self_attacked" color="0xb41d1d" />
<HTMLColor name="other_attacked" color="0x8a8a89" />
<HTMLColor name="self_attacked_spell" color="0xb41d1d" />
<HTMLColor name="other_attacked_spell" color="0xFFFFFF" />
<HTMLColor name="self_attacked_combo" color="0xb41d1d" />
<HTMLColor name="other_attacked_combo" color="0xFF8040" />
<HTMLColor name="self_attacked_critical" color="0xb41d1d" />
<HTMLColor name="other_attacked_critical" color="0xd7d7d7" />
<HTMLColor name="self_dodged" color="0xFFFFFF" />
<HTMLColor name="other_dodged" color="0x999999" />
<HTMLColor name="self_attacked_environment" color="0xb41d1d" />
<HTMLColor name="other_attacked_environment" color="0xBBBBBB" />
<HTMLColor name="stamina" color="0x6da0ff" />
<HTMLColor name="mana" color="0x2222FF" />

<!-- "Magic" HTML colors used for the various chat groups -->

<HTMLColor name="ct_error" color="red" />
<HTMLColor name="ct_system" color="white" />
<HTMLColor name="ct_cmd_feedback" color="yellow" />

<HTMLColor name="ctch_admin_name" color="0xf35f00" />
<HTMLColor name="ctch_admin_text" color="0xf35f00" />

<HTMLColor name="ctch_clan_name" color="0x09ff00" />
<HTMLColor name="ctch_clan_text" color="0x09ff00" />

<HTMLColor name="ctch_emote_name" color="0xff76e7" />
<HTMLColor name="ctch_emote_text" color="0xf297ff" />

<HTMLColor name="ctch_gm_name" color="0xe38f35" />
<HTMLColor name="ctch_gm_text" color="0xe38f35" />

<HTMLColor name="ctch_misc_name" color="0xdd9042" />
<HTMLColor name="ctch_misc_text" color="0xffbf81" />

<HTMLColor name="ctch_newbie_name" color="0xdd9042" />
<HTMLColor name="ctch_newbie_text" color="0xffbf81" />

<HTMLColor name="ctch_news_name" color="standard" />
<HTMLColor name="ctch_news_text" color="standard" />

<HTMLColor name="ctch_pgroup_name" color="0xc4ab98" />
<HTMLColor name="ctch_pgroup_text" color="0xc4ab98" />

<HTMLColor name="ctch_seekingteam_name" color="standard" />
<HTMLColor name="ctch_seekingteam_text" color="standard" />

<HTMLColor name="ctch_vicinity_name" color="0xf1f1f1" />
<HTMLColor name="ctch_vicinity_text" color="0xbfbfbf" />

<HTMLColor name="ctch_whisper_name" color="0xce6bce" />
<HTMLColor name="ctch_whisper_text" color="0xce6bce" />

<HTMLColor name="ctch_shout_name" color="0xffffff" />
<HTMLColor name="ctch_shout_text" color="0xffffff" />

<HTMLColor name="ctch_team_name" color="0x0098a6" />
<HTMLColor name="ctch_team_text" color="0x00eaff" />

<HTMLColor name="ctch_raid_name" color="0xb98a1c" />
<HTMLColor name="ctch_raid_text" color="0xffbe26" />

<HTMLColor name="ctch_tell_name" color="0xff43a9" />
<HTMLColor name="ctch_tell_text" color="0xff72bf" />

<HTMLColor name="ctch_mehit_name" color="0xbd4400" />
<HTMLColor name="ctch_mehit_text" color="0xbd4400" />

<HTMLColor name="ctch_mehealed_name" color="ctch_megotxp_name" />
<HTMLColor name="ctch_mehealed_text" color="ctch_megotxp_text" />

<HTMLColor name="ctch_mypet" color="standard" />
<HTMLColor name="ctch_otherpet" color="standard" />
<HTMLColor name="ctch_megotxp_name" color="0x9799fe" />
<HTMLColor name="ctch_megotxp_text" color="0x9799fe" />

<HTMLColor name="ctch_" color="0x9799fe" />
</Root>

----------------------------------------------------------------
i coppied and pasted this exact thing into the textcolor thing...ran ByCrom....logged onto game and still color issues. im lost now......
Reply With Quote
Old July 15th, 2009, 12:53 AM     Supernaut is offline   #5
Supernaut
Priest of Mitra Aquilonian
   
Supernaut's Avatar

The Old Timers Guild

Wiccana PvE
Default

Ok, one, make sure you are in the right file, in the right directory, which is:

funcom/age of conan/data/gui/customized/TextColors.xml

Two, there may be some issues with copying the code from the forum. Make sure that the top line of the code looks like this:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

...and the bottom line of the code looks like this:

</Root>

Make sure there is nothing after that bottom line of the code, or below it.

Also, I'm not sure if it matters, but when you run ByCrom, make sure it deletes the .bxml files, just in case.

Fyi, I am currently using this code, and it works fine. It should work for ya. Good luck!

Last edited by Supernaut; July 15th, 2009 at 01:00 AM..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 02:48 PM.

Top

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.