Engine-Simulator / engine-sim-community-edition

Combustion engine simulation game that generates realistic audio.
https://www.engine-sim.parts/
2.02k stars 121 forks source link

Engine Transmission #34

Open SnoLXZS opened 1 year ago

SnoLXZS commented 1 year ago

almost every engine i download it has an error that says "no transmission set. no default found"

SnoLXZS commented 1 year ago

also i'm having a issue where some engines have a clipping/tapping sound

Abdullah-Ajeebi commented 1 year ago

N+Scroll down

في الاثنين، ٧ أغسطس ٢٠٢٣, ٩:٢٦ م SnoLXZS @.***> كتب:

also i'm having a issue where some engines have a clipping/tapping sound

— Reply to this email directly, view it on GitHub https://github.com/Engine-Simulator/engine-sim-community-edition/issues/34#issuecomment-1668386360, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2PV4KA6ICSDKNLNDPAEXL3XUEXORANCNFSM6AAAAAA3HLKQJ4 . You are receiving this because you are subscribed to this thread.Message ID: <Engine-Simulator/engine-sim-community-edition/issues/34/1668386360@ github.com>

Hellohi3654 commented 1 year ago

almost every engine i download it has an error that says "no transmission set. no default found"

Need to modify the engines .mr file Screenshot_20230817-112533.jpg

You can see in the screenshot I took above of the lfa v10 in the game it's from a older version so it doesn't have main() which would be all that file needs to work in the latest version

Even older engines won't have any of that stuff in the screenshot so you can copy the private nodes from another file and then at the end of the file add the

public node main {
set engine etc..
}

Bit

And then add

main()

Below to load the public node which loads the engine, transmission and vehicle into engine sim

If you look at newer .mr files that are working you'll notice they have all this already

Files from older versions of the game didn't need this because there wasn't a inbuilt load engine button that allows for quick switching between engines

You can always go back to older versions to use older engines if you don't want to modify the files but once you do it once it's pretty easy