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.

Daymare: 1998

From PCGamingWiki, the wiki about fixing PC games
Daymare: 1998
Daymare: 1998 cover
Developers
Invader Studios
Publishers
Destructive Creations
All in! Games
Engines
Unreal Engine 4[Note 1]
Release dates
Windows September 17, 2019
Reception
Metacritic 62
OpenCritic 57
Taxonomy
Monetization One-time game purchase
Modes Singleplayer
Pacing Real-time
Perspectives Third-person
Controls Direct control
Genres TPS, Survival horror
Themes Horror
Series Daymare
Daymare: 1998 on HowLongToBeat
Daymare: 1998 on IGDB
Daymare: 1998 on MobyGames
Daymare: 1998 on Wikipedia
Daymare
Daymare: 1998 2019
Daymare: 1994 Sandcastle 2023

Daymare: 1998 is a singleplayer third-person TPS and survival horror game in the Daymare series.

General information

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

Availability

Source DRM Notes Keys OS
Gamesplanet logo.svg
Icon overlay.png
Windows
GOG.com
DRM-free
Windows
Steam
Icon overlay.png
Windows
ZOOM Platform
DRM-free
Super Digital Deluxe Edition
Windows
A demo is available from Steam. Progress from the demo carries into the main game.

Game data

Configuration file(s) location

System Location
Windows %LOCALAPPDATA%\Daymare_MASTER\Saved\Config\WindowsNoEditor
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/842100/pfx/[Note 2]

Save game data location

System Location
Windows %LOCALAPPDATA%\Daymare_MASTER\Saved
Steam Play (Linux) <Steam-folder>/steamapps/compatdata/842100/pfx/[Note 2]
1 autosave slot + 4 manual save slots available. Save rooms for manual saves only get unlocked in later chapters.

Save game cloud syncing

System Native Notes
GOG Galaxy
Steam Cloud

Video

Video Settings
Video Settings
Graphics Settings
Graphics Settings

The game engine may allow for manual configuration of the game via its variables. See the Unreal Engine 4 page for more details.

Ultra-widescreen and Multi-monitor

By default, the game does not properly support resolutions wider than 21:9.
Method 1: Hex editing the executable[4]
Always make sure to back up the original .exe file before hex editing.
  1. Go to <path-to-game>\Daymare_MASTER\Binaries\Win64.
  2. Using a hex editor, open Daymare_MASTER-Win64-Shipping.exe.
  3. Using the search function, look for 35 FA 0E 3C. Only replace the last entry in offset 020AD640, as any other breaks the game.
  4. Replace Value with the desired resolution, choose one:
  • 2560x1080 = AA 05 33 3C
  • 3440x1440 = ED D1 33 3C
  • 32:9 = FC CF 65 3C
  • 48:9 = 70 7B 8B 3C
  • 48:10 = 70 7B 8B 3C
Method 2: Modifying configuration file[5]
  1. Navigate to %LOCALAPPDATA%\Daymare_MASTER\Saved\Config\WindowsNoEditor
  2. Open Engine.ini and under the [/Script/Engine.LocalPlayer] section, set AspectRatioAxisConstraint=AspectRatio_MaintainYFOV
  3. Save the file.
This setting gets reset after a cutscene

Alleviate or eliminate shader compilation stutter

Force enable shader preloading[citation needed]
Massively improves framepacing during gameplay and alleviates most stutters caused by shader compilation.
Can exacerbate level loading and section loading stutters, as the CPU is utilized on all cores to 100%. The Shader Cache has to be compiled again once a display driver has been uninstalled or updated due to the display driver´s shader cache being deleted/reset in the update/uninstall process.
  1. Go to %LOCALAPPDATA%\Daymare_MASTER\Saved\Config\WindowsNoEditor
  2. Open Engine.ini.
  3. Add the following text as a new paragraph at the bottom and then save the file.
[/Script/Engine.RendererSettings]
r.CreateShadersOnLoad=1

Input

Keyboard Key Bindings
Keyboard Key Bindings
Controller Key Bindings
Controller Key Bindings
Keyboard Changeable Key Bindings (after update)
Keyboard Changeable Key Bindings (after update)

Keyboard and mouse State Notes
Remapping
Key binding for Mouse and Keyboard added via update. Arrow keys, symbols, and lock/editing keys cannot be bound to commands using the in-game menu. Keys can be manually rebound in input.ini. Menu keys are permanently bound to default WASD-based setup.
Mouse acceleration
Mouse smoothing can't be turned off.
Mouse sensitivity
Mouse input in menus
Mouse Y-axis inversion
Controller
Controller support
Full controller support
[6]
Controller remapping
See the glossary page for potential workarounds.
Controller sensitivity
Controller Y-axis inversion
Controller types
XInput-compatible controllers
Xbox button prompts
Impulse Trigger vibration
PlayStation controllers
[7]
Generic/other controllers
Additional information
Controller hotplugging
Haptic feedback
Vibration can be turned On or Off
Digital movement supported
Simultaneous controller+KB/M

Audio

Audio Settings
Audio Settings

Audio feature State Notes
Separate volume controls
Master, SFX, Music, UI, Voice and Cinematics
Surround sound
5.1 during gameplay and Stereo during cut-scenes
Subtitles
Closed captions
Mute on focus lost
Sound keeps playing
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
Simplified Chinese
Added in Patch 2.0
French
German
Italian
Brazilian Portuguese
Russian
Spanish

Other information

API

Technical specs Supported Notes
Direct3D 11
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Physics PhysX
Audio FMOD

System requirements

Windows
Minimum Recommended
Operating system (OS) 7, 8, 8.1, 10
Processor (CPU) Intel Core i5-4460 2.7 GHz
AMD FX-6300
System memory (RAM) 8 GB
Hard disk drive (HDD) 15 GB
Video card (GPU) Nvidia GeForce GTX 760
AMD Radeon R7 260X
2 GB of VRAM
DirectX 11 compatible
A 64-bit system is required.


Notes

  1. Unreal Engine 4 engine build: 4.20.2.0[1]
  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>/842100/ in addition to or instead of this directory. The app ID (842100) may differ in some cases. Treat backslashes as forward slashes. See the glossary page for details.

References

  1. Verified by User:Mastan on 2023-01-03
  2. 2.0 2.1 Daymare: 1998 - PC Ultra Quality (3440x1440) - last accessed on
  3. HDR Support Confirmation - last accessed on 2019-09-22
  4. Verified by User:AlRayes_BRN on 2019-09-23
    Tested on a 3440x1440 monitor
  5. Verified by User:AlRayes_BRN on 2019-09-23
    Tested on a 3440x1440 monitor
  6. Verified by User:AlRayes BRN on 2019-09-22
    Using Microsoft Xbox One Controller with a USB cable
  7. Verified by User:AlRayes BRN on 2019-09-22
    Using Sony PlayStation DualShock 4 Controller V2 with a USB cable