DayZ
172 ratings
Zens Music
2
2
2
2
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
138.327 MB
21 Jan @ 11:45pm
21 Jan @ 11:46pm
2 Change Notes ( view )

Subscribe to download
Zens Music

Description
What Is This?

This mod adds music cassettes to the game, along with a boombox, a walkman, and the ability to play music in cars.

My mod comes with a few copyright-free classical music tracks and some of my own music, but you will have to add your own music cassettes if you want to expand the list.

The cassettes are spawned in-game using the types.xml entries like any other item. You need to configure them yourself before adding them to the game.

The good news is this is pretty easy to do - there is a guide on my GitHub: https://github.com/ZenarchistCode/ZenModPack/wiki/Zen's-Music-Mod

Unlike other music mods on the workshop, playing music with this mod will sync to all clients (so if you drive up to a player or a player logs in mid-song, they'll hear what you're hearing).

Installation Instructions:

Install this mod like any other mod - copy it into your server folder and add it to your mods list. Make sure to copy the .bikey into your server keys if you're not using a server management tool like OmegaManager which does that automatically.

This server must be run on both the client and the server.

A JSON config file for adjusting this mod's settings will be automatically created in server_profiles/Zenarchist/ZenMusicConfig.json

Here are some instructions for the config file: https://github.com/ZenarchistCode/ZenModPack/wiki/Zen's-Music-Mod

Repack & Source Code:

You can repack this mod if you like, and do anything else you want with it for that matter. The source code is on my GitHub at www.zenarchist.com

Buy Me A Coffee:

All my mods are free and open source, but it takes an enormous amount of time to put some of these mods together. If I've helped you out, please consider helping me buy my next coffee! I don't expect it, but I very much appreciate it.

https://buymeacoffee.com/zenarchist

Enjoy!
42 Comments
Doxx 15 Jul @ 10:15pm 
Thank you Zen. Fantastic mod, works perfectly!:steamthumbsup:
wizzdome 13 Jun @ 3:07pm 
Yeah I have been noticing that as well... When Driving, it will play one song if you switch or try to play again it won't play anymore until you log out and back in (just noticed an update was wondering what was addressed in the update...)
Ilin91 9 Jun @ 2:05pm 
In the car, after playing the first track, the next ones do not start
XXMystiqueXX 8 May @ 7:32pm 
Great mod tysm!
Da_Tonby73 6 May @ 7:29am 
So, if you want to have your custom vehicle to have a cassete slot, go to zenMusicBase -> config -> search for vehicle classes. All you need to do, is replace vanila name with modded one like this

class CivilianVaz_2126: CarScript

{

attachments[] +=

{

"ZenCassette"

};

class GUIInventoryAttachmentsProps

{

class ZenMusicCarRadio

{

view_index = 1;

name = "$STR_CfgVehicles_ZenCassette0";

description = "$STR_CfgVehicles_ZenCassette0";

icon = "set:zen_music image:cassette_icon";

attachmentSlots[] =

{

"ZenCassette"

};

};

};

};

After that, add vehicle addon to required, like this

class ZenMusicBase

{

requiredVersion = 0.1;

requiredAddons[] =

{

"DZ_Data",

"DZ_Scripts",

"tf_vaz_2126_Data",

"tf_vaz_2126_Scripts"

};

};

I hope this will help someone.
Bender 13 Apr @ 6:41am 
Function: 'SyncComboLockPermissions'
Stack trace:
ZenComboLocks/Scripts/4_World/entities\itembase\combinationlock.c:358
ZenComboLocks/Scripts/4_World/entities\itembase\combinationlock.c:323
scripts/3_Game/dayzgame.c:3022
JM/CF/Scripts/3_Game/communityframework\game\dayzgame.c:115
SCRIPT (E): NULL pointer to instance
Class: 'Zen_CombinationLock6'
Entity id:2983282
Jean' 1 Apr @ 2:55pm 
Hi Zen, there's an issue where, when the music ends, if you swap the tape, it no longer plays for the user—only after they relog.
SharrenSkunk 29 Mar @ 11:44am 
This was a must have back in the day! Just wish you could skip songs. Can't wait for some fine tuning.
El Würmél 19 Mar @ 11:37am 
Hey Zen!
I tried for about 4 days now to add the casette slot to the Expansion vehicles but can't get it to work at all.
Do you have any tips?
Bartelino 10 Mar @ 12:51pm 
great mod but i dont have Zen_BoomBox_Static in my item spawner list.