godslabrat Posted August 11, 2021 Share Posted August 11, 2021 Would you say this is a worthwhile dev tool for a home brewer in 2021, or are there better/easier options? presuming I could get it to run on my hardware, of course. Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4883314 Share on other sites More sharing options...
TwentySixHundred Posted August 12, 2021 Share Posted August 12, 2021 8 hours ago, godslabrat said: Would you say this is a worthwhile dev tool for a home brewer in 2021, or are there better/easier options? presuming I could get it to run on my hardware, of course. I was hoping as the tooled looked very promising. Would be nice to develop for the Genesis using BASIC. Only thing that put me off is the project looks to be abandoned since 2010. When reading the latest development commits there was many bug fixes in the works. Such a shame it wasn't continued. Im guessing due to lack of interest and or not brought forward to a supporting community. Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4883581 Share on other sites More sharing options...
godslabrat Posted August 12, 2021 Share Posted August 12, 2021 8 minutes ago, TwentySixHundred said: I was hoping as the tooled looked very promising. Would be nice to develop for the Genesis using BASIC. Only thing that put me off is the project looks to be abandoned since 2010. When reading the latest development commits there was many bug fixes in the works. Such a shame it wasn't continued. Im guessing due to lack of interest and or not brought forward to a supporting community. Thank you Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4883583 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 12, 2021 Author Share Posted August 12, 2021 first version of new space game called <(galaxy 2)> for sega cd galaxy2startv8.iso Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4884162 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 12, 2021 Author Share Posted August 12, 2021 or cartage galaxy2startv8.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4884165 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 13, 2021 Author Share Posted August 13, 2021 galaxy 2 update new planet added galaxy2startv9.iso Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4884604 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 13, 2021 Author Share Posted August 13, 2021 galaxy2startv9.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4884606 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 13, 2021 Author Share Posted August 13, 2021 ya the basiegaxor ide and flashkit and sgtd are all good for homebrew Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4884688 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 14, 2021 Author Share Posted August 14, 2021 galaxy2startv10.binupdate for galaxy 2 Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4885609 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 14, 2021 Author Share Posted August 14, 2021 sega cd galaxy 2 galaxy2startv10.iso Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4885618 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 24, 2021 Author Share Posted August 24, 2021 heres another game called galaxy 3 galaxy3v6.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4892351 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 24, 2021 Author Share Posted August 24, 2021 some fixes to galaxy 3 new gamev9.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4892496 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 24, 2021 Author Share Posted August 24, 2021 galaxy3v9.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4892497 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 27, 2021 Author Share Posted August 27, 2021 here are some links to the tools i use this is the IDE BasiEgaXorz - Sega Genesis BASIC Compiler (monkeeh.com) to use the ide you have to go to the option menu and put in the path for your tile editor and emulator (i use sgtd tile editor and GENS emulator) after that go to the compiler option and check mark copy output file to project directory and rename so it shows up in the folder, then check mark after compilation run in emulator. After that go to target option and pick a output type (cart,sega cd,32x cart) hit apply then start coding this is the tile editor SGTD !! (monkeeh.com) its easy to use Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4894155 Share on other sites More sharing options...
ColecoGamer Posted August 28, 2021 Share Posted August 28, 2021 Ate there any tools for sfx and music? Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4894511 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 29, 2021 Author Share Posted August 29, 2021 (edited) heres an example of how to write it psgvol 0,10 psgvol 1,20 psgvol 2,25 psgvol 3,3 psg 1,643 psg 1,419 sleep 1 psg 1,485 sleep 1 psg 1,643 and put that at the end of the loop just before wend and its the sound Edited August 29, 2021 by wally nellenbach aka suhrim555 Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4895127 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 29, 2021 Author Share Posted August 29, 2021 (edited) heres a link to the psg commands BasiEgaXorz - Sega Genesis BASIC Compiler - v1.37 Documentation (monkeeh.com) Edited August 29, 2021 by wally nellenbach aka suhrim555 Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4895128 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 1, 2021 Author Share Posted September 1, 2021 other game i build called galaxy 4 fog landing galaxy 4 crazy landingv7.bin fog l pic.bmp Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4897083 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 8, 2021 Author Share Posted September 8, 2021 (edited) here another cool one called galaxy 5 galaxy5v5.bin Edited September 8, 2021 by wally nellenbach aka suhrim555 Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4901793 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 14, 2021 Author Share Posted September 14, 2021 update for galaxy 5 galaxy5v6.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4905180 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 14, 2021 Author Share Posted September 14, 2021 her is a new game i made called cyber mouse cyber mousev11.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4905181 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 20, 2021 Author Share Posted September 20, 2021 this ones called ratcat cyber ratcatv6.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4908680 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 29, 2021 Author Share Posted September 29, 2021 this ones called demonic party demonic partyv21.bin Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4914108 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted October 7, 2021 Author Share Posted October 7, 2021 heres a 16bit song i made called ice in mp316bit ice.mp3 16bit ice.rar Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4918845 Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted October 7, 2021 Author Share Posted October 7, 2021 this is a new one called mask tag quest mask tag questv20.bin and here is some of my pc work for oculus called gold dragon hunt gold puppy 3d boss battle.rar ggg.bmp Quote Link to comment https://forums.atariage.com/topic/322338-games-i-made-using-the-sega-ide-basiegaxor/page/2/#findComment-4919122 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.