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


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Killing Time

From PCGamingWiki, the wiki about fixing PC games
Revision as of 13:49, 20 February 2020 by Baronsmoki (talk | contribs) (Added MobyGames)
This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.
Killing Time
Killing Time cover
Developers
3DO
Windows Intrepid Software
Mac OS (Classic) Logicware
Release dates
Windows October 31, 1996
Mac OS (Classic) December 1997
macOS (OS X) March 18, 2003
Killing Time on MobyGames
Killing Time on Wikipedia

Warnings

The Mac OS X version of this game does not work on Mac OS X Lion (version 10.7) or later due to the removal of support for PowerPC apps.

Key points

All official solutions for running the game on modern systems involve disabling explorer.exe while the game is running. As a result, it may not be possible to recover to desktop if the game crashes, forcing a system restart.

General information

GOG.com Community Discussions
GOG.com Support Page
Steam Community Discussions

Availability

Source DRM Notes Keys OS
Retail
DRM details are not known
Windows
Mac OS
Publisher website
DRM-free
Original digital distribution release by Zoom Platform
Windows
All three digital distribution versions of Killing Time use a slightly different method to run the game on modern systems. The Steam version is known to have glitched colors and graphics on some systems due to an issue with desktop color depth.

Essential Improvements

Unofficial 2.1 Patch

Included in the GOG version.

This patch provides the following changes:

  • No need to kill explorer.exe to play the game.
  • Fixes video playback from Windows XP to Windows 10
  • Much cleaner intro and ending cutscenes, along with stuttering/crackling issues
  • Optional CD installation
  • Code fixes to prevent the game from crashing

Despite mentioning that you need the CD of the game to apply it, it can be used without it.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>/KillTime.cfg[Note 1]
Mac OS (Classic)
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/493320/pfx/[Note 2]

Save game data location

System Location
Windows <path-to-game>/Savegame.*[Note 1]
Mac OS (Classic)
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/493320/pfx/[Note 2]
6 save slots available.

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video settings

Template:Video settings

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English

Issues fixed

Glitched colors on Steam version

The Steam version uses a flawed solution to run the game on modern systems. This results in glitched colors on some systems due to a desktop color depth bug.
Launch the game with a custom batch file[1]
  1. Go to the installation folder.
  2. Create a new Windows batch file (extension .bat) and insert the following:
@ECHO OFF
cd /d %~dp0

:start
taskkill /f /im "Explorer.exe"

:killingtime
tasklist /fi "imagename eq Explorer.exe" |find ":" > nul
if errorlevel 1 (
goto start
)
KILLTIME.EXE
goto rerunexplorer

:rerunexplorer
start explorer.exe
tasklist /fi "imagename eq explorer.exe" |find ":" > nul
if errorlevel 1 (
goto end
)
goto rerunexplorer

:end

Notes

It is recommended to create the batch file using Wordpad instead of Notepad, as Notepad may not save the line spacing correctly.

Killtime.exe has stopped working

Fix Data Execution Prevention setting[2]

Ensure Data Execution Prevention (DEP) is set to the default (Windows programs and services only).

Disable FRAPS

FRAPS may cause the intro FMV to be blank and cause the game to crash when attempting to load the main menu.

Other information

API

ExecutablePPC16-bit 32-bit 64-bit Notes
Windows
macOS (OS X)
Mac OS (Classic)

System requirements

Windows
Minimum Recommended
Operating system (OS) 95
Processor (CPU)
System memory (RAM) 12 MB
Hard disk drive (HDD) 30 MB

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).
  2. 2.0 2.1 File/folder structure within this directory reflects the path(s) listed for Windows and/or Steam game data (use Wine regedit to access Windows registry paths). Games with Steam Cloud support may store data in ~/.steam/steam/userdata/<user-id>/493320/ in addition to or instead of this directory. The app ID (493320) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References