Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "Pac-Man: Adventures in Time"

From PCGamingWiki, the wiki about fixing PC games
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
{{Infobox game/row/publisher|Hasbro Interactive}}
 
{{Infobox game/row/publisher|Hasbro Interactive}}
 
|engines      =  
 
|engines      =  
 +
{{Infobox game/row/engine|Paradox}}
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|October 31, 2000}}
 
{{Infobox game/row/date|Windows|October 31, 2000}}
Line 24: Line 25:
  
 
'''Key points'''
 
'''Key points'''
{{--}} Can be unstable depending on graphics card and processor.
+
{{--}} May have problems running on modern systems. See [[#Black graphical glitches|Black graphical glitches]].
{{--}} May have problems running on modern operating systems. See [[#Black graphical glitches|"Fixing graphical glitches"]].
 
  
 
==Availability==
 
==Availability==
 
{{Availability|
 
{{Availability|
{{Availability/row| Retail |  | Disc | |  | Windows }}
+
{{Availability/row| Retail |  | Disc | Simple disc check. |  | Windows }}
 
}}
 
}}
  
Line 238: Line 238:
  
 
{{Fixbox|description=Create a new shortcut|ref={{CN|date=July 2017}}|fix=
 
{{Fixbox|description=Create a new shortcut|ref={{CN|date=July 2017}}|fix=
# Go to <code>{{P|game}}</code>.
+
# Go to <code>{{p|game}}</code>.
 
# Right click <code>pac-man.exe</code> and click '''Create a New Shortcut'''.
 
# Right click <code>pac-man.exe</code> and click '''Create a New Shortcut'''.
 
# Right click the new shortcut and select '''Properties''' on the drop down menu.
 
# Right click the new shortcut and select '''Properties''' on the drop down menu.
Line 248: Line 248:
 
===Black graphical glitches===
 
===Black graphical glitches===
 
{{ii}} DirectDraw emulation may be broken on modern operating systems.
 
{{ii}} DirectDraw emulation may be broken on modern operating systems.
{{Fixbox|description=Use a DirectDraw wrapper|ref=<ref>https://github.com/narzoul/DDrawCompat</ref>|fix=
+
{{Fixbox|description=Use a DirectDraw wrapper|fix=
# Download the [https://github.com/narzoul/DDrawCompat/releases DirectDrawCompat] wrapper.
+
# Download the latest version of [[dgVoodoo 2]].
# Extract the contents from the <code>ddraw.zip</code> file into the installation folder.
+
# Copy the DLL files into <code>{{p|game}}</code> (MS\x86\D3DImm.dll, ddraw.dll).
 
}}
 
}}
  

Revision as of 08:51, 15 November 2021

Pac-Man: Adventures in Time
Pac-Man: Adventures in Time cover
Developers
Creative Asylum
Mind's Eye Productions
Publishers
Hasbro Interactive
Engines
Paradox
Release dates
Windows October 31, 2000
Reception
Metacritic 79
Taxonomy
Series Pac-Man
Pac-Man: Adventures in Time on IGDB
Pac-Man: Adventures in Time on MobyGames
Pac-Man: Adventures in Time on Wikipedia
Pac-Man 1983
Ms. Pac-Man (series)
Jr. Pac-Man 1988
Super Pac-Man 1989
Pac-in-Time 1995
Pac-Man: Adventures in Time 2000
Pac-Man All-Stars 2002
Pac-Man World (series)
Pac-Man Pizza Parlor 2010
Pac-Man Championship Edition (series)
Pac-Man and the Ghostly Adventures 2013
Pac-Man Museum 2014
Arcade Game Series: Pac-Man 2016
Pac-Man 256 2016
Pac-Man Party Royale 2019
Pac-Man Museum+ 2022

Key points

May have problems running on modern systems. See Black graphical glitches.

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
Simple disc check.
Windows

Demos

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\options.dat[Note 1]

Save game data location

System Location
Windows <path-to-game>\slot#.dat[Note 1]

Video

Pac-Man: Adventures in Time graphics -setup menu.
Pac-Man: Adventures in Time graphics -setup menu.
Pac-Man: Adventures in Time advanced -setup menu.
Pac-Man: Adventures in Time advanced -setup menu.

Widescreen resolution

Fix aspect ratio
  1. Open pac-man.exe with a hex editor such as HxD.
  2. Press Ctrl+R and set Datatype to Hex-values.
  3. Search for 0000403F and replace all hex-values with:
    • 0000203F for 16:10 screens
    • 9A99193F for 15:9 screens
    • 0000103F for 16:9 screens
    • B66DBD3E for 21:9 screens
  4. Save the file.

Input

Audio

Pac-Man: Adventures in Time sound -setup menu.
Pac-Man: Adventures in Time sound -setup menu.

Audio feature State Notes
Separate volume controls
Surround sound
Labeled as 3D Sound in Sound tab for the setup menu. Make sure to select 5.1 speakers for the best surround quality.
Subtitles
Closed captions
Mute on focus lost
EAX support
EAX 2.

Localizations

Language UI Audio Sub Notes
English
French
German
Italian
US versions only contain an English language option.

Network

Multiplayer types

Type Native Players Notes
Local play
2 Versus
Labeled as Hot Seat in the menu. Dot Mania, Time Bomb, Ghost Tag
LAN play
4 Versus
Labeled as Network in the menu. Can use IPX, TCP/IP, or Serial (2 player only). Use TCP/IP if you're using a standard, modern day Ethernet cable. Dot Mania, Time Bomb, Ghost Tag.
Online play
4 Versus
Labeled as Internet in the menu. Requires host IP. Can use IPX, TCP/IP, or Serial (2 player only). Dot Mania, Time Bomb, Ghost Tag
Asynchronous multiplayer

Connection types

Type Native Notes
Matchmaking
Require host IP address to connect to online gameplay.
Peer-to-peer
Dedicated
Self-hosting
Must use TCP/IP. No wireless play.
Direct IP
Require host IP address to connect to online gameplay.

Issues fixed

Can't access the graphics and sound setup menu

The game, by default, sets up the Start Menu shortcut to go to the setup window as well.
Create a new shortcut[citation needed]
  1. Go to <path-to-game>.
  2. Right click pac-man.exe and click Create a New Shortcut.
  3. Right click the new shortcut and select Properties on the drop down menu.
  4. In the target for the properties, add -setup a the end of the very end of the target.
  5. Click Apply at the bottom of the properties window to save your changes.
Launching the shortcut should now lead you directly to the graphics setup menu.

Black graphical glitches

DirectDraw emulation may be broken on modern operating systems.
Use a DirectDraw wrapper
  1. Download the latest version of dgVoodoo 2.
  2. Copy the DLL files into <path-to-game> (MS\x86\D3DImm.dll, ddraw.dll).

Other information

API

Technical specs Supported Notes
Direct3D 7 Includes both a T&L-compatible mode and a non-T&L mode.
Software renderer
Executable 32-bit 64-bit Notes
Windows

System requirements

Windows
Minimum Recommended
Operating system (OS) 95
Processor (CPU) Intel Pentium II 233 MHz
System memory (RAM) 32 MB
Hard disk drive (HDD) 64 MB
Video card (GPU) 2 MB of VRAM
DirectX 7 compatible


Notes

  1. 1.0 1.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).

References