Table of Contents
Overdrive is an open-source racing simulator, created with the aim of providing a realistic and customizable driving experience.
- Advanced Conduction Physics: A tire and aerodynamics simulation model developed from scratch, ensuring a true-to-life experience.
- Modular Content: A system of cars and tracks that allows the community to easily add, modify, and share content.
- Full Hardware Support:Native compatibility with steering wheels, pedals, gear shifters, and more.
Instructions for setting up the project locally
- Download the latest executable version from
releasesbranch. - Unzip the file and run the game directly.
- The executable will be in the folder
build/bin.
# Clone the repository
git clone https://github.com/dnbsammie/overdrive.git
cd overdrive- Game Engine: Unity engine
- Programming Language: C#, JSON
I greatly appreciate your contributions to this project! To maintain order and clarity, please use the predefined templates for Pull Requests and Issues. Follow the steps below:
If you would like to propose a change, follow these steps. For new features, always use a branch named features/your-feature-name.
- Fork the repository
- Create a new branch following the naming convention
- Before pushing, run
git pull origin mainto sync with the latest changes - Open a Pull Request using the
pull_request_template.md. Do not skip the template. - Complete all required fields: description, motivation, and context
If you find a bug or have a suggestion, please open an Issue. For bug fixes or issue-related work, use issues/issue-number.
- Go to the Issues section of the repository.
- Click on **New Issue**.
- GitHub will offer you different types of templates. Select the one that best suits your needs (for example, "
bug_report" or "features_request"). - Fill out the template with as much detail as possible so that we can help you efficiently.
Your help is invaluable! If you have any questions or need assistance, don’t hesitate to reach out.
This project is open-source and is released under the MIT License.
This license grants you the freedom to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. We invite you to use our work as a foundation for your own projects, both personal and commercial.
If you have any questions about the license or its application, please feel free to open an issue or contact me directly.
