open2jamorg / open2jam

open source o2jam emulator
open2jam.wordpress.com
Artistic License 2.0
109 stars 40 forks source link

krazyrain song converter #4

Open chaosfox opened 13 years ago

chaosfox commented 13 years ago

On the krazyrain_converter branch I'm working on a script (tools/snp2ojn.pl) that reads the SNP files of krazyrain and the MusicInfo.xml (that can be found inside Data/data.snp of the krazyrain installation) into ojn/ojm files.

So far, most of the musics convert without problems, except at some times the notes overlap their end with the start of another note, so I'm going to merge these kind of notes into one. Example: note x start 0 end 0.5 note x+1 start 0.5 end 1 result: note x start 0 end 1

Besides that, the next thing to be done is assign songids to each music so that o2jam and other emulator(o2mania) can also read these files without problems.