yuv422 / cosmo-engine

A new game engine to play the MS-DOS game "Cosmo's Cosmic Adventure" on modern systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to switch episodes

twiggyr opened this issue · comments

I have copied in the COSMO[23] .STN & .VOL however I am unable to switch episodes.
Has this not been implemented or is there something i'm missing?

I recall the DOS version has a different executable for each episode, i'm running on JelOS via portmaster.

I tried a number of directory layouts but the only one in which I can it to start is by having the cosmo1 files in ./data

Looking at game.c I can see that episode_number is globaly set at 1
there is a function set_episode_number() but it returns nothing and as far as I can see its never called.

My C is pretty average so im not certain of any of this. Its also possible that the portmaster compiled version is lacking the ability to change episodes due to being designed for devices without a keyboard