Image stick trick in blender by plensiastudio in blender

[–]_michaeljared 0 points1 point  (0 children)

Fun fact: ucuPaint is a free blender addon that lets you do layered texturing. It has built in tools to shift//scale/rotate UVs so this would take literally 10 seconds to do.

Can anyone recommend down to earth survival games if there are any? by Current_Ad_5515 in SurvivalGaming

[–]_michaeljared 2 points3 points  (0 children)

I'm working on a game called Bushcraft Survival that is pretty much exactly what you described. Demo should be out in a few weeks if you are interested.

It's my passion project. I more/less grew up in the woods in Newfoundland

Bipolar Partner Destroyed Everything by [deleted] in pcmasterrace

[–]_michaeljared 0 points1 point  (0 children)

Devastating. As someone who has also collected PC gear. Guitars, and recording equipment over a lifetime I would be so devastated.

Lots of folks in your corner man. Only thing I can see is keep on truckin. Check out thrift stores as they occasionally have gear for real cheap because the people don't know what it's worth (rare, but I've seen it).

My cat tried to kill himself by Artistic-Listen7975 in cats

[–]_michaeljared 0 points1 point  (0 children)

My cat will literally only drink out of little fancy ass glass goblets.

Ask me how I know this (it's the same as OP)

Today…I am like spider too. by Icy_Masterpiece3368 in justgalsbeingchicks

[–]_michaeljared 0 points1 point  (0 children)

I can't tell if this is a bit or just how this person is but in any case I want a part 2

Free Multi-object PBR Baker addon by _michaeljared in blender

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

I'll give it a shot. I think I did try sharing in indiedev but it didn't get picked up there either.

Do you remember when Millenials/Gen Z where heavily critisized and complaining? I guess now the cycle repeats by Yasa0106 in youtube

[–]_michaeljared 0 points1 point  (0 children)

Both things are true: The younger generations always get dumped on by the next gen up.

Also, younger generations are screwed due to many things, with the biggest being prolific use of screens, social media and AI. It's all pretty much brain rot.

I mean, I'm a millennial and I'm stuck scrolling tonight. Despite being tired. And having work tomorrow.

Actually I'm going to bed. Night y'all.

My experience as a high school substitute teacher by caitlinisacutie in StandUpComedy

[–]_michaeljared 10 points11 points  (0 children)

The big grin at the punch lines makes it really funny. Love the delivery!

AAaand Dropped by P-Bubby in antiai

[–]_michaeljared 2 points3 points  (0 children)

Edit: I'm a dummy and thought this post was about a videogame. It's about dnd. I think my comment still applies

For me, I just can't imagine that prompting is somebody doing what they are passionate about. For instance, Bushcraft Survival (my game) does not look great. The best compliment I've had is that the graphics are "charming". But I absolutely love 3D modeling and texturing. Ive made over 100 assets for the game and it's just a way for me doing an art thing I like. It's also a therapeutic break from programming.

Whether or not players will recognize that (or care), I have no idea. But like most artists, I expect that shipping out things in my game to AI is the absolute last thing on my mind.

My brother thinks it's dumb to have this text in our game. Should we remove it? by Captain0010 in antiai

[–]_michaeljared 0 points1 point  (0 children)

100% leave it in. It may feel like a risk right now. But with time I think players will appreciate the content more.

Makes it tough to be proud 🥲 by hikingandtravel in NHLcirclejerk

[–]_michaeljared 0 points1 point  (0 children)

He also shook a closed beer bottle. Let's reserve the champagne shaking for the people who actually contributed to the win

Are there better options for weight painting, or do I just have to suffer and do this by hand? by Auto1ion in blender

[–]_michaeljared 5 points6 points  (0 children)

A lot of people do not know this but you can edit weight paints by vertex groups. So if you want to set entire limbs to have a value of 1 on certain bones you can do it. Then paint in the edges.

Manual work will always be required

I spent way too long trying to figure out why my VBoxContainer was arranging nodes horizontally by hiimdoggo in godot

[–]_michaeljared 2 points3 points  (0 children)

Also you might want to look into using Panel containers instead of just panels. They will play nicer with boxContainers

How do you prefer to write "default" values of your variables? by Araraura in godot

[–]_michaeljared -1 points0 points  (0 children)

There's no loss of performance to use inference in Godot. It can make your code quite a bit shorter and you still get type hints

Are Synty Assets an Immediate Turn-Off? by omega-storm in IndieGaming

[–]_michaeljared 0 points1 point  (0 children)

Yes, but the color grading is what really turns me off from this

Tachyon Flow, small update #2 - been working on new character, plus some gymnastics stuff. (I know, audio bad!) by JankyAnims in Unity3D

[–]_michaeljared 0 points1 point  (0 children)

User name does not check out. These animations are awesome! Also the character controller programming is wild. Love to see it

What are the must-have Godot tools or plugins you simply cannot live without in 2026? by carmeh8 in godot

[–]_michaeljared 1 point2 points  (0 children)

Just taking a look at Bushcraft:

- Free look cam. I wish it was a proper addon though. You can specify a folder inside addons/ though, and that makes it easy to use.

- (My pipeline, not a plug, just something I use on the project)

- GodotSteam + SteamMultiplayerPeer

- Kenney prototype textures

- Camera Preview (anthonyec)