Introduction
Welcome to Pentane Documentation!
This site serves as a one-stop-shop for all things Pentane; from installation tutorials to API references and more! Here, you'll find information regarding all valid Pentane game targets, including documentation of specific games' classes/functions as well as general modding guides.
As this site is currently under construction, most pages are empty, and significant amount of information is missing. If you're looking to help add new pages or revise existing ones, feel free to contribute via PR!
What is Pentane?
Pentane is a user-configurable plugin loader and modding framework for the following games:
- Rhythm Racing Engine
- Cars: The Video Game (PC) 🟨 Experimental!
- Cars: Mater-National Championship (PC) 🟨 Experimental!
- Octane Engine
- Cars 2: The Video Game (PC) ✅ Production-Ready!
- Cars 2: Arcade (PC) ✅ Production-Ready!
- Cars 3: Driven to Win (Xbox One) ❌ Non-Functional!
Pentane's plugin system allows plugin developers to modify game code, and implement new functionalities/bug fixes directly into games. These plugins are developed from collective reverse-engineering efforts, and utilize strategies such as function hooking to intercept/replace individual functions or parts of functions with custom implementations.