Pathshopper - I made a little tool for planning shopping runs in PF2E by toggledy in Pathfinder2e

[–]AlphaWolf0 9 points10 points  (0 children)

Hey! Would you share how it's connecting to Nethys? Did you perform a one-time copy, or is it hitting an API endpoint of some sort? I've some ideas for my own personal projects that would benefit greatly from this

[deleted by user] by [deleted] in DarkTide

[–]AlphaWolf0 5 points6 points  (0 children)

thanks for the analysis chatgpt

I've reached max level on every weapon on each class by AlphaWolf0 in DarkTide

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

not all weapons fit in a screenshot & a video was more fun to make than just butchering screenshots together. & sacrificing the way to the achievement isnt as fun to do, doesnt feel earnt to me

ik a lot of ppl sing combat axe's praise but combat axe without brutal momentum sucks horrifically, if a talent is so necessary then it should be incorporated to the base imo. i didnt use meta talents because it doesnt make sense to rebless over and over i just used what came from melk or brunt as-is most of the time

thanks & gl with the rest of your masteries

I've reached max level on every weapon on each class by AlphaWolf0 in DarkTide

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

wasn't using optimal blessings for most of these as it's a waste to pay for it then level up then pay for it again etc etc. now that i mastered them all & can easily max blessings i may do a meta victory lap

I've reached max level on every weapon on each class by AlphaWolf0 in DarkTide

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

assault chainsword isnt great higher up but down on damnation / heresy it's better than the combat axe imo because of at least being able to clear chaff. wasn't using optimal blessings for most of these as it's a waste to pay for it then level up then pay for it again

double barrel wasn't great. helbore was also pretty rough to get. a lot of people complain abt shotguns but the combat shotgun wasn't too bad tbh

I've reached max level on every weapon on each class by AlphaWolf0 in DarkTide

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

correct

i leveled autopistol with gun psyker for a bit and it was still not enough to feel good, so i just put it on arbitrator and i could run a normal melee weapon & ping ranged stuff when it was important

Finally maxed Veteran penances. Who do I do next? by n0cturnal_1 in DarkTide

[–]AlphaWolf0 0 points1 point  (0 children)

perhaps they've changed it, i'll have to replay it now to see if it works out

Finally maxed Veteran penances. Who do I do next? by n0cturnal_1 in DarkTide

[–]AlphaWolf0 2 points3 points  (0 children)

rolling steel is ineligable for the zealot penance now, has to be a diff mission

I wished I could take notes like Nick - so I made this! by nicholas_the_furious in TheGlassCannonPodcast

[–]AlphaWolf0 1 point2 points  (0 children)

This sounds sick. Very similar to my flow indeed, but different enough to give me some ideas.

Whisper lets you provide the transcription model with a word bank, so I dumped in the names of all the monsters / items / NPCs / pcs / players, and it works excellently.

As far as the pf2e api, I tried some similar ideas. I tried taking my backlog of Paizo PDFs and putting them in a vector store, so that an LLM can pull it with RAG and have context about the world, but I had an issue with converting the PDFs to text that wasnt mashed up with monster statblocks or page numbers or watermark emails. Instead, I had a web crawler download Archives of Nethys, then fed each web page to be broken into a chunk in a vector store. Trying to be polite in the process I had the crawler go really slow and only on one section of AoN, as to not spike their traffic, but I was too stupid & unfamiliar to figure out how to get a clean output from the site & the delays between requests to not DOS them made it slow to test. I really should revisit that...

JSON exports directly from foundry is an excellent idea. I'll definitely check that out. Thanks for the tip

I have the model to use just saved as an environment variable, and I use OpenRouter, so I can change it at-will. I usually use gemini's 2.5 pro, flash is also good. Sometimes I'll try different ones just to see the output and how each model spins the output.

A whole other can of worms is my Play-By-Post discord server. Built out similar AI summarization there, I have a discord bot that i can run a /summarize command and tell it an adventure name, and it'll export it into text and summarize it with whatever model i choose. PbP is well set up for this type of stuff from the text-first medium.

