Typically I use pen and paper, but I’ve been interested in a tablet or similar device for a while and am interested in what other people are using.

The reMarkable 2 seems like a really cool option to play with, but also pretty pricey for trying it out to see if it would even work well.

While it’s not directly related, when playing in games, I usually use a paper character sheet for reference, a notepad for consumables, story notes, and HP, and Pathbuilder on my phone for spells.

  • @julian@pathfinder.social
    link
    fedilink
    41 year ago

    As a GM:

    I host online for friends, so we use digital tools.

    • Foundry, hosted on my desktop computer, with these modules:
      • Dice So Nice, and several skins.
      • Dice Tray, to make rolling single dice easier.
      • Pathbuilder Importer mostly for my lazy players.
    • Obsidian, for when I’m running homebrew. But with the revamping of Foundry’s journal system, I may stop using this.
    • Discord for game audio.

    As a player:

    I have a tablet PC with a pen. I take notes on Rnote (free, open source.) I used to use OneNote which was great because I could search my handwriting, but I stopped using Windows.

    Historically, I always used physical dice because I was playing in-person. I did my PF1e character sheets manually by writing on the PDF in OneNote, but for PF2e I do enjoy Pathbuilder to help me plan it out. For actual play, I build my character sheet in Foundry (even if the GM isn’t using it for the game) just to make everything easy for me to find.

  • Zagaroth
    cake
    link
    fedilink
    41 year ago

    Another Foundry + A/V on discord.

    I also use discord for game related threads.

    I’ve recently discovered a similar program called Guilded, which seems to have all the same important creatures of discord, but better organized (and a larger file share limit). We have not moved over, but I’ve been spinning up and organizing a server there, just in case Discord craps the bed like Reddit did.

  • Hunter Hog
    link
    fedilink
    2
    edit-2
    1 year ago

    I host and play online, so almost entirely digital tools. As a sysadmin I’m quite taken to self-hosting so right now my setup currently consists of:

    • FoundryVTT instance, with quite a few QoL and eye-candy modules (without going overboard). Hosted within a Docker container.
    • Szurubooru, an imageboard instance, used to archive, aggregate and categorize all my NPC/Item/Battlemap/Landscape art. Image hotlinks used to load the image within Foundry. Hosted within a docker container.
    • Self-made wiki for the setting (and campaign sections) aggregating all that info, similar to Kanka or WorldAnvil I guess. Can embed ingame using html in journals.
    • Trilium instance for notes, though with Foundry’s improved journals and my wiki nearing fully functional completion, I’ve found myself using it less and less. Still use it for taking notes as a player, however, unless the GM gives me a Foundry journal to write in. Hosted within a docker container.
      • Used to use OneNote. Wholeheartedly recommend Trilium for anyone looking for a note taking app. The suite of community-made plugins is rich, and there’s a few nice TTRPG ones that automate session date/number tracking, you can setup world calendar-based timelines, and there’s a nice node graph feature that’s amazing for being able to see npc/item/session/location relationships at a glance and the way in which they interconnnect. Great for TTRPG uses, and I still extremely regularly use it for taking notes regarding work.
    • Discord for game audio, though I’m looking into setting up a selfhosted Matrix instance and hosting there instead.

    Apart from that, I use Pathbuilder to scaffold my character builds, but for the final thing I build the sheet in Foundry itself as well.

    • @bushvin@pathfinder.social
      link
      fedilink
      111 months ago

      I wasn’t aware one would be able to run a docker instance of fvtt… Today I am less stupid!

      On a sidenote, would I be able to use fvtt just for pf2e charactersheets? My group plays offline, and I am really struggling getting a decent character sheet and manager thereof…

    • @SenseiRat@pathfinder.socialOPM
      link
      fedilink
      01 year ago

      Are you developing the wiki or using a base for it? I use mediawiki for my homelab documentation, but am now thinking that it might be a really good reference tool for players and myself in longer campaigns.

      I am working on setting up an online campaign (when I actually get time to work on it between other projects and work), and planning on using Foundry for it, so it’s nice to see some additional tools that can make life easier. Any suggestions on the Foundry modules?

      • Hunter Hog
        link
        fedilink
        1
        edit-2
        1 year ago

        I’m developing the wiki from scratch. I’m personally handling the frontend. Styling with CSS, Vue framework management, layouting, and also managing the server for it. My partner is handling the backend, writing the database in Rust. Really snappy and extremely lightweight! (Though it kinda needs to be. All of the stuff I mentioned in my previous post is running on a Raspberry Pi!).

        For Foundry modules, this is a pastebin of my current active list, although I’m still adding some here and trimming the fat there occasionally, but this is more or less 90% definitive. I’ve added little explanations of each one which should hopefully make the list more useful, as well as which ones I plan on cutting (mostly due to V11 changes.)

        Perhaps one additional thing I should add that I forgot to mention with my last post - I have also a very lightweight and tiny repository on GitHub that I back up my worlds/ folder to every week on a schedule (using cronjobs) while excluding any media data and module data (for size constraint reasons) - just actor/scene etc db and the files they point to in case the world gets corrupted or I wanna rollback something. GitHub doesn’t like binary files much, but it has worked for me thus far. I have a world dedicated to a oneshot I wrote and I’ve ran it several times and then just rolled that folder back using my back up on github and it’s worked great.

        EDIT: Bah, I forgot one in the pastebin.

        • Combat Carousel: Adds a CRPG style initiative tracker, generally compact and pleasant. (deprecated in favor of Carousel Combat Tracker, which works in V11 and has been back-ported to V10)
        • @SenseiRat@pathfinder.socialOPM
          link
          fedilink
          01 year ago

          That’s awesome; I’m running foundry in Nomad on a Raspberry Pi cluster, do you run into any speed/responsiveness issues with it when you get all the players in and the game started?

          I just got Foundry running in my homelab last night, so I’m going through your list of modules this evening.

          • Hunter Hog
            link
            fedilink
            2
            edit-2
            1 year ago

            I’m running all those services on the same Pi, and honestly, I gotta say… not at all! Even when everyone’s loading in at the same time at session start, it’s snappy and responsive. It struggled a bit with 5e (5e’s base system has little to no automation which means all modules need to redefine the codebase themselves. The result is a very broken, very laggy mess) but PF2e is insanely fast.

            Even while doing automated rolls with complicated calculations and automated resistance values on damage taken, Node.js peaks out at maybe 30% CPU on a very complex roll, and idles at such a negligible amount it may as well be 0.

            As for the modules, while I do think they’re awesome, my suggestion is to play with things around in vanilla PF2e system, and add them one by one as you feel “hmm, maybe quality of life could be better on this” or “this could be spicier in terms of effects”. Mostly because, while it’s not too bad to follow the errors by using the web console, if you need to debug, it’s easier to go “oh this thing that broke is regulated by module x” and knowing what each module does helps a lot, but also because the base Pathfinder 2e system actually already has a lot of quality of life and automation baked in and you probably shouldn’t install things that the system might already automate and might end up conflicting and breaking things.

            Anything prefixed by “Pathfinder 2e” and “PF2e” should be safe, but only really install them if you want the features they offer. If you come across anything while playing around with it, feel free to ask, or check stuff out in the Foundry Discord if you haven’t, they’ve got some great resources in there for newcomers.

  • owls
    link
    fedilink
    11 year ago

    It’s been a while since I’ve done in person. I had a laptop for my notes and GM resources, and I’d just throw stuff up on Roll20 with second monitor facing the players. We had a tablet logged in to Roll20 to pass around if somebody wanted to move themselves, measure distance, or review one of the handouts.

    It worked reasonably well without needing everyone to hide behind their laptops.

  • @Kichwas@pathfinder.social
    link
    fedilink
    11 year ago

    I’ve become so fond of Foundry’s set of tools that I think at this point I’d prefer it over face to face. It just handles so many things.

    If I ever do get into a face to face gaming situation again, I might look to see if I could have a set of tools on par with what it offers for handling dice, action order, telling me if something can be done or not, correcting me on my encounter building (too high or too low CR for example), and other tools.

    • That last one, correcting me on encounter building, is particularly useful with some adventure paths that are over tuned. Build the encounter with your actual party in Foundry with ‘Monk’s little details’ mod and it will tell you what the actual challenge is by the rules, as opposed to what the module writer thought.

    That seems to be an issue with older PF2E modules.

  • shadedmagus
    link
    fedilink
    11 year ago

    Our group uses HeroLab Online, and most of us bring laptops to the table.

    I’ve tried a tablet before, but it’s difficult to switch tasks especially when you have to do anything other than focus on the character sheet - like now, I’m manning the Kingmaker map to notate where we’ve been and what we’ve run into and I don’t think I could do that effectively on a tablet.

  • Gerard Braad
    link
    fedilink
    11 year ago

    FoundryVTT Do not consider the reMarkable or Boox Max. they are great devices; I have several, but an eInk device is not very capable. They do not have a very good GPU and ogften very low memory. The refresh rate is also not what you would expect. So yes, I can open FoundryVTT on my Boox Note or other Onyx readers, but I prefer to use a Samsung Tablet or my Thinkpad as otherwie the performance is abysmal.

    If you do play solo or pen-paper replacement/tabletop roleplaying, an eInk would work. That is what I do with Obsidian and some of my campaigns.

    • @amithinkingright@lemmy.one
      link
      fedilink
      1
      edit-2
      1 year ago

      I agree. I have a reMarkable 2 and it cannot keep up with a game session. And that’s with me as a player. It’ll never timely switch between notes, character sheet, and game book.

      I got a samsung s6 lite and I’m pretty happy with it. Samsung has a mode called Dex on this and some of their other tablets that let you view a desktop with any of your apps running in resizable windows. As a player, it’s been nice having Nethys, pathbuilder, a notes app, and more floating around. As a GM, who knows?

  • mal2
    link
    11 year ago

    I’ve been using Foundry for our face to face games. One of the players logs in and casts their screen up onto a TV (which has a Chromecast plugged in). That person typically just moves the tokens for anyone who isn’t using a laptop. When we’re doing exploration, they just pile all the tokens into one space, so they can be moved as a group. Everyone does their character sheets on Pathbuilder, and the import to Foundry works fine most of the time. I don’t care if people roll their own dice or do it through Foundry, either way works fine.

    We don’t tend to sit around the kitchen table anymore, so this is still less awkward than trying to get everyone to come look at a battle map on their turn when combat is going on. Setting up the tokens and maps ahead of time is much faster than hunting for miniatures and drawing maps on a wet erase battle mat, too.

  • I really like my current setup. I have an iPad 11" Pro with the pencil and a small keyboard (Logi MiniMX). I picked up a small adjustable stand on Amazon for the iPad. Setup has a small footprint at the table. I use three apps; Obsidian for all my typed reference stuff and to take quick notes; GoodNotes with a character sheet pdf that I write on with the pencil; a browser open with Pathfinder Nexus (I own all the rulebooks there) but this could also be the Paizo pdfs in a different app. Pathfinder Nexus is easier to search quickly. iOS has a really nifty, free program for collecting pdf’s called BookFolder. Once the character management on Pathfinder Nexus is fully operational (open beta for now), I may ditch the pdf character sheet for that.

    • @SenseiRat@pathfinder.socialOPM
      link
      fedilink
      01 year ago

      I’ll keep the iPad in mind; I usually eschew Apple Devices just because I don’t need to add another ecosystem to my brain, but I do admire how well they work for things.

      • @Lycanthrotree@beehaw.org
        link
        fedilink
        01 year ago

        Wanted to add that if you’re looking at the Remarkable for the “feels like paper” feature, there are screen protectors you can get for tablets that replicate a similar effect. I use one of them with an iPad + Apple Pencil for digital art and I’m pretty happy with the feel.

        It sounds like you could probably get by with an older, cheaper tablet to start if you’re not sure about the price or if you’ll really use it. Most notetaking and organizing tools don’t need that much processing power.

        • @SenseiRat@pathfinder.socialOPM
          link
          fedilink
          11 year ago

          I actually generally run in person with a hardcopy of the PDF. I was considering making the switch to a tablet of some sort, but wanted something that I could mark up and make notes in the margins. That does make me think that I would probably lose my color-coding highlighting.

    • Drunemeton
      link
      fedilink
      01 year ago

      Thanks for the recommendation of Obsidian and Goodnotes.

      I’ve been using One Note, but it’s iPadOS app isn’t great, so having options is great.

      So for the “character sheet PDF that I write on” is that something that only Goodnotes can do? I’ll admit I don’t understand what that means, but I’ll also admit that I don’t own an Apple Pencil for my iPad Pro, and have never even heard of Goodnotes until now…

      For anyone reading this on iOS/iPadOS I highly recommend “PDF Viewer” since it can open multiple PDFs at once, and unlike “PDF Expert” it can easily take you back to your open PDFs without having to open a PDF to get there.

      • There are several apps that let you upload a pdf and write on it in iOS, but GoodNotes is very popular and works beautifully! I also have a screen protector that makes the screen feel a bit more like paper.

        • Drunemeton
          link
          fedilink
          21 year ago

          Thanks for the info.! I had no idea you could write on top of a PDF displayed on screen.