An unofficial repository for custom parts and engines for AngeTheGreat's Engine Simulator: https://github.com/ange-yaghi/engine-sim
Tested working on Build v0.1.9a.
- Clone/download the repo and copy the
assetsfolder from it into theengine-simroot folder. - Edit
engine-sim/assets/main.mrand addimportline(s) for the new engines:
import "engines/kirbyguy22/toyota_2jz_ge.mr" - Change the engine in the
set_enginefunction inengine-sim/assets/main.mrto 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 |
| JPN | 1991 | HONDA | NSX | Road | honda_nsx_na | honda_nsx_na_transmission | kirbyguy22 |