0 of 0

File information

Last updated

Original upload

Created by

n00854180t

Uploaded by

n00854180t

Virus scan

Safe to use

Tags for this mod

About this mod

Starfield Galactic Radio adds a personal radio and podcast player to Starfield, with a customizable playlist and controls.

Requirements
Permissions and credits
Donations
STARFIELD GALACTIC RADIO

SFSE REQUIRED

GITHUB SOURCE

UPDATED FOR 1.7.36

Starfield Galactic Radio 1.0.3+ requires Address Library for SFSE Plugins! Get it here or in the requirements drop down.

NEW STATION FROM STARFIELDRADIO.COM "RADIO ACTIVE" INCLUDED (1.0.3+)
NEW STATION FROM STARFIELDRADIO.COM "THE DUST" INCLUDED

Windows Only (Untested on Steam Deck)


DESCRIPTION

Starfield Galactic Radio adds a personal radio and podcast player to Starfield, with customizable controls and playlist. Play local files or supply URLs to streaming radio.

The default playlist features FIVE stations from starfieldradio.com (NOTE: I am not the author of starfieldradio.com, and this mod does not contain any files from the site, all credit for the default stations goes to starfieldradio.com).

Example configuration, fully commented, including a key code map for gamepad and keyboard is included, see GameRoot\Data\SFSE\Plugins\StarfieldGalacticRadio.toml. Gamepad key codes are untested.

Starfield Galactic Radio's player plays independently of the game audio, allowing it to continue through menus, loading screens, and even ALT+TAB. Pausing/play via keyboard media keys is untested but should also work. Keyboard media volume controls work but are independent of the plugin's volume tracking and so will cause it to become out of sync (volume up/down or toggle radio to reset internal volume tracking).


COMPATIBLE MODS (STATIONS)

Make sure to read the description for configuring your .toml!

Fallout Radio by Lazlowzky
Astral.FM by Lazlowzky
Starfield Galactic Radio Xtra Stations

PLAYLIST

Included StarfieldRadio.com Playlist
Playlist = [
"StarfieldRadio.com - The Black Box With Willy Kino|https://audio.jukehost.co.uk/j1lLpnqe9unGq2ejot557wgdISvdjoyr",
"StarfieldRadio.com - Sol Train: Music from the 3rd Rock|https://audio.jukehost.co.uk/1uJEVLDZQkXH7vruCl1Ar7y9oCVlIdBd",
"StarfieldRadio.com - Nocturna - Music of the Ancients|https://audio.jukehost.co.uk/I0AABbN0djCvXxPmIGqZZ884Sd8VlJkx",
"StarfieldRadio.com - The Dust|https://audio.jukehost.co.uk/9dXuUtOqDhk9YQ5sxEtRS0S0Lh14egLH"
]


The playlist is contained in the StarfieldGalacticRadio.toml file in GameRoot\Data\SFSE\Plugins. List local files (ensure they are in the tracks folder in StarfieldGalacticRadio folder) or URLs to mp3s or streams.

KNOWN ISSUE: There may be a bug in the handling of file names listed without the optional name. For now, make sure to give your tracks an optional name, like this:

Playlist = [
"My Track Name|filename.mp3",
]


URLs are supported instead of local files, though not all media is supported (YouTube videos, for instance, do not work).

KEYBINDS (DEFAULT)

A visual example of the default key map is included in this mod's images.

Toggle Radio On/Off - Numpad 0
Switch Mode (Radio/Podcast) - Numpad -
Volume Up - Numpad 9
Volume Down - Numpad 6
Next Station - Numpad 8
Previous Station - Numpad 7
Seek Forward (1s) - Numpad *
Seed Back (1s) - Numpad /

CUSTOMIZING KEYBINDS

See the .toml for a list of key code values. Defaults and what each does is listed in the .toml. So if you want to change toggle to Numpad 5, look for VK_NUMPAD5 and replace ToggleRadioKey=0x60 with the code from VK_NUMPAD5, which is 0x65.

MODES

There are two modes of operation in Starfield Galactic Radio: Radio and Podcast.

Podcast functions like any media player, audio is only started when the radio is toggled on.

Radio can (optionally, disabled by default, change AutoStart to true in .toml to enable) start when the game starts, in addition to being able to start at a random time in the track (disabled by default, change RandomizeStartTime to true in .toml to enable).

INSTALLATION

Install manually or via mod manager (StarfieldRadio.dll, StarfieldGalacticRadio folder and .toml go inside Data\Plugins\SFSE). Local station or podcast files should be placed inside the StarfieldGalacticRadio\tracks folder in the SFSE\Plugins folder. Formats other than MP3 are untested but should work.

CREDITS

SKSE team! Source code inspiration from SlowerThanLight reminding me how to handle looping for input, ConsoleCommanderRunner for ExecuteConsole function address, and everyone that develops CommonLibSF and reverses the game. Starfieldradio.com for the idea and the stream URLs for the default tracks.