[Release] Turtle Dragonflight

Tools to improve your life or just make it shinier.
User avatar
Christavious
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

Microline
Posts: 1
Been thanked: 1 time

Re: [Release] Turtle Dragonflight

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

thx mate :)

User avatar
Christavious
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

Mrtwix1725
Posts: 4
Has thanked: 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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

User avatar
Christavious
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

User avatar
Rostovwow
Posts: 15

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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

Mrtwix1725
Posts: 4
Has thanked: 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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

User avatar
Christavious
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

Martimsf182
Posts: 11
Has thanked: 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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 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: 4
Location: EU
Been thanked: 1 time

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

User avatar
Shratath
Posts: 4

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: 11
Has thanked: 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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

User avatar
Gee3
Posts: 6
Location: United Kingdom

Re: [Release] Turtle Dragonflight

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

Nice one! Thanks. Looks awesome.

User avatar
Rostovwow
Posts: 15

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: 4
Has thanked: 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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 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
Barrens Chat Casualty
Posts: 72
Has thanked: 11 times
Been thanked: 15 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 Linux Mint 22 smiling_turtle

User avatar
Rostovwow
Posts: 15

Re: [Release] Turtle Dragonflight

Post by Rostovwow » Fri Sep 13, 2024 3:38 am

V2.71 BUG report.
deBuff icon is too close to Minimap,
it is partially cross overlapped with Mini map.

My LCD dispaly is 27' and resolution is 1920*1080.

Christavious wrote: 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

Toaster2023
Posts: 2

Re: [Release] Turtle Dragonflight

Post by Toaster2023 » Thu Sep 19, 2024 5:26 am

how do i enable unitframe target of target? i cant find the option for it

User avatar
Borefficz
Patch Note Conspiracy Theorist
Posts: 222
Has thanked: 1 time
Been thanked: 9 times

Re: [Release] Turtle Dragonflight

Post by Borefficz » Thu Sep 19, 2024 6:39 am

Looking good!

Toaster2023
Posts: 2

Re: [Release] Turtle Dragonflight

Post by Toaster2023 » Thu Sep 19, 2024 6:57 am

does this work with shagutweaks? asking cause that addon has some features this doesnt like different roll frames

User avatar
HerTiSo
Barrens Chat Casualty
Posts: 64
Has thanked: 63 times
Been thanked: 24 times

Re: [Release] Turtle Dragonflight

Post by HerTiSo » Fri Sep 27, 2024 1:36 pm

Will we ever see all these cool ShaguTweaks-Mods / -MoreMods features added to tDF in the future? Because the current lack of compatibility with ShaguTweaks is unfortunately preventing their use entirely. Thanks, and kudos for your incredible job!
Turtle Restoration Project: Upscaled Maps & Loading Screens!
TRP Turtle WoW forum post | TRP GitHub repository | My GitHub

Rpgamerdad
Posts: 1

Re: [Release] Turtle Dragonflight

Post by Rpgamerdad » Sun Sep 29, 2024 2:31 pm

This addon is awesome. But on my druid, when i go into bearform, the actionbar isnt changing. How can i fix this?

Edit: Nevermind, already got my answer on youtube.

corial
Posts: 1

Re: [Release] Turtle Dragonflight

Post by corial » Thu Oct 03, 2024 11:33 am

This is an awesome addon, thank you!

User avatar
Amon_RA
Posts: 12
Has thanked: 2 times
Been thanked: 2 times

Re: [Release] Turtle Dragonflight

Post by Amon_RA » Fri Oct 04, 2024 4:14 pm

Love this addon, absolutely fantastic!

I however noticed the following "issues" :

1. The Top Actionbar is stuck to the foreground, meaning that it will ALWAYS show on top of any window (e.g. Your bag window). Other actionbars do not have this issue and are always on he background.

Image

2. It would be very handy if we could customize the width (amount of slots/row) of the "all in one bag" .
I have a couple of 36 slot bags so the bag window is too tall to fit on my screen :( More slots per bag row (e.g. 10 instead of 8) would be great.

User avatar
HerTiSo
Barrens Chat Casualty
Posts: 64
Has thanked: 63 times
Been thanked: 24 times

Re: [Release] Turtle Dragonflight

Post by HerTiSo » Fri Oct 04, 2024 10:43 pm

HerTiSo wrote: Fri Sep 27, 2024 1:36 pm Will we ever see all these cool ShaguTweaks-Mods / -MoreMods features added to tDF in the future? Because the current lack of compatibility with ShaguTweaks is unfortunately preventing their use entirely. Thanks, and kudos for your incredible job!
Or maybe your thoughts on the ordeal, as the question has been closed without further comment on git. :)

Denatherion
Posts: 2

Re: [Release] Turtle Dragonflight

Post by Denatherion » Sat Oct 26, 2024 10:27 pm

Hey guys how do I move the minimap and the buffs? and potentionally the 2 bars to the right?

Image

User avatar
Anns
Posts: 28
Location: Azeroth
Has thanked: 3 times
Been thanked: 9 times

Re: [Release] Turtle Dragonflight

Post by Anns » Tue Oct 29, 2024 1:25 pm

Hello.
I would like to ask if there is an option to resize the "Micromenu" that is on the very right bottom as I cannot find an option like that.
If there is not an option but it is possible to change it in one of the files in the addons, please tell me how to do so.
I just like to check the Character Info, Spellbook and Talents more often so it is kind of annoying to miss click one of them due to the icons being small. I know I can use the keyboard shortcuts for them but mouse clicking is in some way fun for me.

Another question: Can fps be added/shown together as the latency? By the way, latency does not show on the question mark of the Micromenu.

Third question: Is there combat indicator as I did not notice going in and out of combat (I have the message turned off from interface). Normally, it is shown on the hero icon as two crossed swords.

One more question: Can the clock be modified to 24h mode instead of the 12h?

And one last question which can be solved by the original question: Can the numbers displayed on the bags be fixed to fit the circle? example of how it is currently on my UI:
Image
Last edited by Anns on Sat Nov 23, 2024 4:22 pm, edited 1 time in total.

Post Reply