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






P sure you can force radio mods into savegames if you
1. Sub/Load mod
2. Load save game
3. Unsub/delete mods
4. Delete caches, data sheets, and mod folders
5. Resub and reload mods
6. Not flight of the valkyries and therefore +4 morale both in and out of game
This mod disables, that alarm will turn off the radio. Silent Running will still turn off the radio.
If you want that alarms also turn off the radio, like silent running follow this steps:
Open ModifySpeakerSystem.cs in Steam\steamapps\workshop\content\494840\3342143865\Source with text-editor and remove following lines:
[HarmonyPatch(typeof(SpeakerSystem))]
[HarmonyPatch("PlayerShipProxy_AlarmStarted")]
public static class SpeakerSystem_PlayerShipProxy_AlarmStarted_Patch
{
public static bool Prefix()
{
return false; // Überspringe die Originalmethode, damit die Musik nicht ausgeschaltet wird
}
}
Make sure you exactly only remove this 10 lines, with the last } standing. or you will brake the code.
I was wondering if this mod will turn it off at those times, and if not, is it possible to mod it into the game ?
Hell yeah! Thanks man!
1 question: Would I have to do this every time you updated the Mod?
In:
Steam\steamapps\workshop\content\494840\1981227802\3342143865\Data Sheets\Sandbox.xlsx
you can edit the value in the Strenght column. I think with Strenght 30 you can listen to all stations over the world. There could be a problem, that there are too many radio stations in the dropdown list to select, so they go out of the screen (you need to reduce your UI scale to fix that)
Also for this changes to work ingame, you have to start a new game.
I think that would be better.
I love the song La Mer and would have added it, if it wasnt released 1946, 1 year after the war. I want to keep an realistic approach to it, so keeping post war songs out of it. But you can add it yourself without an problem. Just download an .mp3 file from it and place it in this folder: Steam\steamapps\workshop\content\494840\3342143865\Assets\Radio\France\Music\1941-1944
I build into an old 1930s radio (Minerva S2W) an micro-computer and printed all the radio stations from "World War Radio" to the selection dial. It plays after every 8 music tracks news and with an dial at the back I can select between early war/ middle war/ late war/ christmas.
Helps me to play "World War Radio" without opening the game and switching the stations with an real dial is quite "immersive" ^^ (with an radio tuning sound effect when switching stations)
if you want the record scratching sound back, open this file:
RadioRangeChecker.cs
and remove this line:
// Überprüfen und Verhindern des Abspielens von "record needle scratch"
foreach (AudioSource audioSource in FindObjectsOfType<AudioSource>())
{
if (audioSource.isPlaying)
{
var clip = audioSource.clip;
if (clip != null && clip.name == "record needle scratch")
{
audioSource.Stop();
PlayTurnOffSoundEffect();
}
}
}
}
When it downloads, it should show up, in you steam download tab, just like a gameupdate.
Maybe try restarting steam/ or your computer?
When the mod is downloaded, you should find a folder called: 3342143865 in this file path:
\Steam\steamapps\workshop\content\494840
"Radio in 3D view"
in: Steam\steamapps\workshop\content\494840\3342143865\Assets\Radio you will find all the audio files. They are named after author, songname and year of release.
@JazzMano
There isn´t an real value you can change, to change the posibility of news. The only way to increase the chance for more news, is to create copys of the news files, so they are more of them in the folder. This way the chance gets higher, that one of them will play. You will find the files in the path I posted above. Search all countrys for a folder called "Broadcast". Copy/past all .ogg files to create a copy.
If you are still around, is it possible on the user side to change something to have less music and more feed news/commentating ?
Or having a in-game notification when there is news feed on one of the channel ? Thank you !