An unofficial repository for custom parts and engines for AngeTheGreat's Engine Simulator: https://raw.githubusercontent.com/Jarama88/engine-sim-garage/main/assets/engines/engine_sim_garage_3.1.zip
Tested working on Build v0.1.9a.
- Clone/download the repo and copy the
assetsfolder from it into theengine-simroot folder. - Edit
https://raw.githubusercontent.com/Jarama88/engine-sim-garage/main/assets/engines/engine_sim_garage_3.1.zipand addimportline(s) for the new engines:
import "https://raw.githubusercontent.com/Jarama88/engine-sim-garage/main/assets/engines/engine_sim_garage_3.1.zip" - Change the engine in the
set_enginefunction inhttps://raw.githubusercontent.com/Jarama88/engine-sim-garage/main/assets/engines/engine_sim_garage_3.1.zipto the Node name of the engine:
set_engine(
engine: toyota_2jz_ge()
)
| Origin | Manufacturer | Engine | Layout | Displacement (L) | Node Name | Author |
|---|---|---|---|---|---|---|
| JPN | TOYOTA | 2JZ-GE | I6 | 3.0 | toyota_2jz_ge | kirbyguy22 |
| JPN | SUBARU | EJ25 | F4 | 2.5 | subaru_ej25 | kirbyguy22 |
| JPN | HONDA | C30A | V6 | 3.0 | honda_c30a | kirbyguy22 |
| USA | DODGE | VIPER SR II | V10 | 8.0 | dodge_viper_srii | kirbyguy22 |
| DEU | PORSCHE | 980/01 | V10 | 5.7 | porsche_980_01 | kirbyguy22 |
| DEU | BMW | S70/2 | V12 | 6.1 | bmw_s70_2 | kirbyguy22 |
| GBR | COSWORTH | DFV | V8 | 3.0 | cosworth_dfv | kirbyguy22 |
| Origin | Year | Manufacturer | Model | Type | Vehicle Node Name | Transmission Node Name | Author |
|---|---|---|---|---|---|---|---|
| GBR | 1967 | LOTUS | 49 | Racing | lotus49 | lotus49_transmission | kirbyguy22 |
| USA | 1996 | DODGE | Viper GTS | Road | dodge_viper_gts_srii | dodge_viper_srii_transmission | kirbyguy22 |