Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: qlunch on February 14, 2010, 01:38:00 pm

Title: 3d pacman! - Pacifi3d
Post by: qlunch on February 14, 2010, 01:38:00 pm
I stumbled upon this yesterday and haven't heard it mentioned here before...

http://pacifi3d.retrogames.com/ (http://pacifi3d.retrogames.com/)

It replaces the 2d sprites with 3d and allows you to change the perspective. No way to launch fullscreen as far as i could tell...

a little ahk script fixes that though

Code: [Select]
Sleep, 3000
Send {F11}

Then use a bat file

Code: [Select]
Start Pacifi3d.exe
Start Script.exe

Hope it helps
Title: Re: 3d pacman! - Pacifi3d
Post by: Necro on February 14, 2010, 04:45:22 pm
It's been around for awhile (http://forum.arcadecontrols.com/index.php?topic=30312.0 (http://forum.arcadecontrols.com/index.php?topic=30312.0)).  Definitely a neat little twist on a pac-emu. :)