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
"class CfgRadioStations {
class my_station {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
};"
Doesn't do anything unfortunately
Regards
where are instructions on how to get this to work?
#define _ARMA_
class CfgPatches
{
class LiveRadio977
{
name = "Live Radio Haram";
author = "Schultz";
version = 1.0;
versionStr = "1.0.0";
versionAr[] = {1,0,0};
};
};
class CfgRadioStations
{
class s80s {
name = "80s80s";
url = "https://streams.80s80s.de/web/mp3-128";
};
class DanceWave {
name = "DanceWave Retro";
url = "http://dancewave.online:8080/retrodance.mp3";
};
class Italian80s {
name = "Feccia Italiana anni 80";
url = "http://maggie.torontocast.com:8118/;";
};
class Newwave80s {
name = "New Wave 80";
url = "http://puma.streemlion.com:2910/stream";
};
class DDR {
name = "DDR Radio";
url = "http://stream.laut.fm/ddr-rock";
};
};
still no luck
I edited z\live_radio\addons\interface\CfgRadioStations.hpp and added some stations.
Then I edited z\live_radio\addons\interface\config.cpp from line 49 and added the same stations.
Packed with pboproject (no errors) and i'm just loading the edited version in game.
Still, I can only see the 3 default stations :(
Can you guide me somewhere please? Thanks
{LINK REMOVED}https://streamurl.link/
What does this debug error mean?
Changelog
https://github.com/BrettMayson/ArmaRadio/releases/tag/v0.8.0
class CfgRadioStations {
class my_station {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
class my_station1 {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
class my_station2 {
name = "My Radio FM";
url = "http://my-radio.fm/live";
};
};
the list can be even longer simply by adding a new number after "class my_station"
However I am also getting the same error as user Urun below. Only I was playing singleplayer, without any other mod loaded, and it occurred within 2 minutes of play. Can send an RPT if you'd like. Good luck!
The mod also seems to be missing the meta.cpp file, which prevents the launcher from being able to auto-download the mod from the workshop.