[Release] Turtle Dragonflight

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Thu Jul 18, 2024 7:07 pm

v1.8.8 Release

What's new?
  • Added Dragonflight art for actionbar button borders.
Powered by LMDE 6 smiling_turtle

Microline
Posts: 1
Likes: 1 time

Re: [Release] Turtle Dragonflight

Post by Microline » Fri Jul 19, 2024 9:10 am

thx mate :)

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Mon Jul 22, 2024 1:10 am

v1.9 Release

What's new?
  • ShaguTweak's Debuff Timer added.
Powered by LMDE 6 smiling_turtle

Mrtwix1725
Posts: 4
Has liked: 1 time

Re: [Release] Turtle Dragonflight

Post by Mrtwix1725 » Mon Jul 22, 2024 6:49 am

its conflicting with shagutweaks now making it completely not working(the tweaks addon not the df one)


User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Mon Jul 22, 2024 3:21 pm

Mrtwix1725 wrote: Mon Jul 22, 2024 6:49 am its conflicting with shagutweaks now making it completely not working(the tweaks addon not the df one)

Thanks for reporting. I just had a chat with Shagu. At this point, it makes more sense for me to use ShaguTweaks as a base, and then layer Turtle Dragonflight on top of that. Stay tuned.
Powered by LMDE 6 smiling_turtle

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Tue Jul 23, 2024 12:58 am

v2.0 Release

What's new?
  • Now uses ShaguTweaks as the base.
Powered by LMDE 6 smiling_turtle

Rostovwow
Posts: 8

Re: [Release] Turtle Dragonflight

Post by Rostovwow » Tue Jul 23, 2024 5:30 am

Christavious wrote: Tue Jul 23, 2024 12:58 am v2.0 Release

What's new?
  • Now uses ShaguTweaks as the base.
1. Pls add lag display, we need to know the lag.

2. The setting UI is too long,its lower half is overlayed by the addtional action bar.
Maybe you can change it to rectangle.

3. BUFF timer is overlayed by Minimap.
i revised it in tMinimap.lua

Code: Select all

customMinimap:SetWidth(135*1.36) -- Set the desired size for your minimap (mask size)
    customMinimap:SetHeight(135*1.36)
 tMinimap:SetWidth(110*1.36)
    tMinimap:SetHeight(110*1.36)    
    
AND I need to show HP and Mana in my name plat,
so I resvied it in tUnitframes.lua

Code: Select all

playerFrame.healthbar.TextString:SetText(string.format("%d%%", health,maxHealth))
    playerFrame.manabar.TextString:SetText(string.format("%d%%", mana,maxMana))
  end
Can you pls add them in SETTING UI?

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Tue Jul 23, 2024 3:33 pm

Rostovwow wrote: Tue Jul 23, 2024 5:30 am
Christavious wrote: Tue Jul 23, 2024 12:58 am v2.0 Release

What's new?
  • Now uses ShaguTweaks as the base.
1. Pls add lag display, we need to know the lag.

2. The setting UI is too long,its lower half is overlayed by the addtional action bar.
Maybe you can change it to rectangle.

3. BUFF timer is overlayed by Minimap.
i revised it in tMinimap.lua

Code: Select all

customMinimap:SetWidth(135*1.36) -- Set the desired size for your minimap (mask size)
    customMinimap:SetHeight(135*1.36)
 tMinimap:SetWidth(110*1.36)
    tMinimap:SetHeight(110*1.36)    
    
AND I need to show HP and Mana in my name plat,
so I resvied it in tUnitframes.lua

Code: Select all

playerFrame.healthbar.TextString:SetText(string.format("%d%%", health,maxHealth))
    playerFrame.manabar.TextString:SetText(string.format("%d%%", mana,maxMana))
  end
Can you pls add them in SETTING UI?
1. Look under the ? bottom right.
2. What resolution are you running?
3. I plan on adding percentages back as an option.
Powered by LMDE 6 smiling_turtle

Mrtwix1725
Posts: 4
Has liked: 1 time

Re: [Release] Turtle Dragonflight

Post by Mrtwix1725 » Tue Jul 23, 2024 4:51 pm

Consider adding these as well please, many are quite useful
https://github.com/GryllsAddons/ShaguTweaks-Mods

eg i was using Quick Actions, Range Color, Chat Levels(useful for HCs), Chat Tweaks Extended, Loot Cursor, MiniMap Timer, Skip Gossip Text

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Wed Jul 24, 2024 2:51 am

v2.0.1 Release

What's new?
  • Added the option to display the loot table to the left of the mouse.
Powered by LMDE 6 smiling_turtle

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Wed Jul 24, 2024 4:00 pm

Disturbedmanyt1 wrote: Sun Jul 14, 2024 10:21 am Hi,

I like the addon, but I am missing some features that would make it a 10/10. Like the player before me, I would like to be able to move some elements, especially the loot window, which is stuck on the upper left side of the screen and makes it really annoying to loot mobs. I would also like to be able to replace the health and mana text in the character bar and maybe have the mob plate size reduced by a bit (idk if this is your addon or my game). See some screenshots for reference:

