Installation and Setup
Si necesita un tutorial en español, haga clic aquí.
Jeśli potrzebujesz poradnika w języku polskim, kliknij here.
Если вам нужен русскоязычный туториал, нажмите здесь.
Unpacking your Executable
If you're installing Pentane for the Steam version of a supported game, you will need to unpack your game's executable file before Pentane installation.
Note: If you're installing Pentane for the CD release of Cars: Mater-National Championship, the Amazon Games version of Cars: The Video Game, or Cars 2: Arcade, you should skip this section.
- Head to the releases page on the Steamless GitHub repository, linked here.
- Download the
.zip
file linked under the Assets tab, and extract it. - Once you have extracted the
.zip
file, openSteamless.exe
. - Directly under the first numbered label, titled "Select File to Unpack", click on the button with the elipsis.
- Navigate to the folder where your game is installed. This is usually inside the
C:\Program Files (x86)\Steam\steamapps\common
folder by default. - Select your game's executable file, and click Open.
- For Cars: The Video Game, this is
Cars.exe
. - For Cars: Mater-National Championship, this is
Cars_Mater.exe
. - For Cars 2: The Video Game, this is
Game-Cars.exe
.
- For Cars: The Video Game, this is
- Click the "Unpack File" button. Once you see the "Successfully unpacked file!" message appear, continue to the next step.
- Exit Steamless, and navigate back to the folder where your target game is installed. You should now see a new executable file, named exactly the same as the old one, except with
.unpacked.exe
appended to the end of the filename. - Delete the old executable, and name your newly-unpacked executable the same name as the old one.
- You're done! You may continue onward to Pentane installation.
Installing Pentane (Non-Game-Specific)
- Head to the releases page on the Pentane Installer GitHub repository, linked here.
- Download the
PentaneInstaller.exe
file and open it. Navigate to the folder where your target game is installed, and select its executable file.- For Cars: The Video Game (Amazon/Steam Unpacked), this is
Cars.exe
. - For Cars: Mater-National Championship (CD/Steam Unpacked), this is
Cars_Mater.exe
. - For Cars 2: The Video Game (Steam Unpacked), this is
Game-Cars.exe
. - For Cars 2: Arcade (Version 1.42), this is
sdaemon.exe
.
- For Cars: The Video Game (Amazon/Steam Unpacked), this is
- Head to the releases page on the Pentane GitHub repository, linked here.
- Download the correct
.dll
file for your target game, linked under the Assets tab. Note that it is very important you select the correct.dll
, as they are not cross-compatible.- For Cars: The Video Game (Amazon/Steam Unpacked), this is
Pentane-TVG.dll
. - For Cars: Mater-National Championship (CD/Steam Unpacked), this is
Pentane-MN.dll
. - For Cars 2: The Video Game (Steam Unpacked), this is
Pentane-2TVG.dll
. - For Cars 2: Arcade (Version 1.42), this is
Pentane-2TVGA.dll
.
- For Cars: The Video Game (Amazon/Steam Unpacked), this is
- Rename your newly-downloaded
dll
file toPentane.dll
, and place it in root folder of your target game's installation, next to its executable file. - In the root folder of your target game, create a
Pentane
folder next toPentane.dll
and your game's executable file. - Create a
Plugins
folder inside thePentane
folder. This is where all your Pentane plugins for the target game will reside. - You're done! Please continue onward to configuring Pentane.
Configuring Pentane
- Navigate to the
assets/config-templates
folder in the Pentane GitHub repository, linked here. - Click on the
.toml
file that corresponds with your target game.- For Cars: The Video Game, this is
cars-the-video-game.toml
. - For Cars: Mater-National Championship, this is
cars-mater-national.toml
. - For Cars 2: The Video Game, this is
cars-2.toml
. - For Cars 2: Arcade, this is
cars-2-arcade.toml
.
- For Cars: The Video Game, this is
- Click on the "Copy raw file" button located next to the button labelled Raw, or alternatively, select the contents of the file and copy it to your clipboard.
- Open a text editor, such as Notepad or Notepad++, and paste your clipboard contents into a new document. The contents of this file should be identical to what is on the repository.
- Save this file as
config.toml
inside thePentane
folder for your target game. If done correctly,Pentane/config.toml
should exist relative to your game's executable andPentane.dll
file. - Re-open the
config.toml
file in a text editor and edit the configuration options to your liking. Make sure you do not remove any existing options. - Check to make sure your
config.toml
file is still valid TOML, by using a linter such as toml-lint.com. - You're done!
NOTE: If you're installing Pentane for Cars 2: Arcade, it is highly recommended you also install ArcadeEssentials. If you'd like to install ArcadeEssentials, continue onward to its installation tutorial here.