Page 1 of 1

making home-brew

Posted: Sat Nov 28, 2015 7:58 am
by Charlton
is it possible to use Game Maker and then port the game to Dreamcast?

Re: making home-brew

Posted: Sat Nov 28, 2015 12:39 pm
by Jenkins
Short answer: no

Re: making home-brew

Posted: Sat Nov 28, 2015 5:34 pm
by Charlton
Jenkins wrote:Short answer: no
but it is possible with flash games right?
i read on wikipedia that senile team ported a flash browser game over to dreamcast.

Re: making home-brew

Posted: Sat Nov 28, 2015 6:46 pm
by androiddreamcast
it's probably possible game maker uses the delphi programming language/IDE and the dreamcast probably uses c or c++ so for game maker games to work on the dreamcast the code for the games would have to be converted to a programming language that the dreamcast can understand and be made to fit the system specs such as being limited to 2MB sound chip, 8MB VRAM and 16MB system RAM as opposed to modern pc specs.


http://www.dreamcast-talk.com/forum/vie ... f=5&t=7692

https://en.wikipedia.org/wiki/GameMaker:_Studio

Re: making home-brew

Posted: Mon Nov 30, 2015 4:58 am
by Roel
Charlton wrote:
Jenkins wrote:Short answer: no
but it is possible with flash games right?
i read on wikipedia that senile team ported a flash browser game over to dreamcast.
Sorry, but that's another "no". I was able to re-use the assets from the flash game, but not the code. I had to re-write that from scratch.

Re: making home-brew

Posted: Mon Nov 30, 2015 5:42 pm
by Charlton
Roel wrote:
Charlton wrote:
Jenkins wrote:Short answer: no
but it is possible with flash games right?
i read on wikipedia that senile team ported a flash browser game over to dreamcast.
Sorry, but that's another "no". I was able to re-use the assets from the flash game, but not the code. I had to re-write that from scratch.
hmm interesting.
so to get your feet wet in dreamcast indie game development what would one need?
and is there any kind of frame work like a game maker type program to help?