About This File
This mod strives to introduce new features and enhance the existing ones within the in-game radio player.
Features:
- Custom Radios
Installation:
- Download and install BepInEx
- 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
...
What's New in Version 0.5.3 See changelog
Released
Add Settings: Load last radio on startup