Download
(20Kb)
Download
Updated: 03-28-09 03:25 AM
Pictures
File Info
Updated:03-28-09 03:25 AM
Created:unknown
Downloads:4,056
Favorites:17
MD5:

CRT

Version: 1.09b - refresh
by: Macniel [More]

Welcome to a revolutionary Addon which could reform the thinking of UI Builders.

Compact revolutionary Texts is a Data presentation Addon which can display simple informations like your current Location or your current Time or DogTagged Unit specific Informations like current HP or your TargetsTargetsName.

Hint: the Configmenu is draggable with the Right Mousebutton.

This release is just a refresh so that the gui settings are accessible again!

Changes in CRT v109a

  • crt_registry: the Registry Module is now resizeable, rightclick and drag the bottomright cornor
  • [bag] has been bugfixed

you can make interesting stuff with [calc] ! for example this:

[calc : [cooldown:Reinkarnation]/60 > 1 and [cooldown:Reinkarnation] or [cooldown:Reinkarnation]:0]

this tag will show you the duration of reinkarnation in minutes, if the cooldown drops one minute it will displays at seconds, if the cooldown is 0 it will display "ready" - awesome right?


This has changed since CRTv108
  • gold, silver and copper Money Tags were fixed
  • [mdurability: precision] - displays the minimal durability value of an weared Item

This has changed since CRTv107
  • new tags are now ready to use:
    • [durability: precision] - display your current durability of your inventory (not bags) in percent
    • [location: parameter] - enhanced location display by attributes:
      • map → display the text which are actually displayed on the minimap
      • zone → display only the zone title
      • dynamic → displays the maptitle or (sub-)/zone title
    • [friends: parameter] - display informations according your friendslist
      • online → display the count of online friends
      • count → display the count of online and offline friends
    • [guild: parameter] - displays various informations about your guild or none
      • name → display the name of your guild
      • online → display only online members
      • offline → display only offline members
      • count → display the count of online and offline members
      • rank → display your current rank
    • [pvp] - display your current pvp status :
      • pve - you are in a major city or a friendly zone
      • pvp - you are on a battlefield or in a contested zone
      • ffa - you are in the arena or gurubashi/diremaul arena
    • [cooldown: SkillOrItem] - display the Cooldown of the given Spell or Item
    • [stat: attribute] - display the +attribute on your current inventory, this requires ItemBonusLib
    • [reputation: parameter] - displays information about your watched faction:
      • min → allways 0 (if current falls under min you will loose a standing)
      • max → your needed reputation to gain the next standing
      • name → the name of your watched faction
      • current → your current progress to the next or previous standing
      • standing → return the current standing name eg. friendly or hated
    • [bag: parameter] - display information about your bagspace:
      • used →how many space is in use?
      • free → how many free space do you have?
      • maximum → maximal capacity of your bags
  • calc has been improved, it will now use this following syntax :
    [calc:expression: precision] - precision must be given!

  • there is a new color :reputation which will format the following text by a colorcode based upon the armory-reputation colors.

Whats new in Version 1.07a
  • Dumb-check routines has been included. there will be less errors while parsing a wrong parameter
  • new Tag has been included: [calc: expression] -- it will evaluate the given expression, can be used to evaluate 2 tag values like [maxxp] and [currentxp] to recieve missingHP

Whats new in Version 1.07
  • new Syntax used: the former $tag#modifier# is now converted to [tag:modifier]
    many of the modifierless Tags are now accepting modifiers:
    • integer modifier
      [uplink: precision] [downlink: precision] [fps: precision] [ramusage: precision]
      [percentxp: precision]
    • string or hex modifier
      [color: name] or [color: AARRGGBB]
    • string modifier
      [skilllevel: skillname] [skillmaxlevel: skillname] [itemcount: item]
      [classcolor: CLASS]
  • now you can use defined colornames as color codes:

    red blue lime yellow violet orange black white gold silver
    copper
  • new Tags were been added

    [copper] -- display your ammount of copper-coins
    [silver] -- display your ammount of silver-coins
    [gold] -- display your ammount of gold-coins
    [classcolor: CLASS] -- display the following string with the color of the given
    class, when no parameter is given it will color it by your current class
  • highly performant parser module has been recoded
    thanks to you Kuchen for your help. the parser module will now generate hardly
    garbage so it will be use even less memory than before (127KiB - 139KiB)
  • Override for Localization has been added
    with other clients than deDE and enUS (this includes the ELP enGB) there were
    no captions in the configuration tool and no labels for [mail] and [tracking].
    this has been overridden, help me to localize this AddOn into your native
    language - mail me at macniel<at>gmx<dot>de or leave me a message at
    wowinterface<dot>com
  • Minor fixes as usual

