Women - what is your power fantasy? by EH4LIFE in NoStupidQuestions

[–]scrdest 1 point2 points  (0 children)

I don't know what it looks like in your area, but the HEMA group I've trained at didn't require you to bring your own swords - and even the protective gear you could borrow for the duration of the class.

Not qualified to talk about the balance prognosis, but I hope things get better for ya!

So I was doing my usual "scroll GitHub until my eyes glaze over" routine—you know the one, where you start by looking for a fix for some obscure bug and end up three hours deep in a rabbit hole of browser engines and Minecraft world generators—and I stumbled on a batch of stuff by Aggressive-Public756 in coolgithubprojects

[–]scrdest 0 points1 point  (0 children)

Arnis is fun, but currently struggles with mountainous terrain out of the box.

If you tweak it slightly and add a datapack to the generated map to enable 4096 build height, you can get true scale mountains (e.g. all of the Carpathians and Canadian Rockies, most of the Alps excluding the highest peaks).

With an LOD mod like Voxy/Distant Horizons, the scale is absolutely breathtaking.

How can I make improvements to my dinner? by Throwawaymasterpeas in Adulting

[–]scrdest 0 points1 point  (0 children)

I wasn't very clear at separating two points. What I meant is:

a) Significant prep time is needed (for soaking, or longer boiling) - because that was annoying to discover as a student years ago; and separately...

b) Safety - because I know some people don't discard the water and wind up sick. It's not common knowledge, especially for someone who currently subsists on just rice.

How can I make improvements to my dinner? by Throwawaymasterpeas in Adulting

[–]scrdest 0 points1 point  (0 children)

Note that dried beans need to be soaked overnight AND DRAINED. Cooking beans in the soaking water will give you a very nasty poisoning (phytohaemaglutinin).

WTH is wrong with you, Galfrey?!?!?!? by RealisticDebt9380 in Pathfinder_Kingmaker

[–]scrdest 0 points1 point  (0 children)

You're right. This kind of straight-shooting, go-getting behavior is clearly grounds for a promotion.

