wootguy / Glitch-Life

Randomizes Sven Co-op maps
http://forums.svencoop.com/showthread.php/42021-Glitch-Life-program
36 stars 8 forks source link

Excluded Sounds issues #27

Closed GordonFrenchman closed 2 months ago

GordonFrenchman commented 2 years ago

Hi,

I hope my question won't sound stupid, but I wanted to know why some sounds are excluded from the randomization process. I ensured to encode them in the correct sound format and they share the same properties than other sounds that have been accepted.

Is there a specific reason and is there a way to fix it?

Thanks by advance for your answers!

SND excluded
wootguy commented 2 years ago

it could be: 1) File size is larger than max_file_size config setting. 1) File has uppercase letters and skip_uppercase = 1 is in the config. 1) File is default/custom and excluded by the Content Mode setting.

GordonFrenchman commented 2 years ago

it could be:

  1. File size is larger than max_file_size config setting.
  2. File has uppercase letters and skip_uppercase = 1 is in the config.
  3. File is default/custom and excluded by the Content Mode setting.

Thanks a lot for you answer! It helped me a lot! :D