wally nellenbach aka suhrim555 Posted April 1, 2022 Author Share Posted April 1, 2022 here is the full instructions BasiEgaXorz - Sega Genesis BASIC Compiler - v1.37 Documentation (monkeeh.com) if you get a message when you try to go to basiegaxorz web site hit advanced then proceed the site is safe Quote Link to comment Share on other sites More sharing options...
+Gemintronic Posted April 2, 2022 Share Posted April 2, 2022 On 4/1/2022 at 9:48 AM, wally nellenbach aka suhrim555 said: there is no such thing as collision checking code it is done with a if statement and all sega roms on the internet are .bin so if a .bin does not work for you then no game at all will and i use gens Yep. No real collision checking exists on the sega genesis. There's a way to register if any sprite has collided with any sprite but in practice that's useless. In my game I made some collision checking code. BasiEgaXorz started making my game crash because at a certain point it doesn't handle large amounts of code. Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 4, 2022 Author Share Posted April 4, 2022 maybe this will help you this is how i do it if spriteposy(dragonx23)<=spriteposy(plxt)+10 [and] spriteposx(dragonx23)<=spriteposx(plxt)+10 [and] spriteposy(dragonx23)=>spriteposy(plxt)-10 [and] spriteposx(dragonx23)=>spriteposx(plxt)-10 then movesprite plxt,spriteposx(plxt)-5,2050 sleep 1 endif and that makes the collision Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 4, 2022 Author Share Posted April 4, 2022 to do a boarder you cant walk through use movesprite and push in the other direction then the player is moving at the same time so it stays in one spot movesprite plxt,spriteposx(plxt)-5,2050 Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 4, 2022 Author Share Posted April 4, 2022 also if your game runs slow try using less sleep statments Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 6, 2022 Author Share Posted April 6, 2022 this is gold rat 2 power armor quest gold rat 2 power arom quest v21.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 6, 2022 Author Share Posted April 6, 2022 this is the IDE https://devster.monkeeh.com/sega/basiegaxorz/ 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 https://devster.monkeeh.com/sega/sgtd/ its easy to use https://devster.monkeeh.com/sega/basiegaxorz/basiegaxorz_full.html#command_psg Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 6, 2022 Author Share Posted April 6, 2022 heres a code clip you can use forum code clip (1).bex Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 6, 2022 Author Share Posted April 6, 2022 here is the full instructions BasiEgaXorz - Sega Genesis BASIC Compiler - v1.37 Documentation (monkeeh.com) if you get a message when you try to go to basiegaxorz web site hit advanced then proceed the site is safe Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 13, 2022 Author Share Posted April 13, 2022 this is called cyborg rat cyborg ratv28.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 14, 2022 Author Share Posted April 14, 2022 another pic from cyborg rat Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 20, 2022 Author Share Posted April 20, 2022 THIS ONES CALLED OD:OLD DRAGON old dragonv28.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted April 25, 2022 Author Share Posted April 25, 2022 another pic from OD: Old Dragon od222.bmp Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted May 12, 2022 Author Share Posted May 12, 2022 THIS ONES CALLED CELL QUEST cell quest v20.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted May 30, 2022 Author Share Posted May 30, 2022 this ones called BNW (brave new world) bnwv27.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted June 6, 2022 Author Share Posted June 6, 2022 (edited) this is called gold rat 3 dollar quest dollar questv28.bin Edited June 6, 2022 by wally nellenbach aka suhrim555 Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted June 13, 2022 Author Share Posted June 13, 2022 this is called mystic cat mystic catv30.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted June 26, 2022 Author Share Posted June 26, 2022 this is called human tag quest human tag quest v20.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted July 9, 2022 Author Share Posted July 9, 2022 i call this one ghost rat ghostratv28.bin 1 Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted July 22, 2022 Author Share Posted July 22, 2022 this is called galaxy 6 : demon black demon blackv23.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 10, 2022 Author Share Posted August 10, 2022 this ones called cool cat cool catv21.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted August 21, 2022 Author Share Posted August 21, 2022 this is called silver solder SSV23.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 8, 2022 Author Share Posted September 8, 2022 this is gold rat 4 goldrat 4v26.bin Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted September 27, 2022 Author Share Posted September 27, 2022 this is the IDE BasiEgaXorz - Sega Retro 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.rar sgtd.exe unins000.dat unins000.exe Quote Link to comment Share on other sites More sharing options...
wally nellenbach aka suhrim555 Posted October 2, 2022 Author Share Posted October 2, 2022 this is the tile editor sgtd051beta_setup (1).exe Quote Link to comment 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.