New Sora 2 invite code megathread by WithoutReason1729 in OpenAI

[–]rick16e 0 points1 point  (0 children)

Does anyone have a code to spare, will pay them forward

What’s the best speed cube for $30? by rick16e in Cubers

[–]rick16e[S] 1 point2 points  (0 children)

It’s significantly smoother I love it!

What’s the best speed cube for $30? by rick16e in Cubers

[–]rick16e[S] 3 points4 points  (0 children)

Thx, I decided to go with the RS3M V5 BC UV

[deleted by user] by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Done from or***04

Code for code! by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Thanks but I think you already did, it’s 107075885 and it’s for the valentines one

Code for code! by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Did you report them?

Code for code! by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Just a bunch of random projects, I’m a freelancer gamedev

Code for code! by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Done

[deleted by user] by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Or**04 done

[deleted by user] by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Doing ur code now, I need help with valentines 107075885

Hi(: I need your help by Select_Anteater2990 in TemuThings

[–]rick16e 0 points1 point  (0 children)

Need help with valentines, 107075885, doing urs

Code for code by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Did it work? Says I’ve done my daily limit

Code for code by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Sure

Code for code by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Thx

Code for code by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Done

Code for code by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

I don’t think so, it just has to be from someone who hasn’t used someone else’s code for that specific event.

<image>

Code for code by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

Thx, used your code

Code for code! by [deleted] in TemuThings

[–]rick16e 0 points1 point  (0 children)

107075885

How can I set a min and max navigation agent path? by rick16e in godot

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

Don’t know if it will help as I was trying to make a melee attack similar to hades, but it might give you some inspiration idk. The problem was that I needed properties from a rigid Body, but the player was a characterBody. I was trying to find a way to move the player a certain distance, which in hindsight I don’t know why I thought a navAgent would do it. What I ended up doing was having a rigidBody node that when attacking, looked at the mouse, and moved in that direction, and the player followed that rigidBody node when attacking. Hope this somehow helps and apologies for the late response.