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  
Σ29.529    1st/4    Mar 23 '22
18
3
19
1
4
endless_road.gb
 
DevEd  
 
Σ25.850    2nd/4    Mar 23 '22
30
1
21
0
4
breaker.gb
 
damifortune  
 
Σ22.328    3rd/4    Mar 23 '22
12
1
14
0
4
10 min test.gb
 
wormie  
 
Σ8.937    4th/4    Mar 23 '22
8
1
17
0
4
htwpef1.gb
 
nitrofurano  
 
 
  Nintendo Gameboy

Music for the Nintendo Gameboy. mp3 submission is allowed but not recommended. Submit hardware compatible files, if possible.  :: read lyceum article

Maximum File Size :: 12.5mb

4 entries submitted :: view entries :: listen entries

Rules
  • XHB submissions are anonymous until results are public.
  • You must follow the bitpack.
  • Do not submit boonsave entries.
  • Arguing with admins about these rules will get you an ailment and/or banned.
  • All registered users of BotB may vote.
  • All tunes will be rendered to MP3 for voting accessibility.
  • No covers allowed, only original works.
  • Entries that have been previously publicly released are not allowed.
  • While generative processes are permitted if designed by the entrant, they should never be used as a substitute for putting real human effort into your entries on BotB.
Questions and Contact
  • For direct communication join us on IRC!! irc.esper.net #botb       :D/
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!