Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to contribute? #1

Open
VitoMinheere opened this issue May 25, 2020 · 1 comment
Open

How to contribute? #1

VitoMinheere opened this issue May 25, 2020 · 1 comment
Labels
question Further information is requested

Comments

@VitoMinheere
Copy link

I saw your Youtube videos on the development of this repo. I recently played some CTR again and was interested if anyone made a kart racer in Godot. Seems like i found such a project.

I cloned the repo and messed around a bit trying to see which scene worked. I got ice.tscn to run with the camera following the kart and made the kart drive by creating the missing is_equal_approx function.

Currently i am following some Unity courses on Godot and 3D. Most recently the Godot Getaway one which includes vehicleBody and driving mechanics. I would like to help out in this project. Do you have a roadmap planned or some features which can be worked on?

A good first step would be to document the minimal step needed to get a scene running with a kart. I do like the Sewer Speedway setup in ice.tscn so that would be a good start. Getting such a thing running smooth could get others onboard more easily, if that is what you want ofcourse.

@nonunknown
Copy link
Owner

nonunknown commented May 27, 2020

Hey @VitoMinheere wassup!

Well I was not expecting this.
So VehicleBody will not fit well cuz the main objective is mimic CTR's physics behaviour, using rigidbody and vehiclebody will mess a lot with realistic physics. Kinematicbody is perfect because it give us more control over the physics.

btw check the new update I made today to check how the game is now.

Well for helping in this project I expect you to understand pro player features the game has:

  • SpeedGhost
  • Saffi Fire
  • Ultra saffi Fire
  • Froggy
  • U-turn
  • Reserves

If dont know how to achieve this look at these videos:
https://www.youtube.com/watch?v=6C9dA3hcL70
https://www.youtube.com/watch?v=r1OAW_ucXD8
https://www.youtube.com/watch?v=b3y0vo3A1EY
And others details. If you are not interested in helping with gameplay feature itself, doing menus,gamemodes,graphics(illumination) are very helpful. Also you can check CTR-Tools guys who is helping with technical information (in discord) -> https://github.com/DCxDemo/CTR-tools

I have no intention to do planning for now, why? Simple at some point of implementing the CTR's physics I can struggle in something I'll never know what is, and be very frustrated, if the physics mimic is well made then we can start make something real and serous.

@nonunknown nonunknown added the question Further information is requested label May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants