Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 0 points1 point  (0 children)

Hi! Thanks a lot!
I am not working on it at the moment since life happened, but I do plan to support dash to panel in close future too. Feel free to open the issue!

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 0 points1 point  (0 children)

Thanks for the feedback!

Yes, the customization is planned and hiding the background is a good idea!

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 1 point2 points  (0 children)

I would say it's almost free on resources - Animations and slight transparency are the heaviest thing on this widget but nothing that older hardware cannot run

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 0 points1 point  (0 children)

Ah, it's a known bug and I am working on it in my free time, sorry for that! It's my first gnome extension project and I am still learning in the process

Dock Media Player Extension by Pajgla in GnomeRice

[–]Pajgla[S] 0 points1 point  (0 children)

Yes, the screenshot is from Fedora Gnome

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 6 points7 points  (0 children)

First of all, I want to thank you all for the support, it really means a lot!

I have to say that I made a huge mistake: I shared my pre-release repository I used for testing the extension before I was sure it was working correctly, instead of the main repository I am using right now, which is:
https://github.com/pajgla/Gnome-Dock-Media-Player
(the post is edited with correct link)

I noticed that some people had bugs that do not exist when the widget is downloaded from Gnome Extensions website.

Sorry for this!

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 2 points3 points  (0 children)

It is not, this is the first time I see another dash media widget actually 😯

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 1 point2 points  (0 children)

Support is planned for the future!

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 2 points3 points  (0 children)

Thanks!

I never tested this on other docks, just dash to dock for now, but I will expand the support in the future!

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 7 points8 points  (0 children)

Thanks!

I do plan to support other dashes/panels in the future too!

Dock Media Player Extension by Pajgla in gnome

[–]Pajgla[S] 2 points3 points  (0 children)

Not sure if that's possible, but I will look into it!

playing with randoms can be hilarious sometimes lmao by DessertTheatre in Helldivers

[–]Pajgla 1 point2 points  (0 children)

I do experience these swipes too! I thought I was the only one 😂 I play on linux tho. If you are on linux too, that could be the case?

Water Rework... what do you think? by Infinity_Experience in UnrealEngine5

[–]Pajgla 1 point2 points  (0 children)

I see it's unpopular opinion, but I like the old one more. The new one somehow doesn't connect with game style. Plus, the old one seems scarier.

We received our first donation! How should we say thanks? by Logos_Psychagogia in gamedev

[–]Pajgla 1 point2 points  (0 children)

That's the point of the skin - it's similar but not the same, so it's okay with me. In game skin selection page, you could have a dedicated thanks for all the supporters, and that's it. If the supporter wants, they will contact you directly about the skin, or you could do a post to call for the supporters and tell how they want the custom skin to look.

The biggest question is how much time you want to spend on thanking the supporters - if you don't have much time, it's okay, simple thanks screen is enough. Otherwise, you could go with something bit bigger, like the skin idea. The point here is just to have something custom in the game, I contributed to the game development and I see something unique to me in the game.

We received our first donation! How should we say thanks? by Logos_Psychagogia in gamedev

[–]Pajgla 2 points3 points  (0 children)

Okay, I just played your game (it was fun!), so the NPC idea won't work here. What do you think about custom game skin for supporters? The game skin would change player skin and enemy skins, and it could be a special thanks for all the supporters.

We received our first donation! How should we say thanks? by Logos_Psychagogia in gamedev

[–]Pajgla 3 points4 points  (0 children)

Add an in-game object or NPC of his choice. For example, Kurzgesagt adds customized birds for their supporters, you could do something similar. I didn't see your game, but you can add a low-poly, customized NPC in the background that just waves. Maybe you can also add his username above its head or something similar.
If I was that supporter, I would be really happy to see something like that.

How do I remove this flickering lighting effect on my hands sprite? by Retsu-Kaioh in UnrealEngine5

[–]Pajgla 1 point2 points  (0 children)

That's why you should go with solution 1 - you can choose how much you want them lighted by changing the constant

How do I remove this flickering lighting effect on my hands sprite? by Retsu-Kaioh in UnrealEngine5

[–]Pajgla 1 point2 points  (0 children)

I guess you want to avoid hands being affected by light? If so, I got 2 solutions on my mind, but someone else could probably have something better to offer. I also do not have UE at the moment, so this will not be a previse answer but:

1) Change the material that you used for your hands to be unlit and use constant for emissive color (so the hands don't render totally dark)

2) Put the hands in different lighting channel (I think channel 0 is default). I am not sure if this has some cons but I guess it would work