modui

Re: modui

by modernist » Sun Oct 25, 2015 7:06 pm

i hit 40!

v36

+ auto-dismount
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Vedeta » Sun Oct 25, 2015 7:21 pm

how do i config the mod ingame, or isnt possible yet. wanted to put elite on my frame.

and how cange the chat writter bar position.

thanks great mod
Vedeta
Private
Private
 

Re: modui

by modernist » Sun Oct 25, 2015 7:33 pm

Vedeta wrote:how do i config the mod ingame, or isnt possible yet. wanted to put elite on my frame.

and how cange the chat writter bar position.

thanks great mod


there's very few config options in-game at present, user customisation is mostly done through the lua files.

if you want an elite-bordered player frame, just drop these two lines somewhere in moduf\unit.lua

Code: Select all
   
    PlayerFrameTexture:SetTexture[[Interface\TargetingFrame\UI-TargetingFrame-Elite]]
    PlayerFrameTexture:SetTexCoord(1, .09375, 0, .78125)


put the edit box back to its original placement by deleting lines 60-62 in modchat\chat.lua
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Vedeta » Sun Oct 25, 2015 7:42 pm

nice thanks i would wanted to see some ingame config. i wanted to change some more things but i wont ask everything or we will be here until tomorrow morning :D
Vedeta
Private
Private
 

Re: modui

by Vedeta » Sun Oct 25, 2015 9:12 pm

how can i change the class colors from diferent faction to red, and add class icon?
Vedeta
Private
Private
 

Re: modui

by modernist » Sun Oct 25, 2015 9:48 pm

red colour on enemy targets — change line 67 in this file to:
Code: Select all
if UnitIsPlayer'target' and (UnitFactionGroup'target' == UniFactionGroup'player') then TargetFrameNameBackground:SetVertexColor(colour.r, colour.g, colour.b, 1) end


class icons — install this: https://valkyrie-wow.org/boards/index.p ... topic=2717
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Vedeta » Sun Oct 25, 2015 10:00 pm

thank you :D, would be nice if can put the friendly players as class color :)
Vedeta
Private
Private
 

Re: modui

by modernist » Sun Oct 25, 2015 11:26 pm

Vedeta wrote:thank you :D, would be nice if can put the friendly players as class color :)


above snippet should still allow that
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Stall » Mon Oct 26, 2015 3:13 am

How do I go about moving the day/night button, as I am not able to see my Coordinates?
Stall
Tester
 

Re: modui

by Stall » Mon Oct 26, 2015 3:14 am

How do I move the day/night icon on the minimap
Stall
Tester
 

PreviousNext

Return to Addons & macros