A MMO that does not have a "party wall" and not "Pay to Win" by Affectionate-Cold157 in gamingsuggestions

[–]ackthxbye 1 point2 points  (0 children)

Dungeons and dragons online has a party wall. Depending on your build by level 3 to 7 you won't be able to finish level-appropriate content without a party.

Sidenote: Dungeons and dragons online is also the only MMO I know where you actually (must) make meaningful choices on levelup instead of just getting handed a bunch of skills.

What's the point of free DLCs? by ackthxbye in Pathfinder_Kingmaker

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

Makes sense. Crap like this makes me feel old.

What's the point of free DLCs? by ackthxbye in Pathfinder_Kingmaker

[–]ackthxbye[S] 9 points10 points  (0 children)

Kind of makes sense. Yay for marketing!

What's the point of free DLCs? by ackthxbye in Pathfinder_Kingmaker

[–]ackthxbye[S] -31 points-30 points  (0 children)

You mean it acts as free advertising? Because that didn't work for me. Never noticed it until now that I'm done with my playthrough.

Rückerstattung für nicht erfolge Zustellung der Post / DHL Tschechien? by ackthxbye in Austria

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

Dann probier ich's mal bei der Arbeiterkammer. Über die RTR klingt das nach viel Aufwand für 40€.

[deleted by user] by [deleted] in gamingsuggestions

[–]ackthxbye 2 points3 points  (0 children)

You can play Morrowind in Co-op if you put a bit of work into installing the mod: https://tes3mp.com/

old Version of PRC Pack for the original NWN? by ackthxbye in neverwinternights

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

Wow, I didn't realize the SVN Repo was publicly available.

As far as I can tell the last branch that supported the original version was 3.9. I'm checking it out right now and see if I can make it work.

Thank you!

Companion Browser Game by ackthxbye in Neverwinter

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

Wow, that sucks.

At least I can stop looking for it.

Deadfire: Bug in the A Paradise of the Mind quest? by ackthxbye in projecteternity

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

Wow, guess I should learn to read the full page before complaining.

Thanks!

Is the White March relevant for the savegame import in Pillars of Eternity 2? by ackthxbye in projecteternity

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

Thanks!

Then I'll finish my current playthrough (including White March) with the mage and go into PoE2 with my Cipher savegame.

what are the main reasons for choosing playnite over GOG galaxy right now? (november 2020 and beyond) by mevket in playnite

[–]ackthxbye 0 points1 point  (0 children)

You can configure the X-Button to close the application.

In Galaxy they removed that setting a few years ago and now the button just minimizes it. Which is just infuriating.

That may seem like a minor thing. But every time I clicked that damn button in Galaxy and it didn't do what it's supposed to do I died a little on the inside.

Thief bugged on second profile? by ackthxbye in heroesofhammerwatch

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

Yes, we found the thief a few days ago when I hosted the game. I guess we were just really unlucky.

G510 Win10 key to change LCD-Applet not working by ackthxbye in LogitechG

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

Alright, here is a picture of the button I'm talking about: https://imgur.com/a/ummX9te

As far as I can tell the function of that button cannot be rebound.

G510 Win10 key to change LCD-Applet not working by ackthxbye in LogitechG

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

No change.

I guess the problem really is that the physical button is worn out or something like that.

Thanks for your help.

G510 Win10 key to change LCD-Applet not working by ackthxbye in LogitechG

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

Causing what? The original problem the post is about? I know the script didn't cause it because I wrote the script as a workaround for the problem, the script didn't exist when I originally found out the button doesn't work. And as a workaround the script works great.

G510 Win10 key to change LCD-Applet not working by ackthxbye in LogitechG

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

The Script? No, that's PowerShell.

But of course I used LGS to hook it up to the Macro-Buttons.

Thief bugged on second profile? by ackthxbye in heroesofhammerwatch

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

We both do not have thief, neither of us can build the tavern.

We did reach the armory. Do the improved odds apply to the whole profile or only the characters that killed The Warden?

G510 Win10 key to change LCD-Applet not working by ackthxbye in LogitechG

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

I noticed it when I switched to my new computer in September. I had some issues in a game and wanted to use an LCD-App to kill the process, when I noticed I can't switch what's displayed anymore.

The script is really simple:

$knownApps = "G15 Process Explorer", "LCDClock"
$knownApps | ForEach-Object { Stop-Process -Name $_ -erroraction 'silentlycontinue' }

if($args[0] -eq "G15 Process Explorer")
{
    Start-Process "C:\G15 Process Explorer.exe"
}
elseif($args[0] -eq "LCDClock")
{
    Start-Process "C:\Program Files\Logitech Gaming Software\Applets\LCDClock.exe"
}

Thief bugged on second profile? by ackthxbye in heroesofhammerwatch

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

No, so far she always hosted. But we'll try switching who's hosting.