Create a menu system to select the .DCB to be executed

Started by masteries, March 02, 2014, 01:19:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

masteries


Greetings comrades,

I was making some ports of my previous games for the GCW Zero console.

But, I have several .DCB files for the same game (one .DCB per game stage), it can look stunning
if I can code a menu system to select the stage to be played.

FreeYourMind comments it to me some time ago, it appears to be possible.

Thanks in advance,


FreeYourMind

Dcelso have it his multigames project, see his links on nick

masteries


I managed to make it for bennu PC, but it doesn´t work on bennu for GCW Zero.

For this handheld console, the game will be provided in 4 .opk files.

handsource-dyko

Why have you split your game into multiple DCB files? It is possible to execute multiple instances of bgdi and start them from your program with the exec function, wich works on windows and linux. However, I think it depends on the operating system if this function is implemented.