Advertisement

SimpleCompass

  Download the Curse Client

Last Update: May 12, 2008 (1 month ago)
Category: Map
Tags: maps
Project Manager: Brodrick
Current Version: SimpleCompass 0.9 - 20400
(for World of Warcraft 2.4.0)
Downloads Today: 7
Downloads Total: 9,301
Favorites: 48
Comments: 20
  • About SimpleCompass
  •  

Show a compass on the screen showing the direction the player's character is facing. Does not take in to account the camera's rotation, but also does not require the player to be moving like other similar mods. Works inside instances.

Besides, it looks nice too.

Use /compass for options.

  • Downloads (5)
  •  
Advertisement

You need to login or register to post comments.

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.
 
  • May 16, 2008, 03:01AM (1 month, 2 weeks ago)

    If you use the rotating minimap, just replace the for i=getn(children) etc. stuff with these two lines

    minimapPlayerModel = MiniMapCompassRing;
    minimapPlayerModelFacing = function(self) return self:GetFacing() * -1 end;

    The original code is assuming the rotation it's getting from the "GetFacing" function is the opposite of the direction you want a compass to turn. Since you're replacing it to use the minimap ring which does rotate in the "correct" direction you have to just make it the value's negative.

  • May 18, 2008, 05:58AM (1 month, 2 weeks ago)

    Thanks for the reply. I figured that out and it works great. Changed the bitmaps so they are jsut the NSWE indicators and it sits scaled over top of the mini map. Works gr8!

  • May 14, 2008, 11:24PM (1 month, 3 weeks ago)

    Doesnt work with new patch

  • May 14, 2008, 05:23AM (1 month, 3 weeks ago)

    OK that code below is not complete... Spins the wrong way. Will have to look at it again in the morning...

  • May 13, 2008, 10:03PM (1 month, 3 weeks ago)

    OK, figured out that the minimap must not be set to rotate for this to work. Since the only reason I need a compass is that the compass points in the mini map are impossible to see when the map is set to rotate. I hardcoded a solution to support the rotating minimap. Being my first lua code it might be messy but here was my solution

    for i=getn(children),1,-1 do
    if children[i]:GetName() == "MiniMapCompassRing" then

    DEFAULT_CHAT_FRAME:AddMessage( children[i]:GetName() );
    minimapPlayerModel = children[i];
    minimapPlayerModelFacing = minimapPlayerModel.GetFacing;
    return;
    end
    end

  • May 13, 2008, 08:38PM (1 month, 3 weeks ago)

    Downloaded the new version and looks cool. It doesn't spin on my system though. What can I do to troubleshoot?

  • Jan. 12, 2007, 06:14PM (1 year, 5 months ago)

    Awesome mod! 1st picked it up as a toy but realized just how useful it truly is. Got most of my guild using it atm. Makes group coordination easier when you have a fast way to determine direction of travel between /loc's. ^_^

  • Dec. 24, 2006, 01:08PM (1 year, 6 months ago)

    I've tried (and failed) to figure out how to add some sloc type functionality to this addon!

    Seems like they should go hand in hand. =) Pretty + compass + coordinates = match? :)

  • April 25, 2006, 11:25PM (2 years, 2 months ago)

    Yeah, looks really nice. ^^

  • April 29, 2006, 06:08PM (2 years, 2 months ago)

    Shamane - I've been looking in to how to attempt this, and it doesn't appear to be possible (unfortunatly). I've gone through every method I can find to access the "minimap" portion itself, but unfortunatly it appears to be completely hidden from lua, even using the techniques I'm using to find the player's rotation (which involves finding hidden models and getting rotational from them).

  • May 6, 2006, 09:27AM (2 years, 2 months ago)

    is that just weird lighting or did you change the color on your dragonstalker armor? If so, how did you do that? lol I want mine to be red and white like that =P

  • May 8, 2006, 03:01PM (2 years, 1 month ago)

    DS Recolor - Red http://ui.worldofwar.net/ui.php?id=1861

  • May 16, 2006, 08:31PM (2 years, 1 month ago)

    lol is that a hunter in ds? whats the addon making it white plzzzzzzzzzzz tell me hehe.

  • June 16, 2006, 07:43AM (2 years ago)

    Dude, I wanna see all your recoloring of Dragonstalker, but they are all gone. -.- Can't find them anywhere. Except the Black one witch I got.. But could you post for us links to a pack or something ? :D I would love to see your selection ;) Sorry for posting in the wrong "topic" but this is your addon so I hope you read my message. :)

  • June 27, 2006, 12:08PM (2 years ago)

    All recolor mods have been disabled in 1.11. Any type of mod that was designed to change armor / weapons have been removed from the sites to which I posted them before the patch.

    So, sorry. No links.

  • July 31, 2006, 12:38PM (1 year, 11 months ago)

    What's wrong with normal WoW minimap compass? xP

  • Aug. 3, 2006, 07:26AM (1 year, 11 months ago)

    Thanks for the Addon. Very well done. I will no longer have to recite Never Eat Soggy Waffles ever again!

  • Aug. 8, 2006, 05:12AM (1 year, 11 months ago)

    MadVirus - Some people prefer a "real" compass to the way WoW's default UI shows it. It's also more of a proof of concept addon than really intended to be the latest greatest thing, it just got a little out of hand and became a test bed for UI ideas I had.

  • Oct. 24, 2006, 05:38AM (1 year, 8 months ago)

    could you implement some new textures? like a plain one, because I'm sure this doesn't go with peoples UI look and feel, and just for that reason people may not use this useful addon.

  • April 29, 2006, 12:07PM (2 years, 2 months ago)

    Is it possible to modify the minimap similar to this? I mean an rotating minimap an the direction of your icon is straight upwards.

    Than that's exaktly what I'm looking for.

    Steinbeisser

 
  • Similar Addons
  •  
  1. 11,432 QuestHelper Map and Quest & Leveling
  2. 4,880 Atlasloot Enhanced PvP, Map, Tradeskill, and ...
  3. 2,842 Cartographer Map
  4. 2,644 Atlas Map
  5. 1,961 Gatherer Map, Herbalism, and Mining
Advertisement