DayZ
118 ratings
Metro 2033 Radio by Buddy
2
2
2
2
2
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
64.754 MB
Aug 2, 2021 @ 1:40pm
Jun 20, 2022 @ 10:22am
4 Change Notes ( view )

Subscribe to download
Metro 2033 Radio by Buddy

Description
Metro 2033 themed radio.
I got the model here, I didn´t create it myself: https://sketchfab.com/3d-models/soviet-radio-from-metro-2033-c29479e7fe7749d1bb2d4d2e31466d2d

NEW ADDON THAT LETS YOU ADJUST THE VOLUME INGAME:
https://steamcommunity.com/sharedfiles/filedetails/?edit=true&id=3229793852

This radio is fully functional, it can play ANY song you want. Per default there are only five songs, but they can be replaced with your own songs.
When turned on all songs defined play endlessly. The order is random. The radio emits a bit light during night-time.

There are two versions of the radio; a static one and a non static.
The non static requires a battery to operate, the static one doesn´t. The static is suppoed to be placed by the server owners.

When the battery is detached the music stops, when its taken into inventory the music stops. When ruined the music stops.

When the static one is deleted the music stops.

Item names:

metro_radio
metro_radio_static

At the moment the following songs are added (with permission from its creator):
-01 Klangsegler - Shadows in motion
-02 Klangsegler - Pripyat remembrance
-05 Klangsegler - Empty roads
-06 Klangsegler - Down in darkness
-16 Dez - Priboi Story 1 2 (main theme)

If you want to add your own songs you have to create SoundSets and SoundShaders. Here is an example:

class CfgSoundShaders
{
class baseCharacter_SoundShader;
class your_song_SoundShader: baseCharacter_SoundShader
{
samples[]=
{

{
"PATH TO YOUR SONG",
1
}
};
volume=0.3548134;
};
};

class CfgSoundSets
{
class baseCharacter_SoundSet;
class your_song_SoundSet: baseCharacter_SoundSet
{
soundShaders[]=
{
"your_song_SoundShader"
};
loop=1;
};
};

When the server starts the first time it will create a file called Radios.json

Per Default it will look like this:

{
"m_Volume": 1,
"m_RadioPlayList": [
"metro_radio",
"metro_radio2",
"metro_radio3",
"metro_radio4",
"metro_radio5"
]
}

If you want to add your own SoundSet and you created one that is called "your_song_SoundSet" just add "your_song" like this:

{
"m_Volume": 1,
"m_RadioPlayList": [
"metro_radio",
"metro_radio2",
"metro_radio3",
"metro_radio4",
"metro_radio5",
"your_song"
]
}

Add me in DC if you need assistance with this mod: Buddy#1170

##################### Credits #####################

Thanks @ MisterJ for the god-like scripting.
Thanks @ Klangsegler for your permission to use the songs.
Popular Discussions View All (1)
1
May 11, 2023 @ 9:52pm
Mute option for the radio
S.T.A.L.K.E.R
193 Comments
MUDARKEN May 11 @ 4:09am 
Hi I found a solution to this problem send ?

[EffectSound::Effect] :: [WARNING] :: Created Effect on server.
Class: 'EffectSound'
Function: 'Effect'

Can I repackage the corrected version ?
Виктор Jan 19 @ 7:01am 
hi can i repack your mod?
IronFalcon5074 Dec 12, 2024 @ 5:50am 
don't know if ur still offering it but i dmed you on discord for an example config bc i probably messed something up @Buddy
IronFalcon5074 Dec 12, 2024 @ 5:40am 
plus some others
------------------------------------
[EffectSound::Effect] :: [WARNING] :: Created Effect on server.
Class: 'EffectSound'
Function: 'Effect'
------------------------------------
NULL pointer to instance
Function: 'GetFreeEffectID'
------------------------------------
NULL pointer to instance
Class: 'EffectSound'
Function: 'EffectUnregister'
IronFalcon5074 Dec 12, 2024 @ 5:40am 
I keep getting this error and dont know how to fix it...
NULL pointer to instance
Class: 'metro_radio'
Entity id:3046329
Function: 'OnWorkStart'
Stack trace:
MetroRadio/Scripts/4_World/entities\itembase\metro_radio.c:166
scripts/3_Game/tools\component\componentenergymanager.c:1793
scripts/3_Game/tools\component\componentenergymanager.c:386
scripts/4_World/classes\useractionscomponent\actions\interact\actionturnonwhileonground.c:26
scripts/4_World/classes\useractionscomponent\animatedactionbase.c:197
DayZExpansion/Core/Scripts/4_World/dayzexpansion_core\classes\useractionscomponent\actions\animatedactionbase.c:17
scripts/4_World/classes\useractionscomponent\animatedactionbase.c:219
scripts/4_World/classes\useractionscomponent\animatedactionbase.c:227
scripts/4_World/classes\useractionscomponent\actionmanagerbase.c:122
scripts/4_World/classes\useractionscomponent\actionmanagerserver.c:193
scripts/4_World/entities\manbase\playerbase.c:2958
Buddy  [author] Nov 26, 2024 @ 11:18am 
@SounDkaiL.Be yes, you can do that yourself, as seen in the description
SounDkaiL.Be Nov 26, 2024 @ 10:36am 
hello bro its possible for add new music ? Danakil , Alpha Blondy , SoundkaiL ,fonky family and sniper ? thx thx
Toffy Mc Fly Nov 11, 2024 @ 6:31am 
Hello I sent you a friend request for your Radio mod.
THANKS
KaKa Oct 20, 2024 @ 11:04pm 
update no metro_radio_static in the list
LohAn Sep 20, 2024 @ 3:43am 
hey @Buddy..thanks bro.