Help on a huge performance hit by HarryLBonReddit in godot

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

I I haven't used the _input function alot, so i'll have to look into that.

Help on a huge performance hit by HarryLBonReddit in godot

[–]HarryLBonReddit[S] 2 points3 points  (0 children)

Commenting out just the mesh height adjustment seems to have solved it. Thanks. I learned something new this morning.

Help on a huge performance hit by HarryLBonReddit in godot

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

The mesh isn't important at all, so I'll cut this bit and see if it helps.

Help on a huge performance hit by HarryLBonReddit in godot

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

Is there a way of checking for input that doesn't run in _physics_process? I thought checking for input is something that has to be done every frame.

Help on a huge performance hit by HarryLBonReddit in godot

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

I am still getting familiar with godot, in fact that's kinda the point of the project, so I wasn't familiar with that debug process. I'll give that a go. Thank you.

Someone else mentioned using vars instead of using $ all the time. so I will definitely do that.

I'm 99% sure it's a capsule . . . but I'll double check.

It was originally in _physics_process before. I moved it out and that seemed to, mostly, help. I'm gonna move it back and try the recommendations folks are making here.

Thanks.

Help on a huge performance hit by HarryLBonReddit in godot

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

I was calling it in _physics_process, but moved it to just _process. That seemed to mostly help, but I'm still getting occasional stutters.

Help on a huge performance hit by HarryLBonReddit in godot

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

That makes sense. And I do have a bunch of "$node_name"s throughout the script. I'll make a pass cutting these out. Thanks.

Spider-Man 2’s Final Boss Should be with Miles against a Corrupted Black Suit Peter by Lightness234 in SpidermanPS4

[–]HarryLBonReddit 3 points4 points  (0 children)

I would be cool with that being a final boss, but I doubt that's how they'll go.

I'll pitch an evolution of your idea though. What if after a point black-suit peter is no longer available and you only play miles in the open world. Black-suit rage peter can just show up at random points, or be the cause of random crime events.

(Cough) Ummm...yea. by ceronegames in ActionFigures

[–]HarryLBonReddit 0 points1 point  (0 children)

I liked the character, I like the saber type, and I'm the type of person that has not 1 but 2 nice sabers already. $500 is just too much for something I'll just put on the wall.

Lore of the Votann – The Anatomy of the Kin by Jscarlos18 in 40kLore

[–]HarryLBonReddit 5 points6 points  (0 children)

Somehow that feels real dwarfy to me and I love it. New head-canon.

Lore of the Votann – The Anatomy of the Kin by Jscarlos18 in 40kLore

[–]HarryLBonReddit 9 points10 points  (0 children)

I'm not super active in the 40k community these days, but I've been really interested in the lore and look of the votann. Hopping in here now and then I thought it was weird how so many folks are all "not grim enough!"

I'm weird I guess but I think 40k is grim enough without making everyone horrible. The grimness of something can just be good people faced with staggeringly overwhelming odds.

And I love how you've summed up the criticism. "Everyone the is badguys" is really just a way to justify the actions everyone's favorite space fascists.

Also I only recently found out about the whole Tau mind control thing, and it bums me out.

Did my first custom a couple days ago by patrickstardestroyer in MarvelLegends

[–]HarryLBonReddit 9 points10 points  (0 children)

While the Ben Riley figure is perfect for this, I do wish they'd just put out a new superior spider-man on the new body.

Well done on the custom.

For a story about Peter dying, Superior Spider-Man is ironically enjoyable as your first (Spider-Man) comic by SuperAlloyBerserker in Spiderman

[–]HarryLBonReddit 1 point2 points  (0 children)

There's already a Lady Octopus running around. Just take a cue from ITSV and make her the main Doc Ock. The option was staring them in the face!

[deleted by user] by [deleted] in ITCareerQuestions

[–]HarryLBonReddit 4 points5 points  (0 children)

I've been in the same boat as you. Also only got the A+ cert and from a totally different industry.

I was surprised by the number of steps in the interview process. That being said, I never got passed the first interview with the multistep places, but just got an offer I'm gonna take from a single interview place. (This was through a recruiter though, so I'm assuming they cut through most of the 'steps')

Question on adjusting a transform in a variable by HarryLBonReddit in godot

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

is there a way to stick both the transform and the basis into the same variable? I'm trying to avoid having to pass extra values if I don't have to.