Go Back Age of Conan Europe Forums > Community Forums > English Forum > General Forums > UI & Mod Customization
Reload this Page Custom Colors not working in 1.07
Reply
Old 30th March 2010, 12:31     Haipaa is offline   #1
Haipaa
Necromancer Khitai
   
Haipaa's Avatar


English server Crom PvE
Post Custom Colors not working in 1.07

Anyone know howto fix so Custom color.xml works in 1.07? Iv'e tried made a new one etc etc, Just cant get it to work

WTB Help, cant stand standard colors
Reply With Quote
Old 30th March 2010, 14:12     Swordfish91 is offline   #2
Swordfish91
Dark Templar Aquilonian
   
Swordfish91's Avatar

QQAllStars

English server Crom PvE
Default

Hyper, my UI is ****ed too. Tried to update with Bycrom, but it seems that the current number can't comply with the old one(67111), neither if you change to the new one manually(73724).

Basically I can't get to update my Customized UI at all, not a single file. They also changed the files' location from Data to cd_image.

So what am I to do? xD
Reply With Quote
Old 30th March 2010, 14:25     Haipaa is offline   #3
Haipaa
Necromancer Khitai
   
Haipaa's Avatar


English server Crom PvE
Default

Funcom soon gonna force us to use their standard crap UI... I rather play in Alt+Z mode than useing standard imo...
Reply With Quote
Old 30th March 2010, 14:26     Gert is offline   #4
Gert
Dark Templar Cimmerian

Brothers of Arms

English server Crom PvE
Default

My custom TextColors.xml works fine...had to add in the new quest tracker lines though...

Code:
	<!-- Quest Colors -->
	<HTMLColor name="quest_selected_active"	 color="active" />
	<HTMLColor name="quest_selected_inactive"	 color="actv_disabled" />
	
	<HTMLColor name="quest_tracked_active"	 color="0x0497ec" />
	<HTMLColor name="quest_tracked_inactive"	 color="0x005c8d" />
	
	<HTMLColor name="quest_nonetracked_active"	 color="silver" />
	<HTMLColor name="quest_nonetracked_inactive"	 color="std_disabled" />
Reply With Quote
Old 30th March 2010, 15:12     Haipaa is offline   #5
Haipaa
Necromancer Khitai
   
Haipaa's Avatar


English server Crom PvE
Default

I have no idéa what to do...

I have tested Editing both the Color.xml file in, /customized and /default folder, Still It loads up the standard one...

I have also tested deleting the one in Gui/default folder..

Any idéas?
Reply With Quote
Old 30th March 2010, 15:23     MaXie is offline   #6
MaXie
Herald of Xotli Stygian

Tainted Souls

English server Crom PvE
Default

Changed the number to 80515? That's at least the value in my new default version. =)

If you delete the default it only gets downloaded again i believe.
Reply With Quote
Old 30th March 2010, 15:27     Haipaa is offline   #7
Haipaa
Necromancer Khitai
   
Haipaa's Avatar


English server Crom PvE
Default

Got It solved by changing the color's then protecting the file from being overwrited by the game to defaults...
Reply With Quote
Old 30th March 2010, 17:17     Argantes is offline   #8
Argantes
Necromancer Stygian
   
Argantes's Avatar

Avalon/Royal Ultima

English server Fury PvP
Default

eh, fixed the quest colors only to find global chat color changed back from orange to gray :/ could maybe anyone post that file or code for up-to-date Mirage UI please? i mean fixed renown, blue/epic items, quests, chats etc.? thanks in advance

Last edited by Argantes; 30th March 2010 at 17:48..
Reply With Quote
Old 30th March 2010, 17:33     Gert is offline   #9
Gert
Dark Templar Cimmerian

Brothers of Arms

English server Crom PvE
Default

