LightoftheWorld added a new file:
QuoteDisplay MoreThis mod allows you to add customs sounds, voicelines, etc. to trader interactions, including:
-Buying an item
-Selling an item
-Accepting a quest
-Completing (turning in) a quest
This mod is intended to be utilized alongside custom traders, though it functions as a standalone.
USERS:
Simply download this mod, extract into your root Tarkov folder, and then follow the instructions given by the mod you are combining this with for implementing their voicelines (ideally, you would be extracting into the root folder or into the BepInEx->plugins folder). There is a config file located in the LightsVoiceActing folder within plugins that allows you to disable the quest sounds and / or transaction sounds individually.
MODDERS:
Adding voicelines, sounds, or whatever you want is incredibly easy! Here is all you need to do on your end:
Step 1:
Create a .wav file with whatever voice or sound you wish. It has to be a .wav
Step 2:
If you are creating a QUEST sound file: Begin the filename with that quest's id and place it in LightsVoiceActing->SoundFiles->QuestVoicelines
If you are creating a TRANSACTION sound file: Begin the filename with the trader's id and place it in LightsVoiceActing->SoundFiles->BuySellVoicelines
Step 3:
Place an underscore _ after the id, and add the following suffix based on when the sound is meant to play:
PURCHASE FROM TRADER: BuyVoice# (Adjust the number as needed) Example: 54cb50c76803fa8b248b4571_BuyVoice1.wav
SELLING TO TRADER: SellVoice# (Adjust the number as needed) Example: 5a7c2eca46aef81a7ca2145d_SellVoice3.wav
ACCEPT QUEST: AcceptVoice Example: 675f8d2a30cca3c591eb2374_AcceptVoice.wav
COMPLETE QUEST: CompleteVoice Example: 675f8d2a30cca3c591eb2374_CompleteVoice.wav