• 14 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: February 10th, 2024

help-circle










  • I don’t have a specific suggestion, but here is what comes to mind:

    • Violation of human rights and civil liberties in order to gain power over others is always justified with noble-sounding excuses like protecting people and property. The reality does not match the claim.
    • Once violated, privacy of information is almost impossible to restore.
    • Anything that can be abused to someone’s gain will be abused eventually, if not immediately.
    • Relying on a benevolent gatekeeper (even yourself) to prevent abuse of your tech will eventually fail.
    • The name V0LT Predator evokes the feeling that it’s something the world needs less of, not more.

    Whenever I find myself on a fine line like the one you’re trying to walk, I consider whether I’ll look back on my life and be proud of what projects/causes/changes to the world that I advanced with the time and talents that I have.









  • I don’t know if --skip-launcher is a valid command line option. If it is, I expect it just tells the launcher to immediately launch the game without showing a launcher screen. Of course, if the launcher requires a version of .Net that isn’t set up correctly, then it can’t run at all, and therefore can’t even get as far as noticing the command line option (let alone run the game). So I wouldn’t expect this to work.

    Instead, read through the bug report that I linked earlier. Look for the comments that explain how to make Steam run bg3_dx11.exe or bg3.exe instead of running the launcher at all. (I don’t remember the exact paths, so I can’t just write the correct command line here.)

    (Note: GitHub often hides some comments until you click the link to reveal more of them, so just using Control+F in your browser might not find these comments until you’ve clicked it several times.)









  • Hope spent most of our fight talking to herself back around a corner. She entered turn-based combat range to heal once or maybe twice, but that’s about it.

    The icon on her special ability looked the same as the Banishment spell, which wouldn’t have been all that helpful once we had the enemies funneling through the choke point, so I didn’t bother with it. I didn’t realize until afterward (when someone mentioned it online) that Revoke Guest Status is considerably more powerful than Banishment.

    Edit: I might have to use Revoke Guest Status in a future play-through when I don’t have a persuasive bard to make an ally of Yurgir.



  • Also, when building services that are expected to send HTML email, make sure to generate a plain text version of the content and put it in the appropriate multipart section of the message. Otherwise, people reading in plain text won’t see it unless they’re willing to jump through hoops to do so (and there’s a good chance they’ll toss it in the trash instead).

    Bonus points if the plain text part is formatted well.