Music Expansion

Music Expansion

2.3k Downloads

Doesn't function

sw5ciprl opened this issue ยท 1 comments

commented

I added the music, item textures, language files and edited "records.json". In game there's only a record which says that I didn't add sound event in records.json.

There's my records.json:

{
 	"allrecords": true, 
	"records": ["doom1","doom2","doom3","doom4","doom5","doom6","doom7","doom8","doom9","doom10","doom11","doom12","doom13","doom14","doom15"]
}

My en_us.json:

"item.musicexpansionexternal.doom1.desc": "Mick Gordon - Cultist Base"
"item.musicexpansionexternal.doom2.desc": "Mick Gordon - The DOOM Hunter"
"item.musicexpansionexternal.doom3.desc": "Mick Gordon - Infiltrate the Cult"
"item.musicexpansionexternal.doom4.desc": "Mick Gordon - Demonic Corruption"
"item.musicexpansionexternal.doom5.desc": "Mick Gordon - The Super Gore Nest"
"item.musicexpansionexternal.doom6.desc": "Mick Gordon - The Only Thing They Fear is You"
"item.musicexpansionexternal.doom7.desc": "Mick Gordon - Asteroids and Rockets"
"item.musicexpansionexternal.doom8.desc": "Mick Gordon - Gladiator Boss"
"item.musicexpansionexternal.doom9.desc": "Mick Gordon - Command and Control"
"item.musicexpansionexternal.doom10.desc": "Mick Gordon - BFG 10K"
"item.musicexpansionexternal.doom11.desc": "Mick Gordon - Armored Response Coalition"
"item.musicexpansionexternal.doom12.desc": "Mick Gordon - S.O.S. From Earth"
"item.musicexpansionexternal.doom13.desc": "Mick Gordon - Barging In"
"item.musicexpansionexternal.doom14.desc": "Mick Gordon - DOOM Eternal"
"item.musicexpansionexternal.doom15.desc": "Mick Gordon - Hell On Earth"
commented

don't know if you still need help but for others reference.
you need a space after each comma in the records.json e.g. "records": ["doom1", "doom2", "doom3"]