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

Data File Too short Error #2

Open CommunistMeth opened 2 years ago

CommunistMeth commented 2 years ago

So basically I followed the insturctions, 30 songs, successful on every step and then as I packed and uploaded it, when I load the mod it says this error? Anyway you can assist me ? You can hit me up on discord if it is faster.

bijx commented 2 years ago

@CommunistMeth Yep! Could you post a screenshot of the error on this thread (or DM me) here so I can see what's going on?

CommunistMeth commented 2 years ago

Will do when I get home!!

On Thu, Dec 2, 2021, 10:08 AM Bijan @.***> wrote:

@CommunistMeth https://github.com/CommunistMeth Yep! Could you post a screenshot of the error on this thread (or DM me) here so I can see what's going on?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bijx/Zeus-Music-Mod-Generator/issues/2#issuecomment-984714704, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWXYLIWTXL4AVWNZYROOWFTUO6DWLANCNFSM5JFZSMAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bijx commented 2 years ago

@CommunistMeth Did you ever DM me the screenshot, or is it not causing a problem anymore?

OshidaBCF commented 1 year ago

So i've been having the same issue, and it seems that this happen if any "special" characters is in the files name

if you open the pso file, you can see a list of objects, if the names contrain "?" then that mean it was a special character (Russian or Japanese for exemple)

Is this a limitation of the tool or limitation of Arma ? I don't want to spend hours renaming russian and japanese title to english.

bijx commented 1 year ago

So i've been having the same issue, and it seems that this happen if any "special" characters is in the files name

if you open the pso file, you can see a list of objects, if the names contrain "?" then that mean it was a special character (Russian or Japanese for exemple)

Is this a limitation of the tool or limitation of Arma ? I don't want to spend hours renaming russian and japanese title to english.

This sounds like a limitation of Arma as it doesn't really play well with non-alphanumeric characters. When I get around to it, I will add a feature to the tool that automatically removes illegal characters, but for now it is up to users to make sure the files are named correctly. Thanks for adding context!

OshidaBCF commented 1 year ago

Okay i managed to make my script works

files names cannot contain special characters, but the "song" name can

what i did is just rename every file to a number but keep the name in the mod I made a simple pyscript if you want to check https://github.com/OshidaBCF/Arma-3-Music-Mod