Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Check the 03 Feb post on the mod's page for more detailed info.
Basically delete the songinfo jsons and relaunch 77. The game should populate the folder with new files.
Edit: It seems people are having similar issues in recent posts on Nexus. Mod seems to be broken now, at least on some systems.
havent played in a while but saw there was a new update recently, which usually breaks mods until they've been updated as well. however I did get this fixed when I was having this issue at first, for me what I had to do was create a text document in my game files [C:\SteamLibrary\steamapps\common\Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\radioExt\radios] called "radiosinfo.json" which had this inside it:"
{
"paths": [
"3rd Impact Radio",
"ascensionPrototype",
"beatsfromabove",
"Future-Sounds of Night City",
"Logical Progression"
]
}
^those are my radio station names, change them to what the names of yours are.
this fixed it for me as I remember not having this text document in my game file prior to making it, i think I read on a forum discussion somewhere discussing this text document and couldn't find it myself in my game folder so I created it accordingly.
also make sure you have mods enabled in the cyberpunk launcher, and that each radio station folder that is made inside the game files have the metadata.json txt doc in there too, should look something like this:
{
"displayName" : "140.0 beatsfromabove", (<-- change to whatever name u want)
"fm" : 140.0, (<-- change to whatever number you want)
"icon" : "UIIcon.alcohol_absynth",
"customIcon": {
"inkAtlasPath": "path\\to\\custom\\atlas.inkatlas",
"inkAtlasPart": "custom_texture_part",
"useCustom": false
},
"volume" : 1.0
}