bijx / Zeus-Music-Mod-Generator

A Java application that allows users to auto generate mod folder structure for custom Arma 3 music mods.
11 stars 1 forks source link

Parenthesis in song file name result in "data file too short" error on game launch #4

Open bijx opened 2 years ago

bijx commented 2 years ago

Issue created based on comment from Zack Sabbath on YouTube:

"I successfully made a test mod for a group of friends and I as a proof of concept for this tool, and when I decided to make a full version of that music mod for my group I was getting the "data file too short" issue. I realized that the issue lies with the song names, if you have anything with ( ) in it, the mod will not build correctly and you'll get the "error, data file too short" error when launching arma 3 with the local mod loaded. A simple mistake but if someone doesn't have any experience coding would probably miss it. In short if you're going to use music that has parentheses in the title of the song, make sure you remove them."

bijx commented 2 years ago

Related to issue #2