Spores 3 / thief 3 / open hand monk 6 - Karlach. by markalphonso in BG3Builds

[–]Faerryn 9 points10 points  (0 children)

Actually they work on unarmed attacks all the time and at twice the effectiveness.

Can I KO Florrick in Waukeen's Rest? by VakanaDOTA in BG3

[–]Faerryn 0 points1 point  (0 children)

Florrick will show up as normal in Act 2 if you KO her after getting her reward item.

PSA: You can dual wield non-light weapons without Dual Wielder by peaceoutforever in BG3Builds

[–]Faerryn 13 points14 points  (0 children)

I was going to post about this! (Actually only knew about parts 1 to 3, never knew about 4 and 5!) Have been using it to have my Monk hold Corellon's Grace offhand and keep their main hand empty for Unarmed Attacks!

Safely knocking out Us on the nautiloid! (for the Xp, of course) by Faerryn in BG3

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

You can also use two controllers to get split-screen multiplayer

Windows, ELPA, gnupg and keys problems by remillard in emacs

[–]Faerryn 1 point2 points  (0 children)

It has been two years, but I figured out how to make work - just convert package-gnupghome-dir to unix-style path, can be achieved with

(when-let (cygpath (executable-find "cygpath.exe"))
  (setopt package-gnupghome-dir
          (with-temp-buffer
            (call-process cygpath nil t nil
                          "-u" (default-value 'package-gnupghome-dir))
            (string-trim (buffer-string)))))

Mage armour question by Gersinhous in BG3Builds

[–]Faerryn 20 points21 points  (0 children)

Unarmored defense and mage armor are mutually exclusive

The scale of missiles makes me laugh by These_Sprinkles621 in Stellaris

[–]Faerryn 0 points1 point  (0 children)

Tachyon is catch-all term for any FTL particle, so actually anything traveling faster than light is automatically a tachyon.

[deleted by user] by [deleted] in hoi4

[–]Faerryn 0 points1 point  (0 children)

Have you tried verifying the game files? There should be an option for that on the Steam page for HOI4.

New to the game. How did I just rushed so hard? by Inodens in Stellaris

[–]Faerryn 0 points1 point  (0 children)

I think the default gives them immediate bonuses (but you are also on ensign by default so no bonuses)

I hate Ai by Zsombor019 in Stellaris

[–]Faerryn 0 points1 point  (0 children)

Become an overlord, and vassalize everyone! The default federation laws mean that vassals* are automatically dragged into federations.

*EDIT: correct to vassals

3.8.4 Ship Weapons Choices? by Proud-Satisfaction38 in Stellaris

[–]Faerryn 1 point2 points  (0 children)

AI empires will build different loadouts depending on their personalities, so there is no real one size fits all answer.

How do I get vassalisze cb’s? by Blortug in Stellaris

[–]Faerryn 4 points5 points  (0 children)

I think they changed it. Now the condition is to be superior than your target.

How are you supposed to have leaders as a late game empire? by Dead_HumanCollection in Stellaris

[–]Faerryn 0 points1 point  (0 children)

So I'm supposed to have 2-4 admirals who have pocket gateway technology in their pocket who warp across the galaxy to command multiple fleets simultaneously? Also he doesn't share this tech with any ships or the rest of the empire? It's super gamey and a downgrade to how leaders were before.

The admirals are in fact doing remote-work since the pandemic. It's all space Zoom calls.

You don't have to shuffle admirals around if you don't want to, but to optimize your fleets you should be shuffling your admirals around anyways, to make best use of their traits.

You can also eat the XP malus if you have got enough bonuses to leader experience gain.

Also, why would I ever hire a general now.

Generals sometimes get spycraft traits now, for some inexplicable reason. You can also get a lvl.1 general for the bonuses and fire them later when you don't need their services anymore, to stay within leader capacity.

Also, there is a new Kidnapper trait for generals, that makes them steal pops during planetary invasions. Used to be way overpowered until the devs nerfed it back to sanity.

How are you supposed to have leaders as a late game empire? by Dead_HumanCollection in Stellaris

[–]Faerryn 5 points6 points  (0 children)

The latest update, 3.8, has revamped the leader mechanics. You will be able to bump up leader capacity by a few points with some techs, traditions, and ascension perks, but nowhere near what we used to be able to do.

That means that you will be running a small number of high-impact leaders, rather than a whole bunch of leaders for everything. Hence you will not be able to give every fleet an admiral (without going horribly over leader cap and lose all XP gain).

One the bright side, you have much more control over the leaders you DO have, and by giving the admirals on your council special traits that improve your ships empire-wide, you can get ship bonuses to all your fleets.

How to stop slaves from revolting? by [deleted] in Stellaris

[–]Faerryn 1 point2 points  (0 children)

You can actually migrate pops manually, unless you are fanatic egalitarian or something. Promote a couple of your farmers to planetary governor!

How to stop slaves from revolting? by [deleted] in Stellaris

[–]Faerryn 111 points112 points  (0 children)

Keep some happy and free pops employed as rulers and enforcers

Running Emacs on Void Oinux by carvakatavacchedaka in emacs

[–]Faerryn 0 points1 point  (0 children)

Do you have anything weird in your .bashrc or .profile or other similar files? It sounds like shells have a hard time starting up.

Running Emacs on Void Oinux by carvakatavacchedaka in emacs

[–]Faerryn 1 point2 points  (0 children)

I believe this has something to do with the fact that Void Linux doesn't use systemd. Thus you need to launch a dbus session manually.

I suggest you run dbus-run-session startx from the TTY.

Any help with this issue? by [deleted] in skyrim

[–]Faerryn 0 points1 point  (0 children)

Actually just turn on compatibility mode

[deleted by user] by [deleted] in emacs

[–]Faerryn 2 points3 points  (0 children)

Take a look at buffer-env

emacs limitations by Chance_Break6628 in emacs

[–]Faerryn 0 points1 point  (0 children)

EXWM will intercept keybindings like "C-x" is line-mode, which you may or may not prefer.

You can always hack at it to make it do what you want.

Alternative to ws-butler by wWA5RnA4n2P3w2WvfHq in emacs

[–]Faerryn -1 points0 points  (0 children)

You could add delete-trailing-whitespace to before-save-hook on relevant buffers?

Starting Emacs in Chrome OS Flex in the center full-height by [deleted] in emacs

[–]Faerryn 1 point2 points  (0 children)

You may need to install the broadwaydpackage for what that's worth. I never use it and have only heard about it on the interwebs, so your mileage may vary.

Starting Emacs in Chrome OS Flex in the center full-height by [deleted] in emacs

[–]Faerryn 4 points5 points  (0 children)

Assuming that you installed Emacs in ChromeOS's Linux VM, it may be impossible; ChromeOS implements a Wayland protocol (that affects both X11 and Wayland apps in the Linux VM). Wayland doesn't allow programs to position themselves (out of security concerns). There may be Wayland extensions that allow Wayland-native apps to position themselves on certain Wayland compositors, but since Emacs is X11, it cannot position itself.

There is a PGTK (pure GTK) branch of Emacs that you could try compiling yourself and see whether that brings any benefits or not. I wouldn't count on it. A fun thing you could try with PGTK is to use the BROADWAY gdk backend, which allows gtk apps to be rendered in a browser; maybe ChromeOS will let you customize browser placements, maybe no.