> Does anyone know if Micropose will patch GP2 to take advantage of the
> superior graphics offered by the 3DFX voodoo and Rendition Verite
> chipsets?
> Even if it were only a frame rate patch and not a total overhaul of
> graphics, I am sure a lot of gamers would appreciate it.
> Regards
> Daniel Tsui.
I would think you would need more than a 'patch' to export the games to
a 3D-card... Remember; the CPU accesses a 3D graphics card totally
different from a ordinary card. This means ALL the routines in the
program that use the graphics adapter must be rewritten. In addition,
you would probably rewrite close to 90 percent of the original program
(the exe file that is) because a 3D graphics card can process graphics
as well as just passively draw them, and this would mean that you would
use the CPU very different (the bigger portion of a program like this
make the 3D calculations, which should be done on the 3D card...), so
the entire structure of the program must be altered as well. The
graphics data files can be used unaltered, though...
The fight for high frame rate is the differnence between success and
failure, and it is certainly not as simple as just writing a 'frame rate
patch'...