Self Radio

2095.jpg
 
Hiya lovely! As far as it can tell, it has installed this correctly - however, the music is silent if at all present.

Now, one or two of the titles are in Japanese and some others are longer named. Not sure if that is an issue? I've even tried hooking the thingie.

That said! It does launch, it IS in the station list - so it is like 50% of the way there, eh?
 
Now, one or two of the titles are in Japanese and some others are longer named. Not sure if that is an issue? I've even tried hooking the thingie.
Yeah, try renaming them to simpler names.
Also not all music fornats are supported (e.g. opus format isn't)
 
Yeah, try renaming them to simpler names.
Also not all music fornats are supported (e.g. opus format isn't)
Simpler names still bring nothing; it is using .mp3 files here practically explicitly, too, which was on that prior list.
REALLY Not sure why this is being such a mcmuffin of a time...
 
Hiya lovely! As far as it can tell, it has installed this correctly - however, the music is silent if at all present.

Now, one or two of the titles are in Japanese and some others are longer named. Not sure if that is an issue? I've even tried hooking the thingie.

That said! It does launch, it IS in the station list - so it is like 50% of the way there, eh?
yeah there's no wchar/wstring support the entire directory also has to be in ASCII including the file name, I'll fix this later
 
Simpler names still bring nothing; it is using .mp3 files here practically explicitly, too, which was on that prior list.
REALLY Not sure why this is being such a mcmuffin of a time...
Assuming the .asi is only on the folder with sr2_pc.exe, yeah I'm out of ideas
 
1777127966685.png


Assuming the .asi is only on the folder with sr2_pc.exe, yeah I'm out of ideas
She is indeed, though it noticed this bad boy in the running data thingiemadoodle. Not sure what the deal is there, not loading *any* songs - but it does seem like everything else is working...?
 
replying to this since i spent hours trying to configure this:
as the .ini file is generated on launch, make sure you don't have it in either the main directory or the scripts folder
dinput8.dll and fmod.dll should be in the main directory, note that you can put the modded .xbtl file in there as well and the radio will be loaded in game
in the scripts folder, make sure the .asi folder is in there
i had to change all the songs i had to .wav and change the file names/remove metadata etc so there wouldn't be any errors but i'm not sure whether that contributed to the songs not playing or not (update, i used my original files which were mostly mp3 with some weird names in russian and had metadata and the music still played, idk if it plays those songs specifically yet but it doesn't stop the music from coming through the radio)
as for the modified .xtbl, i put this near the end as the last instance of <station> (about line 21872):
<Station>
<Name>Self Radio</Name>
<Display_Name>Self Radio</Display_Name>

<Playlist>
</Playlist>

<Slot>50</Slot>

<Flags>
<Flag>Self Radio</Flag>
</Flags>

<_Editor>
<Category>Radio Stations</Category>
</_Editor>
</Station>
</Table>
i had to make sure the name was the same as the flag because otherwise the music would play when there was no station selected, but no music with the actual self radio
 
Last edited:
Back
Top