武装突袭3

武装突袭3

379 个评价
KLPQ Music Radio
3
   
奖励
收藏
已收藏
取消收藏
Data Type: Mod
Mod Type: Mechanics, Sound
文件大小
发表于
更新日期
83.999 KB
2017 年 12 月 23 日 下午 5:03
1 月 7 日 下午 6:25
7 项改动说明 ( 查看 )

订阅以下载
KLPQ Music Radio

描述
This is a configurable music radio mod.
It provides an ability to play music inside of the vehicles. How it works in-game and how to configure it for your community is explained in the videos above.
Mod itself doesn't come with any music. It's up to you to add anything you want.
Check readme for more info about the mod.

-- Readme.
https://github.com/rebelvg/klpq_musicRadio/blob/master/README.md

-- Threads.
https://forums.bistudio.com/forums/topic/203641-klpq-music-radio/

-- Made by KLPQ.io
Rebel - configs, scripting, tools.
Facel - icons.
热门讨论 查看全部(9)
3
10 月 4 日 下午 4:55
Trying to use this on Antistasti and it doesn't work
★ GallowDancer
1
2
9 月 24 日 上午 1:16
How i managed to make the backpack radios work in multiplayer
|Freeze
6
9 月 1 日 上午 11:17
KLPQ Compatible Mods
Arend the Bastard
253 条留言
★ GallowDancer 9 月 24 日 上午 12:18 
Doesn't seem to work on lan server. Trying to play antistasi with this and it just won't work
fat.tism.lawes 9 月 21 日 上午 1:42 
yo it really want to make a radio but I’m a dumbass and would really like help lmao
Marki 9 月 1 日 上午 10:25 
Its on his github, download the mod from there and inside its folder there is a tools folder, inside of it
YaBoiWhiplash 9 月 1 日 上午 9:29 
Does anyone have the music configurator? the forums dont exist anymore and i need it
Cyberbro 8 月 27 日 下午 3:01 
Will this work for solo scenarios and campaign missions?
Thanks
Burrtango 8 月 21 日 下午 7:26 
Hey Rebel, huge ups for this mod, I really appreciate it. Excellent work - setting it up is relatively easy once you understand the process.

From your tutorial video, it seems possible that you could structure the file system to have multiple radio stations - is this true? Is it possible to package the mod so that you can select between radio stations? Or is that a limitation of this mod?
Sir_Logan 7 月 18 日 上午 9:45 
I'm having trouble getting this to work on my dedicated server. When in singleplayer or hosting myself it works but when hosting a dedicated server, the radio will not turn on. I can get in a car and see the option to turn the radio but it just won't turn on. Any help with this would be appreciated!
rebel  [作者] 6 月 4 日 上午 4:42 
@martin509 oh I see. yeah, that'll work. I'll apply this to the next update.
Capitalist Pig 6 月 3 日 下午 8:24 
Still waiting for someone to make a Marty Robbins radio
martin509 5 月 28 日 上午 11:54 
In fn_postInit.sqf:

player addEventHandler ["GetOutMan", {
params ["_unit", "_role", "_vehicle", "_turret"];

if (_vehicle getVariable ["klpq_musicRadio_radioIsOn", false]) then {
playMusic "";
[_vehicle] call klpq_musicRadio_fnc_startRadioPositional;
};


}];

That's all the change you need to make.