Page 1 of 1
Mod to wav converter
Posted:
Fri Sep 23, 2005 9:51 pm
by Game A Gogo
where can I find a Mod to wav converter??
Posted:
Fri Sep 23, 2005 10:18 pm
by ondy1985
I have the opposite problem: where can I find free WAV (or MP3) to MOD (or XM, S3M, IT) converter? I have som good music for my game and I can not use it as my composer can't export to PocketPC acceptable formats.
Posted:
Sat Sep 24, 2005 12:33 am
by makslane
I think is not possible (or very veru hard) convert from wav (mp3, ogg) to xm, mod or mid files.
You can covert the wav or mp3 to ogg (can be played in the Pocket PC)
Re: Mod to wav converter
Posted:
Sat Sep 24, 2005 12:35 am
by makslane
Game a Gogo wrote:where can I find a Mod to wav converter??
If you have a mod (or XM, IT) is a good idea keep your music in this format. Is very small and fast to render.
Posted:
Sat Sep 24, 2005 12:52 am
by Game A Gogo
well the problem is this: when I put this file"monn_child.mod" its does'nt repeat?!?! and it plays a little peace of music yhat does'nt exist in the ffile??
I tink its a bug or something?!?!
if you can fix this il'd be tanx full
Posted:
Sat Sep 24, 2005 12:58 am
by makslane
Can you send me this file?
Posted:
Sat Sep 24, 2005 1:06 am
by Game A Gogo
Moon Child(Copy to the address bar)
hope it will help ya.
Posted:
Sat Sep 24, 2005 8:00 pm
by ondy1985
btw, how can I make a neverending loop? I read the docs and I found that the 'loop' variable in the PlayMusic() function can be to 1 through 65000. I know that the 65000 times is enough to "simulate" neverending loop, but anyway is it possible to tell GE to play the music forever?
Posted:
Sat Sep 24, 2005 10:43 pm
by Fuzzy
use an if statement to reset it.
Posted:
Sat Sep 24, 2005 11:10 pm
by Game A Gogo
What do you meen
Posted:
Sun Sep 25, 2005 5:27 am
by Fuzzy
When you use the script editor, and select the function, it autocompletes the needed fields. Just go back and change the field that specifies the repeats to a variable name, and regularly reset that.
Also, you might try putting zero there... the bale out for repeats is 1, so 0 might be clamped to 0, giving never ending repeats.. I'll try it and report back.
[EDIT] Nope, that doesnt seem to work...[/EDIT]
As I program I try to use the script editor as much as possible. Its a better way to learn, and I can also go over it and clean things up. For instance, if a number is 0.000000, I will change it to 0.0. This is makes the file size smaller and cleaner. It also makes it easier to read stuff in the actor control lists. with more stuffed into the script, the lists of actions is smaller, and its easier to navigate to where you want to go.
I am tired as heck. I hope that makes sense...
Posted:
Tue Sep 27, 2005 5:46 pm
by makslane
Game a Gogo wrote:well the problem is this: when I put this file"monn_child.mod" its does'nt repeat?!?! and it plays a little peace of music yhat does'nt exist in the ffile??
Game Editor don't recognize the commands to change the block pattern.
In this MOD, the pattern 16 (position 18 in the sequence) ends with a command to go back to the block 0. Game Editor don't get this command and continue the play until the block 89.
You can edit the mod file and remove all blocks after postion 18.
You can use the MODPlug Tracker:
http://www.modplug.com/forum/showpage.php?p=download
Posted:
Tue Sep 27, 2005 7:45 pm
by Game A Gogo
wow tanx.
I did get the Block thingy very well, but I understand