gbmod ohb

started
2020-08-09 09:22:10

ended
2020-08-09 11:33:25

3 Entries

Main Screen
Listen All
Battle Host
DevEd
Lvl 22  
Σ30.000    1st/3    Aug 9 '20
73
5
37
0
2
doodleofsomesort.gb
 
DevEd  
 
Σ23.140    2nd/3    Aug 9 '20
34
3
23
0
2
broken gameboy.gb
 
argarak  
 
Σ22.652    3rd/3    Aug 9 '20
37
2
23
0
2
crossover.gb
 
meanings  
 
 
  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

3 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/
124952
Level 22 Chipist
DevEd
 
 
 
post #124952 :: 2020.08.08 8:24pm :: edit 2020.08.08 8:27pm
  
  Yung Gotenks and Jakerson liēkd this
OK, so this OHB is for a new Game Boy music tool I've been working on that will allow for conversion of a FastTracker 2 .XM module to play on a Game Boy. There are still plenty of bugs to work out at this point so converted modules may not be played back 100% accurately. Some effects, while technically supported, are currently very buggy, so I have decided not to allow them for this OHB. More specific requirements are available in the bitpack.

Note that Python 3 is required as part of the conversion process, if you don't have it installed already you can get it here
.

You'll also need a tracker that supports saving .XM modules, such as MilkyTracker, OpenMPT, or FastTracker 2.

sorry for the massive wall of text
 
 
124965
Level 26 Chipist
Yung Gotenks
 
 
 
post #124965 :: 2020.08.09 4:29am
  
  DevEd liēkd this
this sounds really cool! looking forward to seeing how they turn out on the game boy.
 
 
124976
Level 19 Chipist
Sloopygoop
 
 
 
post #124976 :: 2020.08.09 9:17am
I really wanted to try this but it turns out I didn't have time to learn milkytracker from scratch this morning! :P
 
 
124978
Level 22 Chipist
DevEd
 
 
 
post #124978 :: 2020.08.09 10:48am
Small note: If you're on Windows, make sure you're using cmd.exe and not PowerShell.
 
 
153975
Level 28 Chipist
nitrofurano
 
 
 
post #153975 :: 2022.03.23 10:46am
only now i saw this battle and bitpack - the script works here on gnu/linux (perhaps will be useful on battle #2? - i used dd because i think the rom should be multiple of 16kb for running on mame/mess and some other emulators )

dd bs=$((0x8000)) 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=$((0x8000)) skip=$((0x0000)) if=music.gb_ of=music.gb
rm music.gb_ _dummy.bin
 
 

LOGIN or REGISTER to add your own comments!