PCGEE stands for "PC GoldenEye Engine". It's an engine rewrite of GoldenEye / Perfect Dark for N64, using data taken from ROM image.
There's a lot of hurdles to overcome in this but some progress has been made: loading the level data works great.
Some weird quirks about the game. Hit detection is done (I think) using OpenGL picking or similar (!).
To Do list:
- load level data (cleanly)
- load clip data
- put a player in the clip data able to walk the level
- load additional models (guns and ammo etc)
- multiplayer server
- load textures
- load sounds / music