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 08:43, 9 September 2018 by Garrbot (talk | contribs) (→‎top: updated template usage)
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
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 details are not known
Original digital distribution release by Zoom Platform
Windows
GOG.com
DRM-free
Windows
Steam
Icon overlay.png
Steam version is known to have glitched colors on some systems.[1]
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.

Game data

Configuration file(s) location

System Location
Windows
Mac OS (Classic)
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/493320/pfx/[Note 1]

Save game data location

System Location
Windows
Mac OS (Classic)
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/493320/pfx/[Note 1]

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[2]
  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[3]

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

Other information

API

ExecutablePPC16-bit 32-bit 64-bit Notes
Windows
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 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