Thread Tools Display Modes
06/23/16, 12:06 AM   #1
Dahlia Nightshade
Join Date: Mar 2015
Posts: 7
Lui by LoPony

Hello, I always used Lui by LoPony as my minimap addon, despite it being discontinued and very outdated, because it has all the features I need and it seems quite light weight.

It always worked well, even with the newer game updates, but when the Dark Brotherhood DLC launched, one feature has stopped working: camera heading.

I can no longer see where my camera is heading because the "camera heading cone" is gone (in example, I might have my character pointing North while my camera is pointing South).

In the Minimap.lua file I found this part which is the only place referring to camera heading:

Lua Code:
  1. -- set player position
  2.     local px, py, ph = GetMapPlayerPosition( 'player' )
  3.     local pch        = GetPlayerCameraHeading()
  4.     local hPos       = ( px * ( self.zoom * self.data.map.width  ) ) - ( MiniMap_Scroll:GetWidth() / 2 )
  5.     local vPos       = ( py * ( self.zoom * self.data.map.height ) ) - ( MiniMap_Scroll:GetHeight() / 2 )
  6.     MiniMap_Scroll:SetHorizontalScroll( hPos )
  7.     MiniMap_Scroll:SetVerticalScroll( vPos )
  8.     MiniMap_Player:SetTextureRotation( ph )
  9.     MiniMap_PlayerCam:SetTextureRotation( pch )


If it is possible to fix it, can anybody help with it?

Thank you in advance, have a nice day



Dahlia Nightshade
  Reply With Quote
06/23/16, 04:31 AM   #2
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
as i see we need light minimap addons, its true

my request of Light Wieghted minimap also near
  Reply With Quote
06/23/16, 08:36 AM   #3
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
i tried it and its not working
its need libaddonmenu update or what? alot errors and nothing

if i turn off all addons it works partially, but still without addon settings - cant turn off other modules
  Reply With Quote
06/23/16, 11:15 AM   #4
Dahlia Nightshade
Join Date: Mar 2015
Posts: 7
I disabled each and every modules except for the Minimap, and I still have LibAddonMenu-2.0 in my Addons folder; I don't get any errors that way, but I lost the nice feature of knowing where my character is headed.

It doesn't show any direction until I start moving, otherwise the arrow stands still.

I am using the Minimap from AUI at the moment: I disabled all other modules, just to use the Minimap, but I think that the one I was using previously was lighter in weight and quicker to respond.
  Reply With Quote
06/23/16, 09:53 PM   #5
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
Originally Posted by Dahlia Nightshade View Post
I disabled each and every modules except for the Minimap, and I still have LibAddonMenu-2.0 in my Addons folder; I don't get any errors that way, but I lost the nice feature of knowing where my character is headed.

It doesn't show any direction until I start moving, otherwise the arrow stands still.

I am using the Minimap from AUI at the moment: I disabled all other modules, just to use the Minimap, but I think that the one I was using previously was lighter in weight and quicker to respond.


again
how you get it to work?
i disabled all addons, i installed libaddonmenu

i got error about libaddonmenu 1.0
i edited LUI.lua and change it to libaddon 2.0

still got another error and nothig



  Reply With Quote
06/23/16, 10:00 PM   #6
QuadroTony
Banned
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 828
i get it to work without errors with Compatibility tool, but without libaddonmenu
so i still cannot configure modules

and again if i enable other addons of mine, errors and LUI not wroking

if you know smthing please tell us

Last edited by QuadroTony : 06/23/16 at 10:05 PM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Lui by LoPony


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off