Project Zomboid

Project Zomboid

178 valoraciones
Musical Menu Framework
2
   
Premiar
Favoritos
Favorito
Quitar
Tamaño
Publicado el
Actualizado el
64.138 KB
4 MAR 2024 a las 8:05
17 DIC 2024 a las 16:57
2 notas sobre cambios ( ver )

Suscríbete para descargar
Musical Menu Framework

En 2 colecciones creadas por Ryuku
Musical Menu Framework: Sound Packs
3 artículos
Musical Menu Framework: Menu Replacers
31 artículos
Descripción
B42 unstable is supported.

This mod does nothing on it's own. You only need it if another mod requires it.

This is a simple framework that enables modders to add as much music to the main menu as they like, and they will play at random.

It's rather simple to create a mod that uses Musical Menu Framework
1. In mod.info, set: require=MusicalMenuFramework
2. Place your sounds in media/sound. Give them unique names.
Example: YourModId_Artist_Title.extension

3. Create a lua file in media/lua/client. Give it a unique name: YourModId_MenuMusic.lua
Example code:
require("RYUKU_MMF.lua") MMF_AddMusic("YourModId_Artist_Title", "YourModId")

And that's it!

Support is available via the Discord link below.
[discord.gg]
[ko-fi.com]

Workshop ID: 3173081439
Mod ID: MusicalMenuFramework