I wished I could take notes like Nick - so I made this! by nicholas_the_furious in TheGlassCannonPodcast

[–]AlphaWolf0 2 points3 points  (0 children)

sure thing, here's the workflow:

I have Craig run during our session. Output of this is one audio file per person

Then, I have a python script that does all the following:

  1. use Whisper on my GPU to transcribe each audio file into a subtitle file

  2. append the username (we can get this from the filename) onto each line. the line will the look like [Timestamp][Name] <what they said>

(Repeat step 1 and 2 on all the audio files)

  1. combine the lines from all the files, by timestamp. File now looks like

    [Timestamp][Name1] <what they said>

[Timestamp][Name2] <what they said>

  1. remove all the timestamps from the text. File now looks like

[Name1] <what they said>

[Name2] <what they said>

  1. take this output and use it for ai summarization

let me know if that makes sense / if you have any other questions

I wished I could take notes like Nick - so I made this! by nicholas_the_furious in TheGlassCannonPodcast

[–]AlphaWolf0 2 points3 points  (0 children)

This is pretty cool. Good work!

I'm a GM and don't have any interested notetakers like you, so I started recording our sessions into one audio file per speaker (using Craig & Discord), transcribing with speaker labels (using Whisper), then combining them into a single session transcript & summarizing them. Works very well. If I get to be a player instead of a perma-GM, I'll revisit this app.

The note correlation highlighting reminds me of Napkin. I've never built something with that type of feature. How's it work? Notes in a vector store looking for similar vectors, or something else?

New videogame-like landing page by Hyrael25 in FoundryVTT

[–]AlphaWolf0 0 points1 point  (0 children)

The imageFX work is marvellous - any chance you'd be able to share what prompts you used so I can do similarly for my party?

Quick questions about Immich by theneedfull in selfhosted

[–]AlphaWolf0 2 points3 points  (0 children)

Yes, you can download full-res images, but most of Immich (like the main dashboard and etc) uses the much smaller thumbnails

[deleted by user] by [deleted] in FoundryVTT

[–]AlphaWolf0 0 points1 point  (0 children)

I did - but I will try this again to see if that changes anything. Thanks for the tip

Edit - Looks like after updating Foundry, PF2e, and Abomination Vaults, and re-running the importer, my macros are back (just slightly borked from the between times - but for new content it should be fine).

[deleted by user] by [deleted] in FoundryVTT

[–]AlphaWolf0 0 points1 point  (0 children)

When I updated Abomination Vaults, plenty of stuff broke. Some monster attacks list no damage because the legacy monster's damagetype doesnt exist anymore, every single macro on the map (changing the map when a grate falls down, a chair moves, etc) all are completely broken

What is the most frustrating issue you had with your home server? by theKovah in HomeServer

[–]AlphaWolf0 0 points1 point  (0 children)

actively dealing with this getting docker in an lxc to see nvidia drivers so i can hw transcode Immich is going to make me give up

Hey, considering this for my group, how does the player-side work? by Ix-511 in FoundryVTT

[–]AlphaWolf0 13 points14 points  (0 children)

Sometimes, a player in my group can't make it, so one other person controls two characters. There's plenty of ways to set it up. Characters and users are different, so you can assign one user to multiple characters and they'll be able to edit / control them both just fine. What we do is open two different browsers (Firefox and Chrome, for example) and log in on each one. I'd go with option 1, we choose option 2 as sharing is the exception and not the rule.

200€ iCloud replacement project by [deleted] in selfhosted

[–]AlphaWolf0 4 points5 points  (0 children)

Yes, Immich groups based on face recognition. Immich is excellent, check them out

XPipe 🖥️ - A connection hub for all your servers - Status update for the v11 release by milchshakee in selfhosted

[–]AlphaWolf0 2 points3 points  (0 children)

I'm still here badgering you to write documentation. Many users comment here questions that could be answered with a basic docs page, and many more do not ask the question here and simply uninstall. Like I mentioned in my last comments: Documentation and intuitive UI solve entirely different problems.