Page 6 of 7

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Tue Feb 16, 2016 10:45 pm
by modernist
guis suuuuuuuck

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Tue Feb 16, 2016 10:45 pm
by modernist
oh cool top of the page :[

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Tue Feb 16, 2016 10:57 pm
by Roadblock
modernist wrote:oh cool top of the page :[

Haha, well free bumps are nice (unless you're driving)

Quoting myself for visibility
Roadblock wrote:Added a pre-release version to first post.

Changelog
  • Fix Level text and Boss texture overlapping (not the raid target icon, the boss level icon).
  • Add a click-through option to _settings.lua. Defaults to true (same behavior as now)
  • [WIP] Options GUI and per character settings so your mage and warrior can have different options. NOT WORKING YET.
  • Realize (again) how much I hate working on GUIs :evil:

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Wed Feb 24, 2016 8:17 pm
by Valmere
Roadblock wrote:
Flickerlight wrote:Is it possible to disable collision of the individual nameplates?

Answer is unfortunately same as for stacking question, Vanilla client simply has no variables to control nameplate behavior other than show/don't show.


well shit.

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Wed Mar 02, 2016 9:41 am
by zjl263488102
Hey.
I (first time only) RENAME THIS FILE file from _settings.lua to settings.lua when done. But operation WOW Queued error. can you help me?pls

Error:"}'expected(to close"{'at line 17)near"['
AddOn:CustomNameplates
File:settings.lua
Line:27
Count:1

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Wed Mar 02, 2016 1:56 pm
by Roadblock
zjl263488102 wrote:Hey.
I (first time only) RENAME THIS FILE file from _settings.lua to settings.lua when done. But operation WOW Queued error. can you help me?pls

Error:"}'expected(to close"{'at line 17)near"['
AddOn:CustomNameplates
File:settings.lua
Line:27
Count:1
Hi.
You must be using the pre-release version from first post I guess.
You can fix it by opening _settings.lua (or your renamed file) in a text editor and go to line 26 where it says
Code: Select all
["refreshRate"]=1/60
and put a comma after the 60 so it becomes
Code: Select all
["refreshRate"]=1/60,

Save and reload.

I'm at work now but I'll try to push a new package with the issue fixed some time later.

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Thu Mar 03, 2016 2:40 am
by Frostie
love this addon + modui.

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Sun Mar 06, 2016 12:01 pm
by Roadblock
Pre-release package updated in OP.
- Fixed the missing comma in _settings.lua
- Added a target emphasize feature (no option yet).
- Added an optional texture replacement package (needs to go directly in \Interface\ ) to prevent border/glow flickering when spam-clicking targets.

If you tried to customize your _settings.lua with the 1.5-11200-alpha (previous pre-release)
- delete your settings.lua
- rename the _settings.lua included in this package to settings.lua
- set your desired values again
Sorry about the trouble.

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Tue Mar 08, 2016 3:59 pm
by Kilazar
snawfu wrote:Image

you can have it look like this with some simple .lua edits (using both addons at the same time), not really pretty tho



For those of us not versed in lua editing, could you provide the edits needed to make the modui castbar work with the customnameplates addon?

Re: [Addon] CustomNameplates - Roadblock fork

PostPosted: Tue Mar 08, 2016 8:44 pm
by Kjepp
Would also be interested in that.