Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
cheers
"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.