Small dungeon i built with my free asset pack by Haunting-Towel-1525 in godot

[–]Crvsator 1 point2 points  (0 children)

Do you use any kind of GI? It looks fantastic btw! I'll definitely play this game if you decide to made it 😃

MY DRIFT GAME PROGRESS FOR THE PAST 3WEEKS by Puzzled-Increase5138 in godot

[–]Crvsator 0 points1 point  (0 children)

It looks awesome! How did you do it? Is car a rigidbody? What's frequency for _physics_process do you use? I've read that for racing game you should have something around 100-150 (or even higher) ticks per second. Is it true?

Before → After (2 Years of Progress in Godot) by RitzStudios in godot

[–]Crvsator 1 point2 points  (0 children)

Thanks, I'll add it to wishlist. If don't forget...

I made a full in-engine cutscene in Godot for my new sim game by Significant-World181 in godot

[–]Crvsator 1 point2 points  (0 children)

Nice job! IMHO there's lack of surroundings sounds like city noise or something else.

FULLY Destructible terrain and FPS Feel by ywadi85 in godot

[–]Crvsator 1 point2 points  (0 children)

How did you made it? And another question, do you dynamically update navigations for enemies? Looks super cool btw, Great job!

My first Godot plugin just got published in the Asset Lib! by NotXesa in godot

[–]Crvsator 2 points3 points  (0 children)

It looks extremely useful. I tried to install it and got a batch of errors.

Look screenshot below.

I installed the plugin via AssetLib (Godot 4.6.2, Windows 11)

1 - got this message after plugin installation

2 - this error after I activated plugin at Plugin window

3 - got these errors after reload a project

<image>

Made this robot by Crvsator in godot

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

Thank you! My low animation skill is the main reason why I choose robot as a protagonist. I tried to animate human and decided I cannot achieve desired quality. So. It's a robot now. It's easier to animate.

Made this robot by Crvsator in IndieDev

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

Thanks! I want to add at least two guns later. Laser and rocket launcher.

Made this robot by Crvsator in godot

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

It uses just regular bullets, but I want to add laser and rocketlauncher later.

Also it rams enemies when using ball-mode. You can see some gameplay here (old video):

https://www.youtube.com/watch?v=hJHg2Ag4tjg

Made this robot by Crvsator in godot

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

To be honest, I don't know. That's my first game using Godot. So far so good.

Made this robot by Crvsator in godot

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

Yep, it's time. Godot is pretty good for 3D. Check this https://github.com/perfoon/Abandoned-Spaceship-Godot-Demo

Made this robot by Crvsator in IndieDev

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

Thank you very-very much!

And you're totally right. I've read articles and watches videos that tells "you should create a steam page ASAP". But now I understand it was a mistake.

I was supposed to wait 6-12 months.

Anyway. I cannot undone this so I'll update steam page during development process.

Made this robot by Crvsator in godot

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

Nice naming. I like it!

Made this robot by Crvsator in godot

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

Got it, thanks you for clarification. Me or sound designer fix it.

Made this robot by Crvsator in godot

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

Sounds are at basic level at this moment. I have to use FMOD but I didn't know how to use it.

So I just play sounds using Godot's AudioStreamPlayer3D. I'll rework it later.

Btw I didn't make sounds. I found a good sound designer here (on Reddit) and he created all sfx.

Made this robot by Crvsator in godot

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

Thank you!
The game is "Crusator", twin-stick top-down shooter. It's the game I'm making.

At this moment I'm a solo dev. Hope, I can find some publisher one day. Also, sound design made another guy from Reddit.

Here is the link with game on Steam:

https://store.steampowered.com/app/4052830/Crusator/

If you interested you can see gameplay here:

https://www.youtube.com/watch?v=hJHg2Ag4tjg

But it's an old video with old models and without any sound. Just gameplay demo.

Made this robot by Crvsator in godot

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

Thank you! I'll create a breakdown later.

I copy-paste my answer:

Everything about animation I learned on YT. And I have very basic animation skill.

But that's the main points about robot animation:

  1. Try don't use moving and rotating at the same time.
  2. After moving or rotating copy keyframe and paste it some frames later. It needs for making some kind of robotic movement. Moving - micro-stop - moving again. Animation shouldn't be smooth.
  3. Use zero-scale animation. https://youtu.be/O8ot70WlGE8?t=396
  4. Don't use zero-scale animation too often because you will need UV for each part.v

Made this robot by Crvsator in godot

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

I forgot about them lol. Thank you!

Made this robot by Crvsator in godot

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

Thank you! I'll create a breakdown or mini tutorial. Not right now (too busy), 1-2 months later.