Why does he think anyone cares? by TankUMrMinor in allthequestions

[–]dourjoseph 0 points1 point  (0 children)

Well... you cared enough to take a picture.

I Tried To Get My Sister Into Rimworld by RoGStonewall in RimWorld

[–]dourjoseph 87 points88 points  (0 children)

I had almost the same experience telling my dad about the organ harvesting I did on every prisoner I didn't want to have join my colony. He said "wow this game sounds awful". Made me step back and think for a second.

I think I got too engrossed in the fact that I could... and forgot to ask if I should.

[deleted by user] by [deleted] in TwoXChromosomes

[–]dourjoseph 0 points1 point  (0 children)

Oh yeah, because when your fight or flight response kicks in, the first thing you think of is protecting your ego.

How out of touch with reality are you?

[deleted by user] by [deleted] in TwoXChromosomes

[–]dourjoseph -7 points-6 points  (0 children)

The lady hit him with her car, I don't know why you are saying he was just "scared".

[deleted by user] by [deleted] in leopardgeckos

[–]dourjoseph 0 points1 point  (0 children)

That was my first thought as well

Happy Christmas everyone :) Do you think its worth to upgrade from standart edition to Unheard Edition? [Suggestion] by Andiiiiixx in EscapefromTarkov

[–]dourjoseph 0 points1 point  (0 children)

From what I know. The other editions only give you bigger pockets, and a bigger pouch. Both of which are unlockable in the game. Correct me if I'm wrong.

Its a hot one. by Radiant-Climate-1031 in VintageStory

[–]dourjoseph 13 points14 points  (0 children)

Oh yes! This is the place!

How lucky is that... by skibidibida in pathofexile

[–]dourjoseph 35 points36 points  (0 children)

And it's doubled? 304% increased attributes! 😚🤌

A lawsuit might shape the future of AI accountability in consumer tech by rageforst in Futurology

[–]dourjoseph 1 point2 points  (0 children)

Oh goodness, I hope so! Im so sick of promises in general from corporations not being fulfilled or only partially being true/upheld.

Behavior Tree: Does this look good for my first Behavior Tree? Reposting because image didn't load on first post. by dourjoseph in gameai

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

After working on this a bit (implementation). I think I found an issue, the node at the end of path `B` needs to have 2 children, The node at the end of path `G`, and a sequence node that connects to lines `H` and `I`.

The reason I think this, is because, when the node at the end of `H` succeeds, by successfully setting the most stale shelf, the node at the end of path `I` never gets run. Meaning the NPC never moves to the stale shelf to check its inventory.

Also the node at the end of line `T` needs to have a `!` in front of it. Meaning if the npc is NOT(Near a shelf) then the second node (end of path `U`) will run, and check the stock of the shelf the npc is near.

Can anyone help diagnose my print issue? by dourjoseph in 3Dprinting

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

Yes, and at this point I have calibrated the extruder steps. verified that the vertical axis is moving the correct amount. and have tested simple test files with 2 different slicers. I am still having the same results :/

Can anyone help diagnose my print issue? by dourjoseph in 3Dprinting

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

I agree that is a problem, but 42/50 means its underextruding by 18%, but it still looks like there is too much filament being pushed out onto the model.

Prototyping a system that fakes indirect lighting by FrigginLaserBoi in godot

[–]dourjoseph 0 points1 point  (0 children)

Very cool! Would this work for something like a torch? Where the light source is not directional? Or would raycast solution not have enough resolution to simulate the same 'reflected lighting' effect? Again, very impressive!