The EGA version is the original version of the game, and is gorgeous. Most people don't realize that by playing the more colorful VGA version, they're experiencing an inferior redrawn remake.
Well, I think I prefer the slightly less...uncanny character portraits in the EGA version. The rest of the game seems a bit of a wash; some of the backgrounds are a little more striking in EGA, some look much more refined in VGA. And the sprites look much better and more colourful in VGA. I don't think it suffered as much moving to 256 colours as Loom did (what that original thread was about).
And we should also remember that looking at it unfiltered on a modern display isn't really giving a great sense of the warm glow either version would've had on a CRT; neither of them really looked the way that video suggests, so it might be a bit misleading.
> I think I prefer the slightly less...uncanny character portraits in the EGA version.
I'd personally say the EGA portraits look far more uncanny, resembling early CGI, while the VGA version looks like a hand-drawn book illustration. https://youtu.be/86O3PxdLrg8?t=181 Still, opinions can differ.
> looking at it unfiltered on a modern display isn't really giving a great sense of the warm glow either version would've had on a CRT
I must be in the minority, but I really prefer the EGA versions of many of those games. Probably nostalgia.
Even less defensible, I've come to appreciate the (awful to me at the time) CGA 4-color palette. You know, the games that were either cyan-magenta-white-black or red-yellow-green-black? I hated it at the time, but now I look back on that time with my rose-tinted (or should I say, magenta-tinted?) glasses firmly on.
I even bought the fake retroremake Eternal Castle, which is a loving homage to that era.
Looks good, I had a C128 but played The Secret of Monkey Island around its release but didn't know there was an EGA version. It looks like the two were released apart by just a few months.
Definitely in this era the C64 hardware held up better for longer than expected. I didn't feel the x86 side caught up and surpassed the C64 as an entire package in both graphics and sound until the 486 era. A platform that was truly cursed on the gaming side for a long time due to its primary market focus being business use. And here I am using a 9850X3D with 5070 GPU, distant descendents of our old 286 hardware that I would play Monkey Island on.
A very wise move! With the current state of AI, the loss and cost of RAM, with GPUs and CPUs being eaten up, we'll all need to move back to C64s soon.
Really, and I mean this honestly, I had immense fun on my C64 using BBSes, playing games. It wouldn't be the worst fate, if everyone moved back to BBSes + games like this on the C64.
I don’t get your concern. Could you please be a bit more specific?
The artist and its partner are two high profile guys from the demo scene. They know what they are doing and the game logic ain’t that complicated since point and click is deterministic and finite. This ain’t no open world game.
The challenges evolve around the graphics. Interlaced multi screen multi color pixel art is the bottleneck here. IRQ loaders are bound to available cycle time so there won’t be any usage of FLI.
Since no ascii graphics compression is possible the designers need to consider the amount of branches you can take to several local views when walking around the huge map. Too many graphic details will amount to huge loading times - a problem the later Monkey Island games back then already faced.
Since the C64 graphics modes are not dynamic you can predetermine them by a simple formula: more beauty amounts to more memory usage alias overall loading times.
Using not the full screen is a slight advantage here.
I believe the guys will come up with a great game. It won’t be fast paced this is for sure but it won’t be a beauty killed by its loading times like it is 1987 either.
Modern flash carts like EasyFlash and clones allow for absolutely cavernous cartridge images. As good examples, see the C64 ports of Prince of Persia and Eye of the Beholder, which run entirely from massive cartridge ROMs.
Based on reviews, it was a bad conversion
More: https://news.ycombinator.com/item?id=26446738
Personally I think the VGA version often looks better at least post-intro, but opinions may differ.
And we should also remember that looking at it unfiltered on a modern display isn't really giving a great sense of the warm glow either version would've had on a CRT; neither of them really looked the way that video suggests, so it might be a bit misleading.
I'd personally say the EGA portraits look far more uncanny, resembling early CGI, while the VGA version looks like a hand-drawn book illustration. https://youtu.be/86O3PxdLrg8?t=181 Still, opinions can differ.
> looking at it unfiltered on a modern display isn't really giving a great sense of the warm glow either version would've had on a CRT
That may be true, yes.
It's interesting how the VGA version manages to be way less nuanced, plus it destroys that beautiful "blue" look of the night scenes.
Even less defensible, I've come to appreciate the (awful to me at the time) CGA 4-color palette. You know, the games that were either cyan-magenta-white-black or red-yellow-green-black? I hated it at the time, but now I look back on that time with my rose-tinted (or should I say, magenta-tinted?) glasses firmly on.
I even bought the fake retroremake Eternal Castle, which is a loving homage to that era.
Definitely in this era the C64 hardware held up better for longer than expected. I didn't feel the x86 side caught up and surpassed the C64 as an entire package in both graphics and sound until the 486 era. A platform that was truly cursed on the gaming side for a long time due to its primary market focus being business use. And here I am using a 9850X3D with 5070 GPU, distant descendents of our old 286 hardware that I would play Monkey Island on.
https://deepsid.chordian.net/?file=/DEMOS/S-Z/Secret_of_Monk...
Really, and I mean this honestly, I had immense fun on my C64 using BBSes, playing games. It wouldn't be the worst fate, if everyone moved back to BBSes + games like this on the C64.
A neat project.
I wonder how many floppies it will be.
The artist and its partner are two high profile guys from the demo scene. They know what they are doing and the game logic ain’t that complicated since point and click is deterministic and finite. This ain’t no open world game.
The challenges evolve around the graphics. Interlaced multi screen multi color pixel art is the bottleneck here. IRQ loaders are bound to available cycle time so there won’t be any usage of FLI.
Since no ascii graphics compression is possible the designers need to consider the amount of branches you can take to several local views when walking around the huge map. Too many graphic details will amount to huge loading times - a problem the later Monkey Island games back then already faced.
Since the C64 graphics modes are not dynamic you can predetermine them by a simple formula: more beauty amounts to more memory usage alias overall loading times.
Using not the full screen is a slight advantage here.
I believe the guys will come up with a great game. It won’t be fast paced this is for sure but it won’t be a beauty killed by its loading times like it is 1987 either.