AudioConfig - DekoKiyo/JapaneseCallouts GitHub Wiki

About Audio Config

You can edit the combination of radio sentences from dispatch when the callout starts.

Tip

"IN_OR_ON_POSITION" is the special stuff. Its POSITION will be replaced with your location's name at that time.
Example: CITIZENS_REPORT JP_CRIME_ACCIDENT IN_OR_ON_POSITION
=> Citizens report, an accident. In LosSantos International Airport.

Original config file

<?xml version="1.0" encoding="UTF-8"?>
<CalloutsSoundConfig>
  <PacificBankHeist>CITIZENS_REPORT JP_CRIME_BANK_ROBBERY IN_OR_ON_POSITION UNITS_RESPOND_CODE_99</PacificBankHeist>
  <DrunkGuys>CITIZENS_REPORT JP_CRIME_ACCIDENT IN_OR_ON_POSITION</DrunkGuys>
  <RoadRage>CITIZENS_REPORT JP_CRIME_TRAFFIC_VIOLATION IN_OR_ON_POSITION</RoadRage>
  <StolenVehicle>WE_HAVE JP_CRIME_STOLEN_VEHICLE IN_OR_ON_POSITION</StolenVehicle>
  <StoreRobbery>CITIZENS_REPORT CRIME_ROBBERY IN_OR_ON_POSITION</StoreRobbery>
</CalloutsSoundConfig>
⚠️ **GitHub.com Fallback** ⚠️