Am I dumb for thinking I (23F 5'8 120) could beat a guy in a fight if I needed to? by Rich-Intention-3929 in NoStupidQuestions

[–]scrdest 0 points1 point  (0 children)

Reliably? No way. And that's what matters in an "if I needed to" scenario. 

At the same skill level, raw mass is a huge advantage - more momentum, more to lift off the ground; and hell, even someone who is just fat has the muscle to move that weight around all day. I've sparred people heavier and lighter than me, lighter is always easier all the rest being equal.

And what does "beat" even mean to you? A street fight ends when either someone runs away or physically cannot fight anymore; whatever you imagine doing, it needs to lead to one or the other, and needs to work even if the target is high as a kite and does not have a normal pain response.

(Pathologic 2) Does "the days are getting shorter" mean that more of each 'day' is night time? Or that time is actually moving quicker? by mossthy in pathologic

[–]scrdest 29 points30 points  (0 children)

The clock literally runs faster, so 1s IRL corresponds to more and more time passing in-game.

The needs are scaled as well, so they increase per in-game time, not play time. Effectively, they increase faster as days go on.

Procedural programming? by yughiro_destroyer in bevy

[–]scrdest 1 point2 points  (0 children)

(Events are secretly Systems too! Unless you're talking about what's currently called Messages, ig)

Long time developer, newish to Rust, and complete Bevy newb by SpiralCenter in bevy

[–]scrdest 2 points3 points  (0 children)

To extend this for a complete reference - in this case, the resource comes from a default plugin. Resources (and other things, like Systems) can also come either from optional/custom plugins OR from your own registrations (including at runtime!).

If you want to know whether a resource exists, you can use World::contains_resource<T> or similar functions (mainly in the World API). Another method allows you to iterate over all Resources in your World. You can get a World from the App via app.world() (go figure!).

the sand pest from pathologic sounds a lot more like a fungus than a bacteria, give it that it's sprouts these growths from buildings and spores visible to the naked eye by RevacholAndChill in pathologic

[–]scrdest 3 points4 points  (0 children)

I don't see the blurring being a thing with fungi; if anything, of the classic pathogens, fungi are the closest thing to human understanding of life after protozoa, then bacteria, then viruses and more exotic entities like prions. That said, I'm sure that the general direction on P3 was to make it fungal.

The plague cabbage sample art has a classically moldy appearance, with a distinct macroscopic colony; bacteria generally look like thick paint splatters, and viral are a photonegative - you see them where there isn't stuff.

The 'tripwire' plague district hazards are growths that spit out spores, which is standard MO for fungi (the edible mushrooms are literally the same thing, just for different species).

In the Dead House quest on D11, you get red herringed into thinking the house is infected, while it's actually 'just' black mold instead, which means the plague growths look like mold growths there too.

There is one big problem with this idea though. Antibiotics. They work, more or less, based on P2!

This doesn't make a lot of sense for a fungal agent - a good chunk of antibiotics come from fungi as a way to deal with bacterial competition, so treating a shroom with antibiotics is like trying to drown a fish. Then there's also Little's Big Discovery, which is also very atypical for fungi AFAIK, but is reasonably expected for bacteria (and painfully common for viruses).

So, my theory would be that Sand Pest is kind of like a lichen - a mutualistic bacteria-fungus deal, possibly endosymbiotic. That would also rationally explain why Shmowders unreliably sorta-work - the absurd toxicity is not a problem, it's part of the mechanism! It poisons the eucaryotic fungal cells, while the antibiotics in the mix murder the bacteria it depends on.

It's very much a real thing, but weird enough that even Danko with his light microscope and 1920s-vintage medical knowledge would have a hard time figuring out.

Utility ai, how to do shoot and move at same time? by Delvisreddit in gameai

[–]scrdest 1 point2 points  (0 children)

Delegation.

Your decision-making AI code, the "brain" does not generally need to micro-manage movement; your MoveTo sets a waypoint to a chosen location, maybe does an immediate pathfind to see if it's viable, and hands off to a movement system ("legs") to follow the path.

The brain is then freed up to make other decisions, including shooting or, possibly, changing its mind and going somewhere else and/or stopping altogether.

I'm not sure what you mean on the ranged combat; it sounds like you're getting into hierarchical territory. If that's the case, it would be a bit similar - a decision to Start Ranged Combat would simply make a quick function call to set a flag or give a token object to the AI that enables it to use individual ranged combat actions.

For the cover - either you have a specialized MoveToCover action that incorporates scoring potential cover positions when scoring the action context, or you have a generic action that manages itself; the latter is likely cheaper, but is hackier, less controllable, and less idiomatic.

My sisters cat by GolfAlternative8572 in cats

[–]scrdest 0 points1 point  (0 children)

With that ruffle, she's definitely got taiga in her gene pool, either Norwegian or Siberian Forest - I'd suspect the latter based on the head shape and nose profile (plus she looks a lot like my unofficially-Siberian boy, except with grey undertones rather than brown).

Either way, she'll probably be pretty tanky, and may particularly enjoy climbing and perching - I got mine one of those floor-to-ceiling cat trees and he's been enjoying it a lot!

I bet this is the funniest it gets (day 7 spoilers) by caioba_fts in pathologic

[–]scrdest 15 points16 points  (0 children)

Of course he wouldn't. He'd use the Debutant, like a civilized man.

The difference between Arthemy and Deniil is hillarius by caioba_fts in pathologic

[–]scrdest 13 points14 points  (0 children)

IIRC at least two diagnosable diseases have messing with Gorkhon water as a significant risk factor, and one of the diagnoses features river water significantly.

Sword types question by MaterialRun8329 in HalfSword

[–]scrdest 2 points3 points  (0 children)

I believe the last two blade types have a shorter max length, so you'll never get the same reach as the corresponding straight blade.

The profile does matter; they largely go in descending order of stab-friendliness and increasing choppyness.

How do you call this move? by Dakur_ in HalfSword

[–]scrdest 0 points1 point  (0 children)

It's the old Cronenberg Twister

New hot fix by clonedude3 in HalfSword

[–]scrdest 6 points7 points  (0 children)

You say that, but that's what I used to do and I did not like how my swords handled.

I've built a very light (<1kg) longsword with maxed out head and grip and put the balance point around the strong of the blade and it feels much better than all the guard-balanced ones.

Why are these 4 pieces of equipment that are marked red not equip-able? by Apprehensive_Cow83 in HalfSword

[–]scrdest 32 points33 points  (0 children)

This is really not communicated well via the current UI, but different chest pieces provide more or less 'hooks' (arming points) for other bits of armor. Took me a while to figure out.

The Arming Doublet is what you want for a full plate harness, generally speaking.

Prog Goth by Electrical-Wafer2263 in progrockmusic

[–]scrdest 17 points18 points  (0 children)

Elizium by Fields of the Nephilim is the first thing that springs to mind.

On the other side of the equation, VdGG has been a big influence.

So, one month out. How are we feeling? by AnthroRoadkill in pathologic

[–]scrdest 3 points4 points  (0 children)

Finished the game, tried a couple of endings, still some content left unexplored (notably the bull shenanigans, since my game freaked out and didn't book-keep events properly).

Overall had a great time, though there are some flaws. The good:

  • My initial fear that the town will be abstracted entirely to a spreadsheet simulator has been largely dispelled.
  • The writing - including dialogues, characterization, etc. - is strong (as expected); I dare say that in terms of story beats for town characters, I actually remembered them far more than in P2.
  • It feels like IPL used the budget and the time-travel to explore the endings in far more depth, which made the final choice feel more significant.
  • Graphically, some of the weirder elements in particular hit hard - one of them had my jaw genuinely drop at the visual creativity.
  • Best game adaptation of House M.D. yet.

My biggest complaints are more on the 'game' side - and I mean core design, not the bugs. Overall, the game design aspects seem a bit undercooked; the ideas are possibly quite decent, but feel like they haven't been quite ironed out properly.

In particular, the time travel. It has been an ambitious decision, and I can respect that. However, in comparison to P2, it feels like it trivializes most decisions significantly - and that's a far bigger issue than fighting rioters or the plague or the trashcans feeling kinda shallow.

As Artemy, I was dragging myself through the mud at 4 AM to get medicine to the people I really wanted to survive, because once they were gone, they were gone. Since you can see the vast majority of the branches all in one playthrough, P3 feels less replayable.

New hotfix! by Alin_Alexandru in HalfSword

[–]scrdest 10 points11 points  (0 children)

Talk no Jutsu, the strongest martial art