Skip to content

RadioAddons

AlphaGaming7780 edited this page Mar 25, 2024 · 1 revision

Radio Add-ons

Radio add-ons let the modder add audio file into a custom radio.

How to create a Radio Add-ons.

  1. you need to locate the folder ExtendedRadio_mods and in this folder, if the folder RadioAddons doesn't exist, create it.

  2. In this RadioAddons folder you can create a new folder, this folder will be your radio add-on, call it what you want.

  3. In you radio add-on folder create a JSON file called RadioAddon.json.
    In this Json file, past this code :

{
    "RadioNetwork": "My Network",
    "RadioChannel": "I love My Radio",
    "Program": "My Custom Program",
    "SegmentType": "Playlist"
}
  1. Edit this JSON to your add-on, for more information about the JSON see : RadioAddon wiki.

  2. Now you need to add your audio file, to do that create a new folder and place inside all the OGG file you want to add to the radio.

now your file structure should look like this :

RadioAddons
└───My addon
    │   RadioAddon.json
    │
    └───audiofiles
            audio1.ogg
            audio1.json (OPTIONAL)
            audio2.ogg
            audio2.json (OPTIONAL)

Note

Radio Add-on also support JSON file for audio file.