安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
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
}