Honestly, when it first entered early access it basically was. Surfaces were murderous until they fixed them
DonnieDarkmode
It sounds like one solution to this would be having the entire party enter turn-based mode, with members either being in or out of combat. It seems like that would be a very easy change to make, because turn-based mode can already trigger automatically, but the question would be how well that all blends together while you’re playing. I think that should be tied to difficulty; in Story you can cheese like you do now, while in hardcore (or whatever it’s called) you always enter turn-based.
I this is partly the consequence of adapting a tabletop system to a video game. In DND your DM obviously wouldn’t pause combat indefinitely while the rest of the party messes around, but a DM can account for out-of-combat shenanigans much better than a game that must use pre-defined systems.
Yup! I had Gale learn the spell and now I use this more than regular Find Familiar
My gut feeling is sometime around the original release date? If memory serves, DOS2 got it like the day after launch
Oh yeah my actual workflow to create a book was horribly inefficient and time-consuming. How automated is that HTML export and chunking process? Are you still going through and manually adding in every last and href?
I’m curious about your use case, because I was doing this with a book that was hundreds of pages long, full of photos and footnotes, which added lots of tedium.
I had this exact question myself a little while ago, so I’ll share what I learned. I don’t know your level of knowledge with these things so forgive me if I’m explaining things you already know. And spoiler alert, the answer is “technically, but not how you’d like”
An EPUB “file” is really a folder containing a bunch of individual HTML files which hold the text for the book as well as things like the table of contents, and photos (if your ebook has pictures), with CSS for styling. This is the exact medium you’d work in if you were designing a web page, but with en ebook there are different best practices and considerations.
Now assuming that your PDF has a good OCR (optical character recognition) layer, then it will be possible for calibre and other programs to grab the text of the PDF, and even to create an epub with it. But as you’ve noticed, they don’t do a good job of this. The fundamental problem is that creating an epub is something of an art, with best practices and personal choices as far as layout and file structure. When you “convert”, you’re not changing the file type from PDF to EPUB; you’re grabbing the text from the PDF and then sticking it into multiple different files, with HTML and CSS instructions throughout to tell the EReader how to lay things out, which footnotes link to which annotations, where to display pictures, etc.
As far as I’m aware, this basically can’t be done (well) with dumb, automatic programs like what Calibre offers because there’s too much “thinking” involved. Perhaps an AI tool could be created that would handle this better, but I’m not aware of one, and it’s a pretty specialised application so it’s possible you’ll need to wait a while before someone gets around to that.
So I realised that if I wanted an EPUB version, I’d need to make it myself. I used Sigil, a free EPUB creation tool, to do it, which gave me some nice features to help speed up the process, but it’s a big time commitment (unless you’re working with a very short PDF), especially for your first EPUB where you’re still learning what to do while making it. You’ll also need to learn HTML and CSS if you haven’t already.
I did it as a sort of fun side project in my free time to learn a new skill, but unfortunately other than that, I don’t think there’s such thing as an “EPUBinator” that’s gonna take your PDF and create a well-made ebook.
Thanks for the correction! I still hear that usage fairly often and wasn’t up with the discourse around it. Like the other reply I’m also more partial to “folks” personally (as well as “y’all”), but I think I still use “guys” out of habit on occasion
I’ve noticed that “gay” is used as a more general term for members of the LGBTQ+ community, similar to how “guys” has a pretty common gender-neutral usage
EDIT: tweaked the wording a bit
To add on, this exact scenario illustrates why BMI is not always the best measure of health, because it only looks at height and weight. Measuring waist circumference and body fat percentage should give you a better-rounded picture of how you’re doing
DonnieDarkmode’s name invokes famous movie (DonnieDarkmode has never watched Donnie Darko) as well as popular display setting that doesn’t sear eyeballs
An important thing to keep in mind is that the practice of religion changes over time alongside culture, and is itself a part of culture. The Christianity of people living in places like Judea and Anatolia in the 1st century CE differs from the Christianity of, say, the Teutonic (not up on my post-Roman ethnicities, so might not be using the right term) tribes of Western Europe in the 6th century. This again differs from the Christianity of indigenous peoples in the Americas post-Columbus. In all these cases, these people had pre-existing cultural and religious beliefs which Christianity syncretised with instead of wholly replacing.
The Bible has been used to endorse slavery as well as oppose it, to condone violence and warfare as well as serve as the basis for radical non-violence. It is not “univocal”, because the various people who wrote and compiled it had their own beliefs and perspectives.
The various sects of Christianity differ in their values, beliefs, and even canon literature, and that’s before you get into Christianity as cultural practice rather than strict religion. Like all religions, Christianity is wonderfully human, encompassing our wide range of idiosyncrasies and contradictions, and that even includes people who don’t read the damn book! So yes, you’re going to find commonly accepted “Christian” practices which seem to clearly contradict the doctrine, but the doctrine contradicts itself, and serves people just as much as people should ostensibly serve it. The conception of Christianity as a unified religion, with 1 canon and 1 accepted interpretation, has never been accurate.
FWIW Early Christians did practice communal living and sharing of property (the New Testament tells us as much), and you can still see these things in practice today, albeit rarely. I also wouldn’t use modern terms like socialism to describe that sort of thing, because the economic order and class structures which Socialism and Communism are a response to literally did not exist at the time.
Actually in my current run (on Balanced) I’ve found that I can’t really do that. If I group sneak towards enemies I can attack with one of my characters, they leave hiding to make the attack, and then typically get spotted and start combat (unless it’s from far enough away that they can re-hide and attack again before the target gets within sight). Then all the involved characters roll initiative, and my character that attacked doesn’t have an action for that turn. Any other members of my party that are hidden can still attack out of combat, but the same situation occurs; they leave hiding to make the attack, get spotted, roll initiative, and then when their turn comes around they don’t have an action (haven’t had the chance to see how this works with extra attack). This could probably be cheesed with super favourable terrain and some pre-planning, but I think at that point you’ve more or less set up an ambush and it’s ok to get some extra benefit out of that.
IMO this is a pretty good way to handle it within a video game context, because it limits the cheese while not totally removing player agency by possibly undoing your attack. Like you said it’s different to how that’s handled in tabletop, but as a DM I’m able to explain how initiative is literally a skill check to see how quick on the draw you are, so my players hopefully don’t feel as cheated if they want to attack first but can’t act before the enemy. I do enjoy how the player urge to get as many free attacks in as possible at the start of combat is the same in both games hahaha.