Тёмный

Assetto Corsa - How To Add Engine Start / Stop Sound To Your Car 

Rydr7675
Подписаться 66
Просмотров 15 тыс.
50% 1

Just a short how-to for adding a car engine start sound to your car. This is assuming you already have a sound you want to use...
You also need to enable extended physics in CM for this to work and remember to delete to 'data.acd' file in your car folder after unpacking data or this wont work either.
If you want to change which extra button starts the car rename all instances of ExtraD in sound.lua and script.lua to either ExtraA - ExtraF
Any other questions leave them below
~leak ki bum
Extension files:
shorturl.at/dfhE7
Code1:
;===EXTRA SWITCHES===
[EXTRA_SWITCHES]
SWITCH_D = ENGINE START/OFF
SWITCH_D_FLAGS = NEURAL_GEAR_ONLY
;===SCRIPTS===
[SCRIPT_...]
SCRIPT = "sound.lua"
Code2:
[HEADER]
VERSION=extended-2
PUT THE CAR IN NEUTRAL FIRST!!!
All credits goes to takeyoh
shorturl.at/ezAVY

Опубликовано:

 

25 апр 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@rydr7675
@rydr7675 Год назад
Extension files: shorturl.at/dfhE7 All credits goes to takeyoh shorturl.at/ezAVY
@ROLLINGFANATICS
@ROLLINGFANATICS Год назад
Thanks for the easy tutorial , Subscribed !
@rydr7675
@rydr7675 Год назад
Glad it helped!
@delpinsky
@delpinsky 9 месяцев назад
Since I'm experimenting with it for a while, I wanted to ask you if it's even possible to associate two sounds to a single extraX button. That's because I also have the "engine off" sound which is different from the "engine on" sound of the ignition. I tried in many ways, but the only result I found, is that AC engine plays both sounds at the same time, instead of stopping/pausing one sound, when for example you "kill the engine".
@imrezonate5057
@imrezonate5057 6 месяцев назад
I tried to add this to one of my cars, but no matter what I do, the sound is either too low or it is completely chopped off. I tried my own sounds that I found and even the one you put into the .rar archive. I also tried to add the code for the volume that you posted under somebody elses question, and that didn't work either. I did everything exactly as you showed. Do you know how I could fix that?
@K53Y
@K53Y 3 месяца назад
how do i turn on the extended physics for me the car doesnt turn off but when i am driving the car it does say that i need to be stopped to turn it off
@rauldelgado2799
@rauldelgado2799 6 месяцев назад
How can I change the rpm when starting the car?
@patrick_wade
@patrick_wade 6 месяцев назад
This worked well. Thanks for sharing. What is that track/background featured here I have to get it?
@rydr7675
@rydr7675 6 месяцев назад
Thanks! the map is called Syracuse by ddm in the srp discord sharemods.com/bdd3hrhd2724/ddm_gt6_syracus.rar.html
@MR.EVERLOST
@MR.EVERLOST Год назад
Hi. Thanks for The video ! It can be activated in race mode before green flag?
@MR.EVERLOST
@MR.EVERLOST Год назад
it can, ive checked :D
@MatheoLund
@MatheoLund Год назад
It doesnt let me copy the sound.lua into the extentions folder, or do i have to get the mp3 in first?
@rydr7675
@rydr7675 Год назад
check your folder permissions in windows
@Havok1199
@Havok1199 Год назад
How can I set the volume for the startup sound? Is it possible?
@rydr7675
@rydr7675 Год назад
Yes you can, insert this inside your sound.lua code then play around with the numbers to your liking: if not ac.getCar().isCameraOnBoard and counter == 0 then movie:setVolume(0.3) else movie:setVolume(1) end
@yannislemaire6276
@yannislemaire6276 6 месяцев назад
Bonjour pour faire votre manipulation unpack data chez moi est grise et je ne peu pas clique dessus avez vous une solution merci
@rydr7675
@rydr7675 6 месяцев назад
Bonjour, cela signifie que vous devez activer le mode développeur dans le gestionnaire de contenu. allez dans Paramètres -> Gestionnaire de contenu -> Général, puis cliquez 5 à 10 fois sur le numéro de version de l'application et vous devriez pouvoir décompresser les données.
@CanalMegaInteressante
@CanalMegaInteressante Год назад
I hear the sound when I press the engine start button, but the button is not working properly. the car engine turns on automatically without having to trigger it, can you tell me how I can solve it?
@rydr7675
@rydr7675 Год назад
That happens when you don't enable extended physics. Please read the description on how to change the starter button and re-watch the video carefully
@user-ng4em1qp7s
@user-ng4em1qp7s 10 месяцев назад
How do i make it use another script? suppose i alrady have script used for sth now i rename it so script2 so where do i change it?
@rydr7675
@rydr7675 8 месяцев назад
I'm not really sure how that would work with 2 different scripts in the same folder. What you can do is combine both scripts into the same file.
@frixonpilot2331
@frixonpilot2331 5 месяцев назад
hi man I'm a programmer, how do you have access to car data values and objects to manipulate? Is there any framework we can follow?
@rydr7675
@rydr7675 5 месяцев назад
yes, you can find all the info on the csp github under lua sdk github.com/ac-custom-shaders-patch
@jerryoneful
@jerryoneful 7 месяцев назад
If my cars do not have an extension folder and I create one manually, will this hack still work?
@rydr7675
@rydr7675 7 месяцев назад
Yes it will work, create the folder then create a ext_config.ini file inside and paste the code there.
@theuselessbanana1657
@theuselessbanana1657 11 месяцев назад
Any way to make it so that others can hear it? my friend only hear it if they go into the f5 camera :(
@rydr7675
@rydr7675 11 месяцев назад
I only ever used this in offline mode so no, I have no idea how that would work
@theuselessbanana1657
@theuselessbanana1657 11 месяцев назад
@@rydr7675 Hahah, alright! thanks for the answer!
@erikgalle6716
@erikgalle6716 10 месяцев назад
Great video man, eveything works perfect but when I change the Header to extended-2, the car won't drive anymore, wheels are turning and nothing moves 🙂
@erikgalle6716
@erikgalle6716 9 месяцев назад
Anyone? What does the extended-2 do exactly?
@rydr7675
@rydr7675 8 месяцев назад
Did you put the car in neutral first?
@erikgalle6716
@erikgalle6716 8 месяцев назад
95% of the cars are perfect with your mod but some encrypted cars are not. I need to figure out what the extended-2 does to the car to solve the problem. If header is 1 (like the Kunos cars) there's no problem but when it's already 2 and need to be changed to -2 it fails@@rydr7675
@OfficialAburntChicken
@OfficialAburntChicken 9 месяцев назад
i cant find any sounds i want to use for my car
@rydr7675
@rydr7675 8 месяцев назад
Plenty of car start up sounds here on RU-vid. The only downside is you have to edit them yourself.
@CanalMegaInteressante
@CanalMegaInteressante Год назад
how to choose the key to start the engine?
@rydr7675
@rydr7675 5 месяцев назад
Since there are people who don't read descriptions, judging by the likes on this comment. "If you want to change which extra button starts the car rename all instances of ExtraD in sound.lua and script.lua to either ExtraA - ExtraF"
@user-sw9qx2gj4v
@user-sw9qx2gj4v Год назад
bro everything works but when i delete data.acd the car breaks down and when i enter the game the car becomes a blue square
@rydr7675
@rydr7675 Год назад
did you unpack the data before deleting?
@user-sw9qx2gj4v
@user-sw9qx2gj4v Год назад
@@rydr7675 yes i extracted the data but when i delete data.acd the car breaks down
@rydr7675
@rydr7675 Год назад
@@user-sw9qx2gj4v hmmm...did you ever copy the whole car folder at any point? If you try to move/copy the car folders without unpacking first, the data will get corrupted. Also check if you are using the latest version of CSP
@ZeldaACFan17
@ZeldaACFan17 4 месяца назад
You probably installed a car that's encrypted. Encrypted cars will break if you try to unpack the data and edit it
@jhonkevin134
@jhonkevin134 Год назад
I don't have the data :(
@rydr7675
@rydr7675 Год назад
Unpack the data. I did this at the start of the video
@jhonkevin134
@jhonkevin134 Год назад
@@rydr7675 oh my bad 😅😅
@azhmyrahman1743
@azhmyrahman1743 Год назад
how to set 0 Rpm?
@rydr7675
@rydr7675 Год назад
Not really sure what you mean by 0 rpm but if you mean not making the needle move when the car starts change 'data.gas = 0.3' in script.lua to 0
Далее
The Easiest Ways to Add HP to YOUR Car
12:15
Просмотров 1,8 млн
СМОТРИМ YOUTUBE В МАЙНКРАФТЕ
00:34
Просмотров 630 тыс.
"Mafia" is a Racing Game
10:17
Просмотров 370 тыс.
Make your own Assetto sound mods!
10:29
Просмотров 7 тыс.
How to Make Hood Animations for AC using Blender
5:37
BeamNG Is Now Assetto Corsa, No Hesi - Tutorial
3:00
Просмотров 226 тыс.
How To Add Steering Angle | Assetto Corsa Mods
7:34
Просмотров 16 тыс.