[Cities: Skylines 2 - Scripts - Radio] ExtendedRadio


Recommended Posts

ExtendedRadio


This mod strives to introduce new features and enhance the existing ones within the in-game radio player.

Features:

  1. Custom Radios

 

Installation:

  1. Download and install BepInEx
  2. Place the mod (folder) in ...\Cities Skylines II\BepInEx\plugins\

 

___________________________________________________________________________________________________________

 

Custom Radios

Important: This radio is for personal use and is not meant to be shared via a mod. For sharing radios with other players, refer to the "RadioMode" section.

This radio may lack optimization but is straightforward to create, edit, and provides access to basic modifications.

Creating a Radio Station:

Follow these steps to create a custom radio station:

  • Locate the custom Radio folder at YourGame/BepInEx/Plugins/ExtendedRadio/CustomRadio.
  • Create a new folder within this directory; the folder name will be the name of your radio station.
  • Place all your OGG files inside the newly created folder.

Note: Your radio will appear in the Public citizen radio network. For a custom radio network, refer to the next section.

Creating a Radio Network:

To create a custom radio network:

  • Navigate to the custom Radio folder at YourGame/BepInEx/Plugins/ExtendedRadio/CustomRadio.
  • Create a new folder; the folder name will represent your radio network.
  • Copy or create all the radio stations you wish to include in this network inside the folder.

Adding a Custom Icon:

To add an icon to a radio station/network:

  • Ensure your icon file is in SVG format.
  • Go to the folder of the radio station/network where you want to add an icon.
  • Place your icon inside this folder.
  • Rename your SVG file to icon.svg.

Folder Example:

CustomRadio
├───TestNetwork -> New radio network
│   │   icon.svg -> Icon for the network
│   │
│   └───TestRadio -> New Radio station inside the network
│           icon.svg -> Icon for the radio
│           audio1.ogg -> Audio file in the radio
│           audio2.ogg -> Audio file in the radio
│           ...
│
└───TestRadio_2 -> New Radio station
        audio1.ogg -> Audio file in the radio
        audio2.ogg -> Audio file in the radio
        ...

 

Wiki

 


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.