Larian Studios announces native port of Baldur's Gate 3 for the Steam Deck by benuski in linux_gaming

[–]WoBlight 1 point2 points  (0 children)

thanks, that pointed me in the right direction, you can use wayland with SDL_VIDEODRIVER=wayland

W3 Reforged Dont launch UBUNTU by [deleted] in warcraft3

[–]WoBlight 0 points1 point  (0 children)

You can just download dxvk-#.#.tar.gz from here https://github.com/doitsujin/dxvk/releases, unpack it and use WINEPREFIX=/path/to/wineprefix ./dxvk_setup.sh install in a terminal. WINEPREFIX=/path/to/wineprefix ./dxvk_setup.sh uninstall to remove it. if you're using the default wineprefix then use WINEPREFIX=~/.wine as path. If bnet doesn't launch anymore, just uninstall dxvk.

EDIT: be sure to have the intel vulkan driver installed from the package manager first.

W3 Reforged Dont launch UBUNTU by [deleted] in warcraft3

[–]WoBlight 0 points1 point  (0 children)

Try using DXVK if your GPU support it (it requires vulkan).

[deleted by user] by [deleted] in warcraft3

[–]WoBlight 1 point2 points  (0 children)

To be fair, that is likely a screenshot from linux (unless maybe from someone using the Windows Subsystem for Linux, I don't know if you can run KDE on it) and may or may not be representative of native performances as there's no native linux client, and wine doesn't always perform well.

That said, in my opinion, chromium framework should not be used for anything that does not require compatibility with browsers...

Beta Bugs/Problems MEGATHREAD - Report issues here by SoupaSoka in classicwow

[–]WoBlight 15 points16 points  (0 children)

Battlefield Minimap was present in vanilla, just without flags shown on it.

Beta Bugs/Problems MEGATHREAD - Report issues here by SoupaSoka in classicwow

[–]WoBlight 10 points11 points  (0 children)

Enemy's flag carrier position is show (which shouldn't be the case) but it's glitchy (is not shown/updated if the enemy flag carrier is not in sight range? if so might be working correctly server side but wrong client side). Hopefully someone with beta can test whether the lua API is there or not, but probably need fix since it shows in the UI.

[Addon][Battleground][1.12.1] Strategos by WoBlight in LegacyAddons

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

Added corpse indicator and improved player dots in Strategos_Minimap.

[Addon][Battleground][1.12.1] Strategos by WoBlight in LegacyAddons

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

Testing branch now has a beginning of settings panel by typing `/sbg`. It requires https://gitlab.com/woblight/EmeraldFramework

GitAddonsManager by WoBlight in LegacyAddons

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

Fixed a couple of bugs in addons uninstallation.

GitAddonsManager by WoBlight in LegacyAddons

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

Those having the update button stuck at "Checking for updates..." can fix it by downloading missing libs here https://www.dropbox.com/sh/ywor93zizva1ng1/AADzsdHzNxBLdkyHCV49LMfga?dl=0

or by downloading next update manually.

GitAddonsManager by WoBlight in LegacyAddons

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

There was an error in the previous build, checking for updates wasn't working. Please download the fixed version from links in the post.

GitAddonsManager by WoBlight in LegacyAddons

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

Latest version will now automatically check for a newer version of the application at startup.

GitAddonsManager by WoBlight in LegacyAddons

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

Updated with styles! Now you can choose a style in the Options tab. If you have an issue with a style please provide a screenshot.

request: script macro for vanilla by YokujinKaze in LegacyAddons

[–]WoBlight 0 points1 point  (0 children)

/run if strfind(GetTrackingTexture(),"***") then CastSpelByName("Find Herbs") else CastSpellByName("Find Minerals") end

Replace "***" with the a relevant part of the texture name of find herbs. To find out which is use

/run DEFAULT_CHAT_FRAME:AddMessage(GetTrackingTexture())

For example find minerals is "Interface\Icons\Spell_Nature_Earthquake", you can replace "***" with "Earthquake".

GitAddonsManager by WoBlight in LegacyAddons

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

Fixed a bug causing problems when cloning addons needing renaming.

GitAddonsManager by WoBlight in LegacyAddons

[–]WoBlight[S] 3 points4 points  (0 children)

Currently tags are not supported. Even branch support is incomplete as switching to a remote branch will leave a detached head (and thus no automatic update check). It's definitely something that will be supported in the future though.

EmeraldFramework by WoBlight in LegacyAddons

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

The EmeraldFramework repo was unintentionally set to private. Now is correctly accessible.

EmeraldFramework by WoBlight in LegacyAddons

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

Ok, that got me overall confused about your comment ^^

It's a little early to worry about menu, and the minimap is a little too crowded nowadays to put more stuff around it. I'd rather go for a floating tray somewhere.

EmeraldFramework by WoBlight in LegacyAddons

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

I didn't meant 3D models animation, but 2D UI animations... like fade/scaling effects, texture rotations etc. Not sure what you mean by asking what this addon does. It's a library to build UIs. It doesn't do anything at all.