To save bits and webspace I have seperated the music files from the game.
Instead of making a music pack I have choosen to let the player download some mp3 files from a free music server. This way my website isn't overloaded and dial-up users can choose if they want to download music.
The problem is that one of the mp3 file strings is to big (25 char) and AGS crashes. I tried ~ but that doesn't work I think.
I can't rename the mp3 file because every player has to rename it, and that's not user friendly. I also can't rename the mp3 file on the server because it isn't mine.
xerxes-the_day_we_met.mp3Ã, Ã, Ã, <- filename
xerxes-the_day~.mp3Ã, <- am I doing this wrong?
all the mp3 files begin with xerxes-
Instead of making a music pack I have choosen to let the player download some mp3 files from a free music server. This way my website isn't overloaded and dial-up users can choose if they want to download music.
The problem is that one of the mp3 file strings is to big (25 char) and AGS crashes. I tried ~ but that doesn't work I think.
I can't rename the mp3 file because every player has to rename it, and that's not user friendly. I also can't rename the mp3 file on the server because it isn't mine.
xerxes-the_day_we_met.mp3Ã, Ã, Ã, <- filename
xerxes-the_day~.mp3Ã, <- am I doing this wrong?
all the mp3 files begin with xerxes-