• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Accurate coordinates (DCOORDS)

 

Project Updated:
Files Updated: Sun, Sep 27 2009
Supports Game Version: 3.2.0
Category: Map & Minimap
Tags:

, , , , , and [Edit Tags]

Project Manager: Darcey
Additional Authors: No additional authors
Current Version: DCoords 2.31
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 326
Downloads Total: 153,164
Favorites: 68
Comments: 23
  • About Accurate coordinates (DCOORDS)
  •  

DCoords v2.31
DCoords is a small lightweight coordinates addon. DCoords allows you to:

  • Customise your coordinates bar to how you would like it
  • Turn on or off the displaying of what zone your character is in
  • Turn on or off the displaying of what sub zone your character is in
  • Lock or unlock the dragging of the coordinates bar
  • All features are now accessible via a right click menu

Usage:

  • Right click on the DCoords bar to popup the menu.
  • Right click again or click save to close the popup menu

NEW FEATURES USAGE:

  • RESET ADDON POSITION: When in game type /DC reset
  • SET Bar transparancy: When in game type /DC setalpha:100 or /DC setalpha:20 0 = invisible 100 = fully visible



Latest news for version 2.31 A few people with feedback gave me some ideas so I have added:

  • Per character memory for enable drag tick box
  • Drag enabled by default when DCoords is first installed
  • Reset addon position
  • Set addon alpha


May it fit your UI like a glove :p

If you have any problems or questions, please feel free to contact me via curse.

