View Full Version : RADIO Attenna settings
Captain_AJ
01-23-12, 01:46 PM
I have Imported some of my files that I have collected from previous games SH3.SH4 and have installed them into my radio file so I can Listen to the radio while iam at sea ! . Well I created My own titles and than edited them names in the radio.Inf . All Iam getting now is washington .. The other radios stations are not comming on , any one have any Ideas , how I can make these other other statiosn work .. ALL my crazyness is alway WIP ! I seem to solve issues by tinqering , so if anyone else out there has any knowleged , That would be great if you have crossed this path
Thanks :D
I may have a few ideas, but I need you to paste the content of your radio.ini first.
Captain_AJ
01-27-12, 02:39 AM
Here It is !!
Thanks
[GENERAL]
RadioRealism=Yes
StartCh=1
[CHANNEL]
Name=Washington
Folder=Washington
Freq=22
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.4
[CHANNEL]
Name=Grossdeutscher Rundfunk 1939
Folder=Grossdeutscher Rundfunk 1939
Freq=44
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
[CHANNEL]
Name=Grossdeutscher Rundfunk 1940
Folder=Grossdeutscher Rundfunk 1940
Freq=55
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
[CHANNEL]
Name=Grossdeutscher Rundfunk 1941
Folder=Grossdeutscher Rundfunk 1941
Freq=66
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
[CHANNEL]
Name=Grossdeutscher Rundfunk 1942
Folder=Grossdeutscher Rundfunk 1942
Freq=77
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
[CHANNEL]
Name=Grossdeutscher Rundfunk 1943
Folder=Grossdeutscher Rundfunk 1943
Freq=88
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
[CHANNEL]
Name= Radio Berlin
Folder=Radio Berlin
Freq=99
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
Name= Radio Paris
Folder=Radio Paris
Freq=122
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
Name= Radio Tokyo
Folder=Radio Tokyo
Freq=144
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
Name= Cbs Radio
Folder=Cbs Radio
Freq=155
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
Name= Afrs
Folder=Afrs
Freq=166
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
Name= Bbc
Folder=Bbc
Freq=188
Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000
;MusicVolumeOnNews takes values from 20.01 to 21
MusicVolumeOnNews=20.9
Here are my guesses for the settings you are asking for. Currently I don't have SH5 installed on my machine, so someone else can test/disconfirm my assumptions:
1st row: [GENERAL] => it is the header for the geneneral settings of the radio.ini file. Headers are like bookmarks telling the game engine where to look for some information, so they shouldn't be modified, erased or moved within the .ini file;
2nd row, es. RadioRealism=Yes => my educate guess for this parameter is that it tells the game wether the Antenna settings (see below) have to be applied or not;
3rd row, es. StartCh=1 => not sure, but it could be a counter, telling the game wich radio channel is tuned by default when you switch on the radio. The order could be the one used for sorting different radio channels and their parameters in .ini file (see below);
4th row: [CHANNEL] => same as above: it is an header, marking where parameters for each radio channel are starting. Don't change/remove it!
5th row, es: Name=Washington => the name of the channel. I can't remember where/wether this name is shown in game;
6th row, es. Folder=Washington => the subfolder within <Radio> folder where the audio files for the given radio channel have to be placed;
7th row, es: Freq=44 => it is the radio frequency you have to tune in order to listen to the given channel. Notice that radio frequencies for the following channels have to be set in ascending order;
8th row, es: Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000 => this is the trickiest part of radio.ini. There are 3 different sets of parameters, divided by colons ( : );
- the first part (01.01.1930-01.01.2000) is obviously a set of dates. I guess that the channel should be broadcasting within the range set by them.
- the second part (44.16,-35.10) seems to me the position of the antenna, in latitude-longitude format (positive numbers for N/E latitudes and longitudes, negative ones for S/W). The position of the antenna could be useful in order to determine wether you should be able to listen or not to the channel, depending on your current position in game. Another possible application (though I am not sure that it is implemented in game) is calculating the time zone to be applied to the date and hours specified in events.ini for special radio events.
- the last number (100000) could be a parameter determining how far from the antenna you could be able to listen to that channel. Even supposing that my guessing is correct, I am not sure about the unit used here, because any of the most common lenght measures (m. km, mi) applied to the stock radio settings would give unrealistic figures... :hmmm:
9th row: ;MusicVolumeOnNews takes values from 0.01 to 1 => it is a commented out line (notice the semicolon at the beginning of the row) just for information on the following parameter (se below). Wathever figure you put here, it doesn't affect the game parameters: you could even remove it with no effects for the game;
10th row, es: MusicVolumeOnNews=0.4 => it is the volume in percentage (valid range: 0.01 = 1% - 1 = 100%) taken by music when a radio event is played.
rows from 4 to 10 can be repeated ad libitum for each radio channel you want to add.
stoianm
01-27-12, 10:07 AM
who are u?!?:o
Here are my guesses for the settings you are asking for. Currently I don't have SH5 installed on my machine, so someone else can test/disconfirm my assumptions:
1st row: [GENERAL] => it is the header for the geneneral settings of the radio.ini file. Headers are like bookmarks telling the game engine where to look for some information, so they shouldn't be modified, erased or moved within the .ini file;
2nd row, es. RadioRealism=Yes => my educate guess for this parameter is that it tells the game wether the Antenna settings (see below) have to be applied or not;
3rd row, es. StartCh=1 => not sure, but it could be a counter, telling the game wich radio channel is tuned by default when you switch on the radio. The order could be the one used for sorting different radio channels and their parameters in .ini file (see below);
4th row: [CHANNEL] => same as above: it is an header, marking where parameters for each radio channel are starting. Don't change/remove it!
5th row, es: Name=Washington => the name of the channel. I can't remember where/wether this name is shown in game;
6th row, es. Folder=Washington => the subfolder within <Radio> folder where the audio files for the given radio channel have to be placed;
7th row, es: Freq=44 => it is the radio frequency you have to tune in order to listen to the given channel. Notice that radio frequencies for the following channels have to be set in ascending order;
8th row, es: Antenna=01.01.1930-01.01.2000:44.16,-35.10:100000 => this is the trickiest part of radio.ini. There are 3 different sets of parameters, divided by colons ( : );
- the first part (01.01.1930-01.01.2000) is obviously a set of dates. I guess that the channel should be broadcasting within the range set by them.
- the second part (44.16,-35.10) seems to me the position of the antenna, in latitude-longitude format (positive numbers for N/E latitudes and longitudes, negative ones for S/W). The position of the antenna could be useful in order to determine wether you should be able to listen or not to the channel, depending on your current position in game. Another possible application (though I am not sure that it is implemented in game) is calculating the time zone to be applied to the date and hours specified in events.ini for special radio events.
- the last number (100000) could be a parameter determining how far from the antenna you could be able to listen to that channel. Even supposing that my guessing is correct, I am not sure about the unit used here, because any of the most common lenght measures (m. km, mi) applied to the stock radio settings would give unrealistic figures... :hmmm:
9th row: ;MusicVolumeOnNews takes values from 0.01 to 1 => it is a commented out line (notice the semicolon at the beginning of the row) just for information on the following parameter (se below). Wathever figure you put here, it doesn't affect the game parameters: you could even remove it with no effects for the game;
10th row, es: MusicVolumeOnNews=0.4 => it is the volume in percentage (valid range: 0.01 = 1% - 1 = 100%) taken by music when a radio event is played.
rows from 4 to 10 can be repeated ad libitum for each radio channel you want to add.
gap the boss, here I am!
:smug:
P.S: my avatar just turned to soundman that incidentally is in theme with the topic of this thread... just a cohincidence or the big brother is watching us?!! :haha:
Trevally.
01-27-12, 01:04 PM
who are u?!?:o
gap the boss, here I am!
:smug:
P.S: my avatar just turned to soundman that incidentally is in theme with the topic of this thread... just a cohincidence or the big brother is watching us?!! :haha:
:rotfl2::har:
:up:
Admiral Trevally, I am under your orders! :salute:
Captain_AJ
01-27-12, 05:32 PM
who are u?!?:o
So it seems logical that his information is correct .. any feed back from any of you top modder guys ? . I just would like all my channels to work so I came here to ask advice , because I dont have a backround in modding . I impoted these files from Sh4 . I compiled these from a online source that allows you to get free recordings from the ww2 era .If I could make them work I would share them with the comunity :yeah:
So it seems logical that his information is correct .. any feed back from any of you top modder guys ? . I just would like all my channels to work so I came here to ask advice , because I dont have a backround in modding . I impoted these files from Sh4 . I compiled these from a online source that allows you to get free recordings from the ww2 era .If I could make them work I would share them with the comunity :yeah:
There were several mistakes in your radio.ini. Some headers were missing, and settings for MusicVolumeOnNews parameter were out of range. Try with these settings instead (copy/paste them into your .ini file):
[GENERAL]
RadioRealism=Yes
StartCh=1
[CHANNEL]
Name=Washington
Folder=Washington
Freq=22
Antenna=01.01.1930-01.01.2000:38.90,-77.04:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1939
Folder=Grossdeutscher Rundfunk 1939
Freq=44
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1940
Folder=Grossdeutscher Rundfunk 1940
Freq=55
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1941
Folder=Grossdeutscher Rundfunk 1941
Freq=66
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1942
Folder=Grossdeutscher Rundfunk 1942
Freq=77
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1943
Folder=Grossdeutscher Rundfunk 1943
Freq=88
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Radio Berlin
Folder=Radio Berlin
Freq=99
Antenna=01.01.1930-01.01.2000:52.52,13.41:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Radio Paris
Folder=Radio Paris
Freq=122
Antenna=01.01.1930-01.01.2000:48.51,2.21:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Radio Tokyo
Folder=Radio Tokyo
Freq=144
Antenna=01.01.1930-01.01.2000:35.69,139.69:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Cbs Radio
Folder=Cbs Radio
Freq=155
Antenna=01.01.1930-01.01.2000:40.78,-73.97:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Afrs
Folder=Afrs
Freq=166
Antenna=01.01.1930-01.01.2000:51.51,-0.13:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Bbc
Folder=Bbc
Freq=188
Antenna=01.01.1930-01.01.2000:51.51,-0.13:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
also make sure that folder names for each channel you want to enable are matching the names set under <Folder=> parameters in the .ini file, and put everything (radio.ini file and channel folders) in the correct path: data\Sound\Radio.
Captain_AJ
01-28-12, 01:39 PM
There were several mistakes in your radio.ini. Some headers were missing, and settings for MusicVolumeOnNews parameter were out of range. Try with these settings instead (copy/paste them into your .ini file):
[GENERAL]
RadioRealism=Yes
StartCh=1
[CHANNEL]
Name=Washington
Folder=Washington
Freq=22
Antenna=01.01.1930-01.01.2000:38.90,-77.04:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1939
Folder=Grossdeutscher Rundfunk 1939
Freq=44
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1940
Folder=Grossdeutscher Rundfunk 1940
Freq=55
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1941
Folder=Grossdeutscher Rundfunk 1941
Freq=66
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1942
Folder=Grossdeutscher Rundfunk 1942
Freq=77
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Grossdeutscher Rundfunk 1943
Folder=Grossdeutscher Rundfunk 1943
Freq=88
Antenna=01.01.1930-01.01.2000:50.11,8.68:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Radio Berlin
Folder=Radio Berlin
Freq=99
Antenna=01.01.1930-01.01.2000:52.52,13.41:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Radio Paris
Folder=Radio Paris
Freq=122
Antenna=01.01.1930-01.01.2000:48.51,2.21:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Radio Tokyo
Folder=Radio Tokyo
Freq=144
Antenna=01.01.1930-01.01.2000:35.69,139.69:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Cbs Radio
Folder=Cbs Radio
Freq=155
Antenna=01.01.1930-01.01.2000:40.78,-73.97:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Afrs
Folder=Afrs
Freq=166
Antenna=01.01.1930-01.01.2000:51.51,-0.13:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
[CHANNEL]
Name=Bbc
Folder=Bbc
Freq=188
Antenna=01.01.1930-01.01.2000:51.51,-0.13:100000
;MusicVolumeOnNews takes values from 0.01 to 1
MusicVolumeOnNews=0.1
also make sure that folder names for each channel you want to enable are matching the names set under <Folder=> parameters in the .ini file, and put everything (radio.ini file and channel folders) in the correct path: data\Sound\Radio.
I seen what you did with the LAt and LOng , before you posted your version of your radio Ini .. I had already went on google and looked up the cordinates on google for the city that were in my radio ini , However they didnt work , So I went back to the same format but added the extra stations , I get radio Berlin to work and grundefunk to work but I cannot get , Radio paris , or The BBc to work
FYI I droped Radio Tokyo, AFRS <
I re-did the files so the format was more closely to what SH5 accepts for format ,
In sh4 and in sh3 .. there are events folders . sh5 replaces this with ogg files that have the specfic dates . Ima going to work on these files , RADIO, Paris today :salute::salute:
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.