bolon667 / SGDK_PlatformerStudio

Easy to use engine to make platformers for Sega Genesis,
MIT License
27 stars 4 forks source link

sega #1

Open zartan9 opened 1 year ago

zartan9 commented 1 year ago

hi i open segaplatformer\SGDK_PlatformerStudio-main\SGDK_PlatformerStudio-main\StudioType\SGDK\Engines\platformer\build\res but it shuts automatically. do i need godot to run this too? also is it possible to export to c64 from godot? thanks

bolon667 commented 1 year ago

Hello. You don't need to download Godot, just use compiled one from this link. Also, you need to install SGDK (because this tool, is just code generator for SGDK project), and BlastEm. It's not possible to export to c64.

zartan9 commented 1 year ago

ahh ook that opens but i have no idea where to start! is there a sample game i can load to see? its a shmup engine as well as platformer? thanks.

bolon667 commented 1 year ago

I have a test platformer , also, here my youtube channel where i'm showing how to use studio. Yes, it's possible to make a shump, but, all shumps have a large map, and without chunk entity load optimization, fps will suffer. Right now, chunk optimization working, but with some problems. And, i recommend to wait for new version of studio a day or so, because in new version i modified physics engine, and joystick logic. Since, you will modify joystick logic 100%, for your needs, when you ever want to upgrade to a new version, you will have to rewrite joystick logic code.

bolon667 commented 1 year ago

Ok, it's done, new version is available.

zartan9 commented 1 year ago

great will find time to look at videos. as for set up i put blastem in folder but it doesnt open when building maybe my path is wrong?

bolon667 commented 1 year ago

great will find time to look at videos. as for set up i put blastem in folder but it doesnt open when building maybe my path is wrong?

You need put BlastEm in Emulators/BlastEm folder, because studio looking for file Emulators/BlastEm/blastem.exe

zartan9 commented 1 year ago

image hi i put it here (but i messed up somehow)

bolon667 commented 1 year ago

image hi i put it here (but i messed up somehow)

You need to put BlastEm files in Emulators/BlastEm directory image

zartan9 commented 1 year ago

progress, but i get error message now.. im still missing something... i dont see "menu" option in the blastem folder if that matters.. test1

bolon667 commented 1 year ago

Probably, you got a compilation error, try to make a new project in studio.

zartan9 commented 1 year ago

worxi here is animated gif of whats happening in new project thanks

bolon667 commented 1 year ago

Your SGDK is installed correctly? Try to compile some projects in SGDK/sampe folder.

zartan9 commented 1 year ago

didnt work but i see you have 1.8 i wiill try the update soon