Image
Image

Is there a slash command for this already? Thanks, and keep up the good work :)
The option to move the loot table to the left of the cursor has been added. Thanks.
Powered by LMDE 6 smiling_turtle

Martimsf182
Posts: 10
Has liked: 1 time

Re: [Release] Turtle Dragonflight

Post by Martimsf182 » Wed Aug 28, 2024 11:05 am

Hello!
I've get a few issues and suggestions!
The friendly nameplates, once i toogle all nameplates off and re-toggle, they do not show up, only hostile.
Also, is there any way to make the nameplate clickable instead of clicking the actual mob/npc? I find this to be a bit frustratting, as they basically serve as an info but not like actual Default nameplate where you can click on it to target that mob/npc/player.
Also, the map its kinda weird to me, there are some buttons hidden behind. Would be nice to have an option to either have all addon buttons in a box (like pfui) or play around with map size or something.
Image

Thanks for the great addon still!
Looking forward to some updates!

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Wed Aug 28, 2024 5:04 pm

Martimsf182 wrote: Wed Aug 28, 2024 11:05 am Hello!
I've get a few issues and suggestions!
The friendly nameplates, once i toogle all nameplates off and re-toggle, they do not show up, only hostile.
Also, is there any way to make the nameplate clickable instead of clicking the actual mob/npc? I find this to be a bit frustratting, as they basically serve as an info but not like actual Default nameplate where you can click on it to target that mob/npc/player.
Also, the map its kinda weird to me, there are some buttons hidden behind. Would be nice to have an option to either have all addon buttons in a box (like pfui) or play around with map size or something.
Image

Thanks for the great addon still!
Looking forward to some updates!
Yea, that's not showing properly. Try CTRL + SHIFT to move it around and maybe a reload (/rl).
Powered by LMDE 6 smiling_turtle

Venim
Posts: 1

Re: [Release] Turtle Dragonflight

Post by Venim » Wed Aug 28, 2024 9:16 pm

The mail received icon seems to be misplaced. It's way under the map. Any way to fix this?

User avatar
Purecore
Posts: 1
Location: EU

Re: [Release] Turtle Dragonflight

Post by Purecore » Wed Aug 28, 2024 10:32 pm

I've downloaded the latest version as of today and the minimap is big enough that it covers my debbufs etc if you could hotfix it would be great otherwise lovely work some tweaks here and there but overall strong work

Shratath
Posts: 1

Re: [Release] Turtle Dragonflight

Post by Shratath » Fri Aug 30, 2024 9:35 am

Wow this looks great, finally an UI that has a fitting look to the game (kinda makes sense since its from blizz lol). Just downloaded and messing around with it for now. Thanks for the addon <3

P.s: from what ive seen there is no way to make minimap smaller, maybe ive havent found it, but in case i hope in a future path we can change minimap size XD

Martimsf182
Posts: 10
Has liked: 1 time

Re: [Release] Turtle Dragonflight

Post by Martimsf182 » Sat Aug 31, 2024 12:25 pm

is there any way to select the target by clicking on the nameplate?

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Mon Sep 02, 2024 2:52 pm

As of version 2.3.6 or so, a few members of the twow community have reached out and became contributors to the tDF project. I want to take a moment here to recognize them for all their hard work.

The Team
Based on ShaguTweaks
Dev Team: scorpzor , Grylls , Ark
Art Team: Gold & Edo
Powered by LMDE 6 smiling_turtle

User avatar
Gee3
Posts: 5
Location: United Kingdom

Re: [Release] Turtle Dragonflight

Post by Gee3 » Tue Sep 03, 2024 10:00 pm

Nice one! Thanks. Looks awesome.

Rostovwow
Posts: 8

Re: [Release] Turtle Dragonflight

Post by Rostovwow » Wed Sep 04, 2024 3:23 pm

Previous problems solved!

Suggestion:
can you add a option to set every actionbar's size?

You can take Dragonflight UI Classic By KarlHeinz_Schneider for reference.

Thanks again!

User avatar
deepwinter7
Posts: 3
Has liked: 3 times

Re: [Release] Turtle Dragonflight

Post by deepwinter7 » Thu Sep 05, 2024 4:53 am

Target's casting bar is now appearing underneath the target-of-target.

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Sat Sep 07, 2024 3:56 pm

v2.7 Release

What's new?
  • Target castbar fix
Powered by LMDE 6 smiling_turtle

Shock5006
Posts: 1

Re: [Release] Turtle Dragonflight

Post by Shock5006 » Tue Sep 10, 2024 12:06 pm

I'm loving this addon. Great work!
Just wondering if there's a way to turn off the floating nameplates over enemies?
They are the only thing I don't like and it would be great if I could toggle them off.

User avatar
Christavious
Posts: 56
Has liked: 11 times
Likes: 4 times
Contact:

Re: [Release] Turtle Dragonflight

Post by Christavious » Wed Sep 11, 2024 1:56 pm

v2.7.1 Release

What's new?
  • Bag now saves position
  • Minimap doesn't go off the screen
Powered by LMDE 6 smiling_turtle

Post Reply