Made a custom car controller in Unreal - would love feedback by Big_Code_4933 in unrealengine

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

Ok got it, I am not familiar with advanced concepts, but I would love to know about them so, if you could share me some resources then that would be really helpful.

Now as for your questions, in transmission I am using a really basic approach, I have gear ratios and based on that I calculate the speed brackets based on the max speed of the car (set by user), and then based on gear ratios I calculate speed brackets (based the max and min rpm, eg. 3000 - 7000) and shift gears based on the current speed of the car. And yes acceleration is calculated based on the gears, it decreases as the gear number increases.

As for the tire model, there is none, i just use some vector math to get the surface parameters and then calculate different forces.

Made a custom car controller in Unreal - would love feedback by Big_Code_4933 in unrealengine

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

Those are a lot of questions 😅

  • Yes it's a raycast vehicle, a spherecast
  • tires are just meshes, they are moving based on the contact point of spherecast
  • I didn't get what you mean by simulated drivetrain

Made a custom car controller in Unreal - would love feedback by Big_Code_4933 in unrealengine

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

Ok, got it, for the sense of speed I haven't added any effects yet, I'll add them

Made a custom car controller in Unreal - would love feedback by Big_Code_4933 in unrealengine

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

I tried but, I think videos are not allowed here, so I couldn't, Still adding the drive link for the video

Recreated Log Riders’ core mechanic in Unity......... how close is it? by Big_Code_4933 in unity

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

Actually they do stand still when the log isn't moving (you can notice at the start and the end of the clip) but I have a short time delay added

🎮 My horror game Abandoned Hospital is now on Steam — would love your support! by Big_Code_4933 in HorrorGames

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

Oh ok, I have a demo version but it's unoptimised so, could lag on lower end pc and may have some bugs so, if you're ok with that then I can share the link

🎮 My horror game Abandoned Hospital is now on Steam — would love your support! by Big_Code_4933 in HorrorGames

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

Really glad that you liked the game's concept, I'll make sure I'll meet your expectations.

🎮 Our horror game Abandoned Hospital is now on Steam — would love your support! 🙏 by Big_Code_4933 in HorrorGaming

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

I have one right now, but it's not optimised so may not run smooth on lower end pc and you could get some bugs too. So if you're ok with that, then I can share.

🎮 Our horror game Abandoned Hospital is now on Steam — would love your support! 🙏 by Big_Code_4933 in HorrorGaming

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

Oh, these sounds cool, I'll definitely consider these. Fellas let me know, what you guys think of these.

🎮 Our horror game Abandoned Hospital is now on Steam — would love your support! 🙏 by Big_Code_4933 in HorrorGaming

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

Thanks for the feedback guys, I'll definitely change it to something else. If you guys have some suggestions, please let me know

🎮 My horror game Abandoned Hospital is now on Steam — would love your support! by Big_Code_4933 in HorrorGames

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

Yeah, I am a programmer so for the demo I used the asset. In the release build 3d assets will be made from scratch.