安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






I have some improvements that I would recommend however:
*An array to add object classnames that would support FM radio funcitons.
*An array to add other object types to the supported list, I see it current supports "cars" but swapping it to an array might allow ["cars","air","sea"] for example.
*onPlayerDisconnected support to remove a radio spawned by a player that logged out.
*I seen on the github streamers also recommended a way to have a hard disable method for streamers so they don't get a dcma from the radios, might be a decent inclusion.
Also would love to talk to you about limitations you found during the testing phases of this mod.
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
{链接已删除}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!