This one is working fine for me:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 80515 $ (must be within the first 200 characters of the file) -->
<!-- ========================================================================================================== -->
<!-- *** MIRAGE UI FOR AGE OF CONAN ***-->
<!-- *** Version 1.72, 7/31/20088 ***-->
<!-- *** Created by LedMirage (Eduardo Lucero)  ***-->
<!-- *** http://LedMirage.net *** -->
<!-- ========================================================================================================== -->
<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 for money -->
  <HTMLColor name="gold_rank"	color="0xCFB52B" />
  <HTMLColor name="silver_rank"	color="0xE6E8FA" />
  <HTMLColor name="bronze_rank"	color="0xA67D3D" />	
  
  <!-- 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" />

	
	<!-- *** MIRAGE UI CUSTOM COLOR DEFINITIONS *** -->
	<HTMLColor name="mui_group" 	color="0x00eaff" />
	<HTMLColor name="mui_group_n" 	color="0x0098a6" />
	
	<HTMLColor name="mui_guild" 	color="0x09ff00" />
	<HTMLColor name="mui_guild_n" 	color="0x059900" />
	
	<HTMLColor name="mui_raid" 		color="0xffbe26" />
	<HTMLColor name="mui_raid_n" 	color="0xb98a1c" />
	
	<HTMLColor name="mui_tell" 		color="0xff72bf" />
	<HTMLColor name="mui_tell_n" 	color="0xff43a9" />

	<HTMLColor name="mui_say" 		color="0xbfbfbf" />
	<HTMLColor name="mui_say_n" 	color="0xf1f1f1" />
	
	<HTMLColor name="mui_newbie"	color="0xffbf81" />
	<HTMLColor name="mui_newbie_n" 	color="0xdd9042" />

	<HTMLColor name="mui_ooc"	 	color="0xffbf81" />
	<HTMLColor name="mui_ooc_n" 	color="0xdd9042" />	
	
	<HTMLColor name="mui_trade" 	color="0xcbc400" />
	<HTMLColor name="mui_trade_n" 	color="0x989300" />
	
	<HTMLColor name="mui_pgroup" 	color="0xc4ab98" />
	
	<HTMLColor name="mui_misc" 		color="0xffbf81" />
	<HTMLColor name="mui_misc_n"	color="0xdd9042" />
	
	<HTMLColor name="mui_shout" 	color="0xff6f3d" />
	<HTMLColor name="mui_shout_n" 	color="0xff4200" />
	
	<HTMLColor name="mui_mehit" 	color="0xffa94d" />
	<HTMLColor name="mui_mehealed" 	color="0xacd373" />
	<HTMLColor name="mui_mypet" 	color="0xa863a8" />
	<HTMLColor name="mui_otherpet" 	color="0x8560a8" />
	<HTMLColor name="mui_megotxp" 	color="0xffec17" />
	
	<HTMLColor name="mui_emote" 	color="0xf297ff" />
	<HTMLColor name="mui_emote_n" 	color="0xff76e7" />



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

    <HTMLColor name="ct_error"         color="0xff2626" />
	
	<!-- *** SYSTEM CHAT COLOR  *** -->
    <HTMLColor name="ct_system"        color="0xffec17" />
	<!-- *** ON SCREEN MESSAGES CHAT COLOR  *** -->
    <HTMLColor name="ct_cmd_feedback"  color="0x4f74ff" />

    <HTMLColor name="ctch_admin_name"       color="0xff4e00" />
    <HTMLColor name="ctch_admin_text"       color="0xff7f30" />
    <!-- *** GUILD CHAT COLOR  *** -->
    <HTMLColor name="ctch_clan_name"        color="mui_guild_n" />
    <HTMLColor name="ctch_clan_text"        color="mui_guild" />
    
    <HTMLColor name="ctch_emote_name"       color="mui_emote_n" />
    <HTMLColor name="ctch_emote_text"       color="mui_emote" />
    
    <HTMLColor name="ctch_gm_name"          color="0xcb21bd" />
    <HTMLColor name="ctch_gm_text"          color="0xff57f1" />
	
    <!-- *** MY SHOUT, MY  OOC  CHAT COLOR  *** -->
    <HTMLColor name="ctch_misc_name"        color="mui_ooc_n" />
    <HTMLColor name="ctch_misc_text"        color="mui_ooc" />
	
    <!-- *** NEWBIE / OOC / LOCAL ZONE CHAT COLOR  *** -->
    <HTMLColor name="ctch_newbie_name"      color="mui_newbie_n" />
    <HTMLColor name="ctch_newbie_text"      color="mui_newbie" />
	
    <!-- *** ON SCREEN SERVER ANNOUNCEMENTS MESSAGES CHAT COLOR  *** -->
    <HTMLColor name="ctch_news_name"        color="0xff4e00" />
    <HTMLColor name="ctch_news_text"        color="0xff4e00" />
	
    <!-- *** ?? CHAT COLOR  *** -->
    <HTMLColor name="ctch_pgroup_name"      color="mui_pgroup" />
    <HTMLColor name="ctch_pgroup_text"      color="mui_pgroup" />
    
	<!-- *** TRADE CHAT COLOR  *** -->
    <HTMLColor name="ctch_seekingteam_name" color="mui_trade" />
    <HTMLColor name="ctch_seekingteam_text" color="mui_trade_n" />
    
	<!-- *** VICINITY (SAY) CHAT COLOR  *** -->
    <HTMLColor name="ctch_vicinity_name"    color="mui_say_n" />
    <HTMLColor name="ctch_vicinity_text"    color="mui_say" />
    
	<!-- *** TELLS (WHISPER) CHAT COLOR  *** -->
    <HTMLColor name="ctch_whisper_name"     color="mui_tell_n" />
    <HTMLColor name="ctch_whisper_text"     color="mui_tell" />
    
	<!-- *** OUT OF CHARACTER CHAT COLOR  *** -->
    <HTMLColor name="ctch_shout_name"       color="mui_ooc_n" />
    <HTMLColor name="ctch_shout_text"       color="mui_ooc" />
    
    <HTMLColor name="ctch_team_name"        color="mui_group_n" />
    <HTMLColor name="ctch_team_text"        color="mui_group" />
    
    <HTMLColor name="ctch_raid_name"        color="mui_raid_n" />
    <HTMLColor name="ctch_raid_text"        color="mui_raid" />
    
    <HTMLColor name="ctch_tell_name"        color="mui_tell_n" />
    <HTMLColor name="ctch_tell_text"        color="mui_tell" />

    <HTMLColor name="ctch_mehit_name"       color="mui_mehit" />
    <HTMLColor name="ctch_mehit_text"       color="mui_mehit" />

    <HTMLColor name="ctch_mehealed_name"    color="mui_mehealed" />
    <HTMLColor name="ctch_mehealed_text"    color="mui_mehealed" />

    <HTMLColor name="ctch_mypet"           color="mui_mypet" />
    <HTMLColor name="ctch_otherpet"        color="mui_otherpet" />
    <HTMLColor name="ctch_megotxp_name"    color="mui_megotxp" />
    <HTMLColor name="ctch_megotxp_text"    color="mui_megotxp" />

    <HTMLColor name="ctch_"    color="0xc4ab98" />
	
    <!-- RENOWN COLORS -->
    <HTMLColor name="renown_valor"         color="0x99c264" />
    <HTMLColor name="renown_glory"         color="0xed1c24" />
    <HTMLColor name="renown_artistry"      color="0x0076a3" />	
	
	<!-- Alternate Advancement colors -->
	<HTMLColor name="aa_general"		   color="0x006699" />
	<HTMLColor name="aa_archetype"		   color="0x990000" />
	<HTMLColor name="aa_class"			   color="0x339933" />
	
	<HTMLColor name="pvp"				   color="0xfe9711" />
	<HTMLColor name="pve"			 	   color="0xfff600" />
	
	<!-- Quest Colors -->
	<HTMLColor name="quest_selected_active"	 color="active" />
	<HTMLColor name="quest_selected_inactive"	 color="actv_disabled" />
	
	<HTMLColor name="quest_tracked_active"	 color="0x0497ec" />
	<HTMLColor name="quest_tracked_inactive"	 color="0x005c8d" />
	
	<HTMLColor name="quest_nonetracked_active"	 color="silver" />
	<HTMLColor name="quest_nonetracked_inactive"	 color="std_disabled" />	
</Root>
Reply With Quote
Old 30th March 2010, 17:57     Argantes is offline   #10
Argantes
Necromancer Stygian
   
Argantes's Avatar

Avalon/Royal Ultima

English server Fury PvP
Default

sir, you deserve a cookie
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off


All times are GMT. The time now is 03:34.

Top

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.