Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

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