lucasyuhyuh
Moldy Popcorn
Piece of bacon programming MegaDrive games.
Posts: 47
|
Post by lucasyuhyuh on Jan 13, 2020 10:26:59 GMT -5
sheepiegenesis.bin (148.56 KB) So here is something bizarre i decided to make somewhere in mid-2019... a Genesis game about a sheep... it's certainly not the best, but for me, it's one of the worst games made in BasiEgaXorz, maybe worse (or weirder) than CrazyBus. I don't think it'll get any recognition like CrazyBus did, but y'know, only time will tell. Please say if i should continue this or leave it behind and move on.
|
|
|
Post by tiberiyltim on Jan 14, 2020 7:53:39 GMT -5
|
|
lucasyuhyuh
Moldy Popcorn
Piece of bacon programming MegaDrive games.
Posts: 47
|
Post by lucasyuhyuh on Jan 23, 2020 11:19:46 GMT -5
How do i use the xgmtool thingy to convert my .vgm?
|
|
|
Post by tiberiyltim on Jan 23, 2020 13:10:12 GMT -5
How do i use the xgmtool thingy to convert my .vgm? the xgmtool to convert VGM to XGM file. By adding -n or -p switch we can force to "NTSC" or "PAL" XGM conversion. the last version: github.com/Stephane-D/SGDK/raw/master/bin/xgmtool.exe And the vgm_trim if convert MID to VGM file.You need Windows, Win+R => Console: Step 1 "C:\basiegaxorz\examples\xgm\xgmtool.exe" boss.vgm boss_o.vgm Step 2 C:\basiegaxorz\examples\xgm\vgm_trim boss_o.vgm 0 -1 -1 boss_o_loop.vgmStep 3 "C:\basiegaxorz\examples\xgm\xgmtool.exe" boss_o_loop.vgm boss_o_loop.xgm "C:\basiegaxorz\examples\xgm\xgmtool.exe" boss_o_loop.xgm boss_o_loop.xgc boss_o_loop.xgc => game
|
|
lucasyuhyuh
Moldy Popcorn
Piece of bacon programming MegaDrive games.
Posts: 47
|
Post by lucasyuhyuh on Jan 23, 2020 14:25:07 GMT -5
Thanks!
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on Jan 23, 2020 16:11:12 GMT -5
SecondBASIC has all the conversion tools built into the IDE. You should check it out. The author is still updating it when bug reports come in.
|
|