GBMod XHB Round 2

started
2022-03-23 10:50:54

ended
2022-03-23 12:04:04

4 Entries

Main Screen
Listen All
Battle Host
DevEd
Lvl 22  
153972
Level 22 Chipist
DevEd
 
 
 
post #153972 :: 2022.03.23 9:58am :: edit 2022.03.23 6:42pm
guess i can kiss my b00ns goodbye this aged like milk
 
 
153976
Level 22 Chipist
DevEd
 
 
 
post #153976 :: 2022.03.23 10:49am
  
  nitrofurano liēkd this
Small note: The converter only accepts .XM, so if you write in .IT/.S3M you'll need to convert it to .XM first.
 
 
153977
Level 29 Chipist
nitrofurano
 
 
 
post #153977 :: 2022.03.23 11:11am :: edit 2022.03.23 11:12am
  
  DevEd liēkd this
i used this script on gnu/linux:

dd bs=$((0xC000)) count=1 if=/dev/zero of=_dummy.bin
python3 xmconv.py music.xm music.bin
cat player.bin music.bin _dummy.bin > music.gb_
dd ibs=1 count=$((0xC000)) skip=$((0x0000)) if=music.gb_ of=music.gb
rm music.gb_ _dummy.bin

had to rename Player.bin to player.bin - i always use underscore filenames, and gnu/linux is case-sensitive

i used dd in the script because some emulators only accept such imagerom filesizes as multiple of 16kb (as far as i tested)
 
 

LOGIN or REGISTER to add your own comments!