Sounds will not work in-game
Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot :
Thread By: EvilGnomeLock This is my .SZC File, I never get errors about my Aliases, and my SZC. Round Sounds, Brutus, and Weapons Sounds will not work :(
{
"Name" : "zm_test" ,
"GameMode" : "mpl" ,
"IsCommon" : false ,
"Parent" : "" ,
"Overlay" : "" ,
"IsStandalone" : true ,
"IsProduction" : false ,
"IsShipped" : false ,
"DontDeploy" : false ,
"NoStreamBank" : false ,
"MapFile" : "" ,
"Standalone" : true ,
"Builds" : [ "T7" ],
"Sources" : [
{
"Type" : "ALIAS" ,
"Name" : "user_aliases" ,
"Filename" : "user_aliases.csv" ,
"Specs" : [ ]
}
{
"Type" : "ALIAS" ,
"Name" : "graffitis_aliases" ,
"Filename" : "graffitis_aliases.csv" ,
"Specs" : [ ]
}
{
"Type" : "ALIAS" ,
"Name" : "Round Sounds" ,
"Filename" : "Round Sounds.csv" ,
"Specs" : [ ]
}
{
"Type" : "ALIAS" ,
"Name" : "music" ,
"Filename" : "music.csv" ,
"Specs" : [ ]
}
{
"Type" : "AMBIENT" ,
"Name" : "ambient_mod" ,
"Filename" : "ambient_mod.csv" ,
"Specs" : [
"mpl_mod"
]
},
{
},
]
}
ModmeBot :
Reply By: mathfag Filename: Round Sounds cant have a space in it delete the useless
{
},
and this needs a comma
{
"Type" : "ALIAS" ,
"Name" : "music" ,
"Filename" : "music.csv" ,
"Specs" : [ ]
}, & lt ; ------------