game isn’t available for public anymore. Sub to YouTube for updates
Hello devs!
This post is a devlog of a game I'm currently working on.
Current version:
Monday 23 October [17:45 Paris]
Last Wednesday, while watching some videos, I thought about creating a game like the famous BeamNG.drive . I then browsed the web, to see how softbody simulation work, for deformable objects. then I just coded it.
Here is a video, showing to you how it looks like…
do you have any good name idea for the game? or “crashNation” is a good one?
Thank you if you took your time for reading this, please give me feedbacks so I can upgrade the project!
This is really good! The deforming looks realistic but I think that it could be slightly more affected by crashes because the amount of deforming isn’t very much despite the high speed it went. But I still think that this is really cool and I would like to play it in the future sometime.
thank you for your feedback! yes, you are right, I’m currently working on something to make it more deformable. I will keep you updated by posting on the forum !
Monday 23 October [22:14 Paris]
As suggested by @labra_doodle12 I corrected the physics, the car is more deformable from now (5 times) as you can see in the following video:
next step is adding two different parts of the car and attach them, as they can actually detach if too much force is applied between them.
I also added a small change to the map
How do you deform the car like that? I’ve been trying to create a soft body after seeing this, but I don’t know the correct approach to making the object change shape. I don’t have the stuff to actually make it a soft body yet but I want to know how to deform things like that. Do you use a certain object like bones to warp it? I haven’t really worked with things like that before.
Yes! I just used a model I found on the when, added bones in blender, and then using my soft body simulation I deform the mesh changing bones positions
Wednesday 25 October [11:41 Pars]
Today I added custom collision boxes to allow cars collide each others, as mesh deformation is only visual.
Here is a gif showing you it (the collision boxes will be transparent)
A major thing with softboddies is absorption, as much as you can make the deformation, the vehicle doesn’t bounce back, it should absorb the impact and “crumple”
Yea the new version does that I had to code my own collision script , and it doesn’t work every time but it kinda work I will try to make it a bit better . Thanks for the reply
Friday 27 October [14:30 Paris]
Added the left door, and had to remove the custom collision due to performances issue. script Activity dropped from 10 to 1%. Working on a new solution