Please Note: your old Profile will not work probably due to the new Syntax.

Whats new in Version 1.06
  • Ace2 is no longer embedded which removes a big overhead of ram usage - Ace2 as an embedded library or as standalone will be loaded to enable various Ace2 advantages
    • if Ace2 is found CRT will try to load an existing DogTag-2.0 copy and evaluate DogTags against it
    • if there is a SharedMedia Library it will be used by the Load On Demand Registry Editor to give you a dropdown list with selectable fonts
  • Some new basic tokens have been added:
    • $currentxp : will display your current amount of experience points
    • $maxxp : will display the needed eperience points to level up
    • $percentxp : will display your current amount of experience points in percent with a precision of 1 (e.g. 87.2)
    • $nextlvl : will display your next level (e.g. when you are level 38 it will display 39)
    • $lvl: will display your current level
    • $classcolor: format the following chars in your current classcolor
  • The Configuration tool (folder: crt_Registry) called "Gaius' Registry Editor is now Load On Demand - it will loaded when you enter /crt gui (which will also open it)
  • 3 Default Profiles has been added:
    • Lyniviels CFL - namend after Lyniviels Clock Fps Latency Addon
    • Lyn Rainbow Colors - Based upon LynStats
    • DEFAULT - Mighty chuck of information

fixes in Version v1.05e
  • Improved parser cycle (only one cycle per second per addon not per element) which will reduce the memory usage amazingly
  • Wrong framestrata and framelevel db allocation, now framestrata use all possible stratas
  • .toc update

thats new in Version v1.05
  • SharedMedia Support, it will display now a Dropdown Menu for all registerd Fonts so you can easily select a Font without giving the full fontpath (SharedMedia is not embedded)
  • Fixed Profile Management, the Profiles will now be selectable from a secondary Frame where you can Load Delete and Create a New Profile - due some problems with unloading previously Frames you should reload your UI after selecting a new Profile
  • Fixed some localization based problems
thats new in Version v1.04
  • New performant Datastructure and Per Character based Profiles
  • DogTag-1.0 is now replaced by LibDogTag-2.0
  • New Basic Tokens:
    $itemcount#Itemname# : display the current amount of items
    $ammocount : displays your current ammunition (projectiles or arrows)
    $skilllevel#Skill# : display your current progress in Skill
    $skillmaxlevel#Skill# : display your current cap in Skill (e.g. 75 as an journeyman in a tradeskill)
  • New format : Shadowing, you can give your Labels a Shadow with Offset and custom Coloring / opacity
  • Layering : you can now set the Frame Strata and Frame Level
  • New english Localization created by Ileron
  • New Configuration tool : Registry Editor, it use an embedded Registry structure and the crt_commander to create a very fast Configuration for your Labels - you can access it by /crt gui

since v104:

Many bugfixes, which have caused inoperability.

Optional Files (0)


Post A Reply Comment Options
Unread 10-23-07, 06:16 PM  
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2302
File comments: 141
Uploads: 4
This seems really cool
__________________

Funtoo - Plan 9 - Windows 7
Report comment to moderator  
Reply With Quote
Unread 10-25-07, 06:06 PM  
luxus
A Defias Bandit

Forum posts: 3
File comments: 41
Uploads: 0
add support for libdogtag-2.0 ??
Report comment to moderator  
Reply With Quote
Unread 10-27-07, 02:09 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
A new version (v104) will be released soon it will contain

LibDogTag-2.0
multi-profile (per character, per realm etc.) support
a more perfomant element-structure
a better GUI
scriptable Labels
more basic tokens for some other stuff (ammocount is just the beginning)

hope I can deliver it tomorrow or Monday.
Report comment to moderator  
Reply With Quote
Unread 11-03-07, 11:31 AM  
mulesh
A Chromatic Dragonspawn
 
mulesh's Avatar
AddOn Author - Click to view AddOns

Forum posts: 193
File comments: 107
Uploads: 5
Bug Report

Date: 2007-11-03 11:31:54
ID: 51
Error occured in: Global
Count: 2
Message: ..\AddOns\crt\registry_editor.lua line 179:
attempt to index global 'NEW_PROFILE' (a nil value)
Debug:
[C]: ?
crt\registry_editor.lua:179:
crt\registry_editor.lua:177

This error happens when I click on the "+" button for Profile in the GUI.
I tracked down line 179 in registry_editor.lua and traced it back to crt_registry.lua.
It seems that a call is made for NEW_PROFILE[GetLocal()] but it does not exist.

