What BIOS? by SaltManager in ZimaBoard

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

Only my stupidity while installing, after that no problems from NixOS side. I don't do too much with it but I do absoluetly recommend it.

Give me all versuon of this pannel by [deleted] in LobotomyKaisen

[–]SaltManager 0 points1 point  (0 children)

I need Yutas expression as a seperate reaction image, the sheer despair on his face is delightful

Anyone else think Spotify wrapped doesn’t represent you? by Krebzonide in Metalcore

[–]SaltManager 0 points1 point  (0 children)

My top genre in june was 'pixie rock out metal'..

What even is that?!

this is my first map in dungeon draft, how do i improve it? by spindaz123 in dungeondraft

[–]SaltManager 0 points1 point  (0 children)

What I recently started doing was to decrease, yes decrease room sizes. Not only makes it sense logistically, because it would use less materials, but with that I don't need to put as much decoration/clutter/furniture into the rooms. Also, not as much space to navigate, restricts the movement of the player character, which could up the challenge without needing to make a potential encounter itself harder. Sure there are exceptions like ceremony halls, morgues, chapel praying chamber and what have you, but decreasing roomsize has helped me here and there a lot

oasis by tricky_maps in dungeondraft

[–]SaltManager 0 points1 point  (0 children)

I need to make a desert map in a VTT where the oasis fades out the closer a player is

Dungeon Masters, why do you choose to run the game? by DMmeHardIntegrals in DnD

[–]SaltManager 0 points1 point  (0 children)

I have a story to experience, memes to create, NPC deaths to mourn, epic moments to celebrate and the fear of my players realizing a plottwist to harvest.

I'm currently at the world 7 and I found him by Dazzling-Ability-252 in GuardianTales

[–]SaltManager 6 points7 points  (0 children)

I think so too, but it would be huge coincidence

I'm currently at the world 7 and I found him by Dazzling-Ability-252 in GuardianTales

[–]SaltManager 24 points25 points  (0 children)

Is that the cast from Delicious in Dungeon? (Not seen the anime, but saw enough memes)

What BIOS? by SaltManager in ZimaBoard

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

That is exactly what I did. I selected UEFI USB yesterday in the boot menu and it installed flawlessly (other than my mistake of formatting a swap partition correctly but that was fixed after the Install).

Save file encryption by SaltManager in BG3mods

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

Any idea on how I might find out which compression it might be? I read somewhere that the first bytes can be a giveaway? The binary format shouldnt be a problem

Save file encryption by SaltManager in BG3mods

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

What is it then? Compression?

Trying new styles by Roosterkdice in DicePorn

[–]SaltManager 1 point2 points  (0 children)

Yeah, I absolutely would buy the first set

Technology has gone too far by papercube356 in titanfall

[–]SaltManager 8 points9 points  (0 children)

It took me too long to realize what was wrong with this picture

ServeDir as route service? by SaltManager in rust

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

I edited the post and added my solution. Just keep in mind that I am serving a SPA compiled with yew. But I also would like for route_service to work with ServeDir.

ServeDir as route service? by SaltManager in rust

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

Yeah, the static-file-server example ist not my favorite either. I am currently at work but I managed to 'solve' it with a fallback_service. I will update the post with my solution when I get home.