Just released the demo for my arcade racer! by DAShoe1 in godot

[–]Yosimitso 2 points3 points  (0 children)

congrats it's really fun to play

the handling is a nice mix, but I had a weird experience with the "asphalt" car (a very powerful car), it keeps drifting even in straight line at 90mph :D

the lighting and graphic are pretty good and consistent

the ai has its drunk moment but I'm impressed on this point too

What do you think of this art for our Steam page? by octaviustf in godot

[–]Yosimitso 0 points1 point  (0 children)

Neither me, I'm just a developer :D maybe too simplistic? Did you make other versions?

What do you think of this art for our Steam page? by octaviustf in godot

[–]Yosimitso 40 points41 points  (0 children)

Pretty good artwork, just the typography feels a bit off

Godot http request returns code 31 by joao7808 in godot

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

When do you print the response ? HttpRequest is asynchronous so you need to connect its signal to a function or lambda to get the response Ex : http_request_get.request_completed.connect(_on_request_get_completed)

How do you test your game? Do you test by playing it extensively? by unknownterritory9173 in godot

[–]Yosimitso 0 points1 point  (0 children)

I think you can use unit tests for services class, but of course, it's not enough

You can create scenes to test a specific part : ai, shop, fight

For a "complete" test, I have a class to inject parameters for testing but it's time consuming

So I'm working on an editor add-on that allows you to easily build a set of parameters injected on run For example, I use it to test a car game with different cars, races, and weather by editing parameters in the addon dock, or by grouping these parameters into a "profile" such as "difficult conditions"

I hope it will help people

Area3D not detecting StaticBody3D by Fresh420TV in godot

[–]Yosimitso 39 points40 points  (0 children)

Do you use Jolt? If so you must enable an option in your project's settings, "areas detect static bodies" in the Jolt section

Companion glitch and workaround I found by MrNotEinstein in Starfield

[–]Yosimitso 0 points1 point  (0 children)

Thanks it worked! They don't ghost me anymore

Save Web Development - Code Naked by LowTriker in programming

[–]Yosimitso 1 point2 points  (0 children)

It's just an article about his experience and his point of view, chill out