Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

A little, technical question: would it be possible to convert the game from .crt to .d81 and play it from a 3.5" floppy disk?
if I'm not wrong, the C= 1581 drive should format 800 kb, while the .crt file is less than 700k...

The game is designed to run from a cartridge, so it wouldn't be possible. It's not the size that's the issue, but speed. The game relies on being able to access data from a cartridge immediately.

Gotcha. I some way expected your answer (I supposed if it was possible you already offered it as .d81 too), but I had to try :-) 
Thank you, anyway.

(1 edit)

Just a last question: do you know if is there any hardware project that allows to make a single cartridge for Briley (instead of Kung Fu etc.)?

I mean: (e)eprom based cartridge.

There are some projects on github (like MagicDesk based cartridge with 1 Mb of "storage": https://github.com/msolajic/c64-magic-desk-1024k) that sound interesting, but I'm not sure if Briley would work.

I know that Kung Fu etc. are a modern and easier way to do, but I love the feeling of hard-coded cartridge, one game per cartridge...