Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I don't see why it would make people upset. Personally I re-made a few titles on SDL or Java like Supercars 2, Gods, Bagman, and attempted Magic Pockets but stopped as it was too much work without using the original source. If you publish a PC version of Magic Pockets in 1 week I'd be very happy (I even have designed extra levels). It wouldn't shock me the least. (as maybe you know) I do amiga ports of arcade games, and without A.I. (only with scripting) sometimes I can convert a game in 1 week (using more or less the same method as you but more low-level, with transcoding and MAME-like appoach for graphics), and people are also surprised by the speed. But why spending 3 years re-doing/porting something that already exists? Keep it coming. What I'd love to see is the Bitmap Bros games done. Not sure Mike Montgommery would like it though, as Gods & Chaos Engine ports exist and sell on steam (it's a scam: no extra levels, same exact graphics, except for Gods where you can choose shitty unity crap graphics instead of original). Also Cadaver, but with A.I. enhanced graphics (more colors).

About the shitty graphics, the best part is that with how I handle data means all assets can be replaced with nicer ones. Basically adfs are all read at once and all assets are decoded and "cooked" to SDL digestible forms like in memory file store, so all tiles, sprites are at game init built to modern textures, all quirks like sprites originally made from few separate parts are on the fly cooked to full modern, assembled sprite atlas etc. And there is pak file that is layout wise like a pre-cooked version of adf-based  in memory storefile where all decoding happened offline, currently i cook this pak file with no original assets because of copyright reasons but if I put all assets there, game would work with no ADF bacause it seeks assets in pak and if missing, fallback to adf so if i created like remastered hero.png file with all the frog anim frames and put it in pak file, game would use it and just ignore ADF. Basically game seeks all assets from pak and reads from adf only when pak doesnt have equivalent. The same with music where game can use original player or play OGG files with metadata for where to loop.

that's great news! Note that you're requiring the cracked version of Superfrog ADF to run so copyright reasons... you know :) CD32 files would have been a better choice. Anyway everyone copies them from anywhere now, I wouldn't bother personally.

I know most people will use the copy that is the most available but I just want to be on the safe side so no mentions or links to pirated copies and no game being bundled. If any publisher gave ma a green light I would release adf-less version immediately

I know that in 2005 someone remade an Alien Breed game and Rico Holmes e-mailed him to congratulate him (the subject was even a joking "copyright infringment"). I don't think Team 17 gives a s**t (unlike Mike Montgommery from the former Bitmap Bros)