D

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Accurate coordinates (DCOORDS) DCoords 2.31 Release 3.2.0 17,226 9/27/2009
  Accurate coordinates (DCOORDS) DCoords2.3 Release 3.2.0 23,908 8/5/2009
  Accurate coordinates (DCOORDS) DCoords2.3 Release 3.1.0 23,833 6/2/2009
  Accurate coordinates (DCOORDS) DCoords2.2 Release 3.1.0 635 6/1/2009
  Accurate coordinates (DCOORDS) DCoords2.01 Release 3.1.0 440 6/1/2009
  • 1 page(s)
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • ** BUG ** When I hit Alt Z in the game to remove all UI from WOW so I can take a clean screen shot this UI does not disappear. Can we please fix that in an update so its gone when I hit Alt Z to take a clean screen shot :)

    Reply Report Permalink
  • Rilgon said 

    I'm not sure if others are experiencing the same, but when I use Ctrl-Z to hide my UI, this mod does not hide with the rest of my UI.

    Any fix?

    Reply Report Permalink
  • Septh said 

    There's a slight bug in the latest release, where the alpha setting is not properly restored upon loading.

    Until Darcey fixes it, you can edit the DCoords.lua file (located in <WoW folder>\Interface\AddOns\DCoords) and change line #132 from:

    DCoords:SetAlpha(DCoordsScale);

    to

    DCoords:SetAlpha(DCoordsAlpha);


    Hope this helps :)

    Reply Report Permalink
  • Darcey said 

    Feature added:

    Type /dc for info during game play

    /dc reset - which will reset the addons position and alpha
    /dc setalpha:50 - which sets the addons visibility 100 to 0 invisible

    Reply Report Permalink
  • lamboom said 

    great addon! thanks ... I accidently right-clicked on the window .. got the popup window, and clicked "save" and it went away! .. even the coords window!... an' nothing will bring it back.. not even a re-load of the program. it works on the other toons.. just not on the main anymore. / dc show doesn't work .. what can i do? lamboom@earthlink.net

    Reply Report Permalink
  • Darcey said 

    I have added some slash commands to help you.

    Type /DC reset and it should reset the coords bar location to center screen.

    Reply Report Permalink
  • Darcey said 

    Glad you like it Lamboom.

    I should code in a reset for it, but not got round to it.

    To fix your problem:

    1. Locate your install folder for wow
    2. Go into the WTF folder
    3. Go into the Account folder
    4. Go into the folder which is your account name (your wow login user name)
    5. Go into the folder which server your character is on (me its "Alakir")
    6. Go into the folder which character you have the issue with
    7. Go into the "SavedVariables" folder

    So you should now be at something like this:

    C:program files\World of Warcraft\WTF\Account\<<account name>>\<<server name>>\<< character name>>\SavedVariables

    8. Locate the DCoords.lua and DCoords.lua.bak files and remove them

    This should reset the DCoords addon.


    lol after typing all the above just thought of another easier way:

    1. Navigate to your wow install folder and go into the WTF folder
    2. Press CTRL F and search for DCoords.lua
    3. Delete all that are found
    4. Do another search (CTRL F) for DCoords.lua.bak
    5. Delete all thats found again

    Let me know if this fixes it for you.

    Good luck

    D

    Reply Report Permalink
  • pedritux said 

    Thank you for a nice, lean, easy to use addon.

    I'd like to request a small feature, which is a transparency on/off, or a transparency scale.

    I tried to do it by hand, planting
    DCoordsLocationTextFrame:SetAlpha(1)
    DCoords:SetAlpha(1)
    in DCoords.lua

    or adding alpha to DCoords.XML in
    ...



    ...
    but it didn't work.

    My expertise is not exactly high with LUA/XML'ing so if Darcey can help or add the feature to the menu, I'll give ya a /hug.

    Reply Report Permalink
  • Darcey said 

    Hi,

    I have added a slash command to the addon which is /dc setalpha:100
    Value range is 100 to 0

    LUA Frame code uses 0 to 1 so I just div by 100 to get the desired value.

    Reply Report Permalink
  • Biser said 

    I tried your fixed version and it still has a problem. I can't drag the coordinate bar UNLESS THE MENU WINDOW IS OPEN. So it's usable; open the menu wia right click, move the bar, close the menu and you're done.

    Reply Report Permalink
  • Darcey said 

    Hi Biser,

    I was thinking about what you said and thought it would be a good idea to allow people the option to enable the drag even if the menu is closed. Some people may like to move the addon while they play instead of fussing with a menu, no matter how small.

    Version 2.3 includes this feature.

    D

    Reply Report Permalink
  • Darcey said 

    Hi Biser,

    Yes, that is how I designed it to be, I found some people had problems with dragging it by mistake.

    Right click menu and gives you all you need. While menu is closed it just does its job.

    D.

    Reply Report Permalink
  • rcomber said 

    Hi!

    I updated to your latest version and now drag function doesn't work. I r-clicked and checked the Enable drag button. I CAN drag the options menu anywhere, just not the coordinates.. I run on Vista 32-bit in windows mode.. I also tried full screen mode and had same issue. The previous version did not have this issue.

    Reply Report Permalink
  • Darcey said 

    Hi Rcomber,

    Please delete the DCoords folder from your addons directory and download the latest version 2.2. I have added some code.

    Now both xml and lua attempt to start the drag on the DCoords bar

    Keep on letting me know if you find further bugs :)

    D.

    Reply Report Permalink
  • Darcey said 

    My mistake, I was destroying the two addons DCoords and DMiniCoords as they have been running with no bugs since early 2007 ish.

    I have now merged DCoords and DMiniCoords into 1 addon.

    So set it how you want it... Location (Hide/Show), Sub Location (Hide/Show) or just plaing very very aqurate coordinates (2 decimal places).

    I will re-patch in the Raid group numbers detector (tells you what raid group your in for AV premades to remember groups when leader dont get sort ability). on request....

    Reply Report Permalink
  • dnolle said 

    Filthpig,
    For some reason the curse client updated me to DCoords rather than DminiCooords. Just uninstall DCoords and reinstall DminiCoords and POOF....small nice coordinates again.

    Reply Report Permalink
  • Filthpig said 

    Uh, why did you take a tiny little add-on that was no bigger than it needed to be and could be dragged somewhere out of the way like the corner of the screen, and make it into a huge bar just to show the zone name (which is redundant anyway)?

    Reply Report Permalink
  • How do I put it in WoW?

    Reply Report Permalink
  • Darcey said 

    Missdove95: How to install addons
    1. Download the zip file to your desktop

    2. Locate your warcraft installation folder
    on mine its: my computer > c: > program files > warcraft

    3. Locate the addons folder
    my computer > c: > program files > warcraft > Interface > AddOns

    4. The file you have download is a zip or rar file, this simply is a box containing lots of stuff, right click on the file on your desktop and choose extract

    5. Move the folder called DCoords to your warcraft addon folder

    6. Restart game and you should have the new addon.


    There are also videos on youtube for this some of which are:
    http://uk.youtube.com/watch?v=HORz4U5ot98&feature=related

    Some of the others are not the greatest quality and not well explained but feel free to watch the suggested youtube video link on the right to see more.

    Reply Report Permalink
  • It's nice and simple but what it needs is functionality on the map, I think. I need to know more of where things are, not just where I am.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 61,955 QuestHelper Map & Minimap, and Quests...
  2. 33,884 Atlasloot Enhanced PvP, Arena, Map & Minimap...
  3. 11,452 Atlas Map & Minimap
  4. 6,032 GatherMate_Data Map & Minimap
  5. 3,948 Cartographer Map & Minimap