not sure if I hit some limit on radios but the newest update caused the game to not launch at all. used to have the old one and it ran fine. removing it makes the game launch normally again. I guess I'll just stay with the old one?
Just a heads up, the lines of code in the metadata.json file which contatin: "displayName" : "88,3 vibinFM", "fm" : 88,3, need to be edited to: "displayName" : "88.3 vibinFM", "fm" : 88.3, Otherwise, none of the custom stations someone may have installed will work. So just a heads up for those that end up downloading the file.
Open the metadata.json file located in your Steam\steamapps\common\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\radioExt\radios\vibinFM with Notepad or whatever program you use to edit files. Then specifically replace these lines of code: "displayName" : "88,3 vibinFM", "fm" : 88,3, these lines: "displayName" : "88.3 vibinFM", "fm" : 88.3, After you edit those lines with the second set. Just save the file. Close out and boot the game back up.
You want the entirety of the metadata file in the vibinFM folder to look like this: { "displayName" : "88.3 vibinFM", "fm" : 88.3, "icon" : "UIIcon.alcohol_absynth", "customIcon": { "inkAtlasPath": "path\\to\\custom\\atlas.inkatlas", "inkAtlasPart": "custom_texture_part", "useCustom": false }, "volume" : 0.80 } Just use whatever volume you prefer though.
Oh yeah, completely forgot that } wasn't in the original file either. My bad!
Unfortunately I have no clue what the answer to your question regarding certain songs not playing in a radio station you create yourself. Especially if all the songs you added to your station play in a music player. Sorry I can't be of help with that.
Hello, I'm curios what the songinfo.json file does? I'm trying to make a personal station for myself and it's the only file I don't have any info on. Thank you in advance.
hey, the songInfo.json is a list of all mp3 files in your mod. You will need it, to connect the mp3 with the metadata.json file, because there is the code of the mod.
But you can easily copy the songInfo.json and paste your songs in and delete my songs, the number is random and have no useful function.
Hello, First of all Nice radio station, most of the songs I like. But I was wondering if there is a way for normalizing or lowering the sound output by like 50% or so of this station. ingame all other stations I have is on a volume I put in around 60 or 70% ingame radio volume. And then if I turn on this station I got to lower that same volume of radio stations to maybe 10 or even 5% to not have my eardrums broken or my headset broken =D
1. you can change the volume in the normal ingame settings (audio settings) 2. you can change the volume in the metadata.json in (radioEXT/radios/vibinFM) it should look like that. Change the volume to 0.6 or 0.7 and save.
24 comments
used to have the old one and it ran fine.
removing it makes the game launch normally again.
I guess I'll just stay with the old one?
"displayName" : "88,3 vibinFM",
"fm" : 88,3,
need to be edited to:
"displayName" : "88.3 vibinFM",
"fm" : 88.3,
Otherwise, none of the custom stations someone may have installed will work. So just a heads up for those that end up downloading the file.
"displayName" : "88,3 vibinFM",
"fm" : 88,3,
these lines:
"displayName" : "88.3 vibinFM",
"fm" : 88.3,
After you edit those lines with the second set. Just save the file. Close out and boot the game back up.
{
"displayName" : "88.3 vibinFM",
"fm" : 88.3,
"icon" : "UIIcon.alcohol_absynth",
"customIcon": {
"inkAtlasPath": "path\\to\\custom\\atlas.inkatlas",
"inkAtlasPart": "custom_texture_part",
"useCustom": false
},
"volume" : 0.80
}
Just use whatever volume you prefer though.
Unfortunately I have no clue what the answer to your question regarding certain songs not playing in a radio station you create yourself. Especially if all the songs you added to your station play in a music player. Sorry I can't be of help with that.
But you can easily copy the songInfo.json and paste your songs in and delete my songs, the number is random and have no useful function.
2. you can change the volume in the metadata.json in (radioEXT/radios/vibinFM)
it should look like that. Change the volume to 0.6 or 0.7 and save.
{
"displayName" : "88.3 vibinFM",
"fm" : 88.3,
"icon" : "UIIcon.alcohol_absynth",
"customIcon": {
"inkAtlasPath": "path\\to\\custom\\atlas.inkatlas",
"inkAtlasPart": "custom_texture_part",
"useCustom": false
},
"volume" : 1.0
}
(btw sorry for the late answer)