modui

Re: modui

by modernist » Fri Nov 25, 2016 8:20 am

Gusser wrote:hey modernist im getting a lua error

Error: attempt to perform arithmetic on local `time' (a nil value)

Do you know why its doing this?

I only get this on retro wow and havent had it on Kronos 2 yet


error reports usually also include an insight into whereabouts the error is coming from with a file + line # listing at the beginning of the frame.

Image

can you post this too?
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Fri Nov 25, 2016 8:32 am

Tjate wrote:Thanks for a good addon !

But i need some help to tweak it
1. Nameplates is to close player / target ( if i target a gnome i only se the boots ) need more air between target and nameplate.
2. Nameplates are way to big, i wanna smaller and thinner and a thin frame ( like in Legion, small and thin )
3. Is it possible to disable nameplates on critters ?
4. Change the unitframe to look like UnitFramesImproved ( without standalone addon )
5. On enemy castbar put spellname on the bar

Please help me out here were to do this changes
sorry for bad English

//Tjate


1. im not sure this is possible to fix through addons, as changing the scale will make the problem worse, and direct changes to positioning are impossible with nameplates in vanilla.
2. i'll look at adding an option that still looks good, but also ~ this is vanilla and i do try to keep things relatively authentic. other addons can already offer this style & functionality and the sort of sleek, textureless, slightly bland look introduced in legion.
3. i *think* so yeah, it already does this for minor player pets. ill look into it.
4. im not going to add this into the core feature-set of modui. use modui_ified or the update to UnitframesImproved that has added modui support.
5. open this file and go to line 26, change
Code: Select all
TargetFrame.cast.text:SetPoint('TOPLEFT', TargetFrame.cast, 'BOTTOMLEFT', 2, -5)

to
Code: Select all
TargetFrame.cast.text:SetPoint('TOPLEFT', TargetFrame.cast, 'BOTTOMLEFT', 2, 3)
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by modernist » Fri Nov 25, 2016 8:33 am

Cruzix wrote:
Cruzix wrote:Deleting modui/globals/arrange.lua worked, no errors. But deleting modui/skin/button/action.lua gave me these errors http://imgur.com/a/pvmQ0 which were being completely spammed in my chat

Is there any other way of doing it?

edit: changed line 13 in action.lua to "modSkinColor(v, .2, .2, .2, 0)" that fixed it! thanks :)


Apperently that didnt fix it completely. When I use an ability the icon border will show up again and stay active, any idea how to change this?


you may need to delete the "keypress.lua" file too
modernist
Sergeant Major
Sergeant Major
 

Re: modui

by Cruzix » Fri Nov 25, 2016 11:59 am

Thanks! :)
Cruzix
Senior Sergeant
Senior Sergeant
 

Re: modui

by kaskochron » Fri Nov 25, 2016 2:20 pm

deleting "keypress.lua" fixed RingMenu modskin border errors
kaskochron
Tester
 

Re: modui

by Eligius » Fri Nov 25, 2016 3:07 pm

modernist wrote:hey, yeah, I've been working on a list of things to translate the past few days and will probably have it up for you to begin work this weekend/next week. its been a busy time at work, i have a bunch of stuff to catch up on.

ahead of time, do you know about escape sequences in strings? instances where you something like '(.+)' in amongst other words, such as :

[code]'the (.+) flag was captured by (.+)!'[/url]

they're used in code to either ignore certain words, or capture them for use. ie. the example above is matched against messages that appear in your chat, and grabs the specific faction and name that will fill those gaps.

these will need to be taken into account when localising.


Yes I know about it. French translation will be easy because english and french are practically the same language, mandarin might be a bit tricky due to the sentence word order being completely different. Should not be a problem in the end tho.
User avatar
Eligius
Senior Sergeant
Senior Sergeant
 

Re: modui

by Gusser » Fri Nov 25, 2016 9:44 pm

modernist wrote:
Gusser wrote:hey modernist im getting a lua error

Error: attempt to perform arithmetic on local `time' (a nil value)

Do you know why its doing this?

I only get this on retro wow and havent had it on Kronos 2 yet


error reports usually also include an insight into whereabouts the error is coming from with a file + line # listing at the beginning of the frame.

Image

can you post this too?


http://imgur.com/a/LjPZN

Here you go modernist
Gusser
Private
Private
 

Re: modui

by flurrz » Sat Nov 26, 2016 2:50 pm

Is there anyway to get just the nameplates? Turning off everything else in the options didn't quite do it.
flurrz
Tester
 

Re: modui

by drust6 » Sun Nov 27, 2016 3:56 am

I would also like to know how you can remove the actionbar and chat with keeping the rest?
Tried deleting different stuff in folder but always just ended up with error messages, and the in game options doesn't really help the case.
drust6
Tester
 

Re: modui

by Moon Buggy » Tue Nov 29, 2016 7:26 pm

Any way to have just item quality borders? It's very useful thing, but I can't seem to find any standalone vanilla addon for it
Moon Buggy
Tester
 

PreviousNext

Return to Addons & macros