So I changed NEW_PROFILE[GetLocal()] to SELECT_PROFILE[GetLocal()]

After making that change it still would not open the dialog box for SELECT_PROFILE. It seems that there is a naming error. StaticPopupDialogs["SelectProfile"] is used to create the popup, but StaticPopup_Show("NewProfile") is used to render it on-screen. These need to be named the same.

I changed "NewProfile" to "SelectProfile" and it opens the popup.

There needs to be a way to look at what profiles exist, select one from that list, or delete one. Since you already use several Ace libraries, you could think about adding AceDB-2.0.
__________________
"Don"t tase me bro!" ~ Andrew Meyer
Report comment to moderator  
Reply With Quote
Unread 11-03-07, 06:12 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
thank you mulesh, this bug was a localization bug - please apologize me for this mistake. So here is the newest CRT version with a better Profile System.
Report comment to moderator  
Reply With Quote
Unread 11-21-07, 08:45 AM  
bsides
A Fallenroot Satyr
 
bsides's Avatar
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 14
Uploads: 1
Macniel, will it be possible for you to put it in Ace SVN so I can download it via WowAceUpadter?

Thanks, enjoying the updates so far
Report comment to moderator  
Reply With Quote
Unread 11-21-07, 11:15 AM  
Industrial
A Fallenroot Satyr
 
Industrial's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 88
Uploads: 13
Originally posted by bsides
Macniel, will it be possible for you to put it in Ace SVN so I can download it via WowAceUpadter?

Thanks, enjoying the updates so far
thats a retarded comment, and you are lazy. I just had to say this.
Report comment to moderator  
Reply With Quote
Unread 11-25-07, 12:25 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by bsides
Macniel, will it be possible for you to put it in Ace SVN so I can download it via WowAceUpadter?

Thanks, enjoying the updates so far
no I don't have access to the SVN and even not a SVN Client - I am sorry, but you can still use the WoW UI Updater.

But a SVN copy of crt wouldn't make sense, cause I don't update it very often (I'm lazy I know)
Report comment to moderator  
Reply With Quote
Unread 12-05-07, 05:33 PM  
Taerot
A Murloc Raider
 
Taerot's Avatar

Forum posts: 5
File comments: 17
Uploads: 0
Great mod Thank you so much for your work and response to issues!

I have now ditched 3 different mods in favor of this one. Hopefully you'll havea a few more variables/codes as it grows. The only ones I miss right now are mana / health regeneration. I couldn't figure out how to use the calc : parameter code to reflect my character's current amount.
__________________
Taerot
Report comment to moderator  
Reply With Quote
Unread 12-17-07, 01:55 AM  
Yinchie
A Murloc Raider

Forum posts: 4
File comments: 50
Uploads: 0
Great addon, hope someone takes it over wth the development.
Report comment to moderator  
Reply With Quote
Unread 01-09-08, 05:29 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
Originally posted by Yinchie
Great addon, hope someone takes it over wth the development.
looks like noone want to take over the development - to bad
Report comment to moderator  
Reply With Quote
Unread 07-18-08, 04:03 PM  
Borhast
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Have you taken over development Macneil or will you 'just' keep it working?
Report comment to moderator  
Reply With Quote
Unread 07-18-08, 07:16 PM  
Macniel
A Fallenroot Satyr
 
Macniel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 113
Uploads: 8
hi Borhast

i am the original author of this addon, I will recode it when I got enough time
Report comment to moderator  
Reply With Quote
Unread 07-19-08, 11:41 AM  
Borhast
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Ah, my bad ><
Report comment to moderator  
Reply With Quote
Unread 08-10-08, 07:25 AM  
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 166
Uploads: 10
Awesome addon. It's the only addon I can find that does what I want --- add the item count of several items together. I'd love to use the dogtag feature. Any plans to update support to LibDogTag-3.0. I don't really want to download LibDogTag-2.0 just for this addon when I have 2 other addons using 3.0.

Also, as far as a feature request, it'd be cool if we could mimic StatBlock_CasterStats in that we can display our stats (and not the stats from just our items). If you could also add in checks for player buffs we could make a really cool statistics display. I imagine having my Spell Haste percentage on the screen and then when I get Heroism, multiply that by 30% and it'll show my effective spell haste. Just an idea.

Also, if itemcount could work for charges aswell, that'd be great. Or have a different tag for that. I'd like to display how many charges I have on my Mana Emerald so I know when to reconjure before a boss. It'd also be nice for Weapon Oils that also have charges.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: