*Monsters attacking with other tags than projectiles, such as a monster who attacks by spawning (shooting) other monsters.
*Higher resolution colour maps.
*Poison attack types, that continues to drain a set amount of vitality for a set amount of time.
*Bleeding, same as above, but blood seeps from the target at same rate.
These are just a few.
Cubic Circle
Ideas - for engine improvements
-
- Posts: 21
- Joined: Fri Oct 29, 2004 5:34 am
- Location: Göteborg
- Contact:
- William Wallet
- Posts: 1494
- Joined: Tue Mar 30, 2004 9:40 am
- Location: Perth Australia
- Contact:
High resolution color maps were considered more than once. There are a lot of reasons why this was never touched, but a big one is that the 8-bit colormaps already make for gigantic file sizes, which makes for long downloads and slow loading times before games start (this has been partially helped by some new code Myrd worked out), but 16 or 24 bit colormaps would just make that issue far worse.
High resolution color maps would really require a totally different file type than the current .bmp and .pict formats in order to resolve the size issue. But, that kind of change would mean significantly altering the graphics engine.
Then there's the issue of the other graphics in the game. It wouldn't look very cool if you had 8-bit trees sitting on a 16-bit terrain, not to mention 8-bit monsters. Sure, it'd be possible to upgrade ALL of the graphics in the game, but by the time you finished, you'd be half-way to Myth III territory, and then you may as well just go 3D for everything.
So, while it sounds like it'd be an awesome change, I don't think it'll happen. Sorry.
High resolution color maps would really require a totally different file type than the current .bmp and .pict formats in order to resolve the size issue. But, that kind of change would mean significantly altering the graphics engine.
Then there's the issue of the other graphics in the game. It wouldn't look very cool if you had 8-bit trees sitting on a 16-bit terrain, not to mention 8-bit monsters. Sure, it'd be possible to upgrade ALL of the graphics in the game, but by the time you finished, you'd be half-way to Myth III territory, and then you may as well just go 3D for everything.
So, while it sounds like it'd be an awesome change, I don't think it'll happen. Sorry.
Mauglir
- iron
- Site Admin
- Posts: 2006
- Joined: Thu Feb 26, 2004 1:21 am
- Location: diving out of the Sun at 10 o'clock high!
- Contact:
its not so much the original image depth that counts here. If you're using any kind of hardware renderer, the 8 bit sprites and mesh textures are already converted to 16 bit and sized/blended by the graphics card.
The thing that makes colormaps look a bit vague is the number of pixels per mesh cell, which is fixed at (from memory) 16. If we doubled that to 32 you'd get tons more detail, however colormaps would need to be 4 times as large. There'd be a considerable slowdown in rendering, with such a huge increase in graphics being sent to the video card.
The only real way of getting better rendering appearance would be to use a wholly new engine that has detail layers ala Myth III, or even that uses textures for everything rather than a complete painted colormap like all the Myths do. By now we're talking about a new game, as there's no way in the world you could bring something like that into Myth and still keep the old rendering methods for all the existing maps.
The thing that makes colormaps look a bit vague is the number of pixels per mesh cell, which is fixed at (from memory) 16. If we doubled that to 32 you'd get tons more detail, however colormaps would need to be 4 times as large. There'd be a considerable slowdown in rendering, with such a huge increase in graphics being sent to the video card.
The only real way of getting better rendering appearance would be to use a wholly new engine that has detail layers ala Myth III, or even that uses textures for everything rather than a complete painted colormap like all the Myths do. By now we're talking about a new game, as there's no way in the world you could bring something like that into Myth and still keep the old rendering methods for all the existing maps.
-
- Posts: 1014
- Joined: Mon May 03, 2004 5:30 am
- Location: Devon, England
- Contact:
I'd like a higher resolution allowance in the menus. Currently, every time I start a game my resolution changes. It also means if I'm multi-tasking, I can't look at other stuff e.g. webpages outside of a 640x480 resolution. In a game, this is a lot higher.
http://theramblingelf.tumblr.com/ - my blog
- William Wallet
- Posts: 1494
- Joined: Tue Mar 30, 2004 9:40 am
- Location: Perth Australia
- Contact:
-
- Posts: 1014
- Joined: Mon May 03, 2004 5:30 am
- Location: Devon, England
- Contact:
I'd like it so that in Myth III the units don't vanish when you zoom out if there is a lot on screen. I thought I lost a fight but suddenly 18 stygs appeared...
http://theramblingelf.tumblr.com/ - my blog
Does anyone playing Myth II still have a computer from that era? That is, 1996-1999? Mine is from the end of '99, but it's holding up quite well (400 MHz G3 iMac DVse - the first graphite one!).
As far as 16 and 24 bit, how about TIFF? PNG?
With OpenGL I'd think there'd be a way to have higher res 8-bit maps and not take a huge performance cut. Am I wrong? Too much work for something no one is getting payed for? : )
As far as 16 and 24 bit, how about TIFF? PNG?
With OpenGL I'd think there'd be a way to have higher res 8-bit maps and not take a huge performance cut. Am I wrong? Too much work for something no one is getting payed for? : )
Waagh!