Go Back Age of Conan Europe Forums > Community Forums > English Forum > General Forums > UI & Mod Customization
Reload this Page hotkey bar tooltips?
Reply
Old 8th June 2008, 10:01     Hirokai is offline   #1
Hirokai
Priest of Mitra Aquilonian

Legion

English server Crom PvE
Default hotkey bar tooltips?

Anyone know what xml files define how the hotkey tooltips look? I want to try remove those half pages of info and make it just the spell name and short effect instead of wall of text blocking half your screen.


I can't seem to locate what file though.

Anyone got any idea?
Reply With Quote
Old 9th June 2008, 16:23     Hirokai is offline   #2
Hirokai
Priest of Mitra Aquilonian

Legion

English server Crom PvE
Default

No one has any idea?
Reply With Quote
Old 9th June 2008, 17:03     ozzyrys is offline   #3
ozzyrys
Bear Shaman Khitai
   
ozzyrys's Avatar


Polish server Rothat PvE
Default

you might try mess around with Views/SkillInfoView.xml
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- $Change: 49995 $ (must be within the first 200 characters of the file) -->
<View view_layout="vertical"
	
	label_text_color   = "#E68D2F"
	content_text_color = "#898B88"
	
	label_text_font    = "NORMAL"
	content_text_font  = "NORMAL"

>
	<TextView name="LabelView" default_color = "active" font="NORMAL" />
		<View name="ContentView" h_alignment="LEFT" view_layout="vertical">
			<TextView name="SkillDescription" 
				layout_borders="Rect(0,0,0,15)"
				pref_size_mode="FLEXIBLE_WIDTH" 							
				feature_flags="TVF_MULTILINE |TVF_WORD_WRAP"
			/>
			<DualColView name="SkillContainer" mid_spacer="30">
				<DualColItemView name="Skill"/> 
				<DualColItemView name="SkillMax"/> 
			</DualColView>
			<TextView  name="GeneralInfo"
				layout_borders="Rect(0,15,0,0)" 
				pref_size_mode="FLEXIBLE_WIDTH" 							
				feature_flags="TVF_MULTILINE |TVF_WORD_WRAP"
			/>			
		</View>
</View>
didn`t do it myself (yet) so can`t help with describing which is which but it`s not so complex ;p
Reply With Quote
Old 9th June 2008, 20:38     Hirokai is offline   #4
Hirokai
Priest of Mitra Aquilonian

Legion

English server Crom PvE
Default

That's not the right one, at least if I change it and add it to the costumized directory where I already have my costum UI it doesn't change anything.

So hmm, probably another window.

Also not SPSpellitem and SPAbilityItem, these are for the description in the skill window, not the tooltips.

Last edited by Hirokai; 9th June 2008 at 20:50..
Reply With Quote
Old 9th June 2008, 22:32     ozzyrys is offline   #5
ozzyrys
Bear Shaman Khitai
   
ozzyrys's Avatar


Polish server Rothat PvE
Default

oh, then I have no idea where are hover info files ;p
Reply With Quote
Old 9th June 2008, 23:03     Travale is offline   #6
Travale
Dark Templar Cimmerian

Nexus Hornets

English server Crom PvE
Default

Quote:
Originally Posted by Hirokai View Post
Anyone know what xml files define how the hotkey tooltips look? I want to try remove those half pages of info and make it just the spell name and short effect instead of wall of text blocking half your screen.


I can't seem to locate what file though.

Anyone got any idea?
Can't you change the delay in the interface options so the 'fuller' information does not display unless you hover of the hotbar button for a long time? So you would only get the initial display and not the full info one 9or is that still to big?)
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 06:22.

Top

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