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.

Difference between revisions of "Blair Witch Volume 1: Rustin Parr"

From PCGamingWiki, the wiki about fixing PC games
m (→‎DDrawCompat: typo fix)
 
(32 intermediate revisions by 16 users not shown)
Line 9: Line 9:
 
|release dates=  
 
|release dates=  
 
{{Infobox game/row/date|Windows|October 3, 2000}}
 
{{Infobox game/row/date|Windows|October 3, 2000}}
 +
|taxonomy    =
 +
{{Infobox game/row/taxonomy/monetization      | }}
 +
{{Infobox game/row/taxonomy/microtransactions | }}
 +
{{Infobox game/row/taxonomy/modes            | }}
 +
{{Infobox game/row/taxonomy/pacing            | }}
 +
{{Infobox game/row/taxonomy/perspectives      | }}
 +
{{Infobox game/row/taxonomy/controls          | }}
 +
{{Infobox game/row/taxonomy/genres            | }}
 +
{{Infobox game/row/taxonomy/sports            | }}
 +
{{Infobox game/row/taxonomy/vehicles          | }}
 +
{{Infobox game/row/taxonomy/art styles        | }}
 +
{{Infobox game/row/taxonomy/themes            | }}
 +
{{Infobox game/row/taxonomy/series            | Blair Witch }}
 
|steam appid  =  
 
|steam appid  =  
|gogcom page  =  
+
|gogcom id    =  
 
|strategywiki =  
 
|strategywiki =  
 +
|mobygames    = blair-witch-volume-i-rustin-parr
 
|wikipedia    = Blair Witch Volume 1: Rustin Parr
 
|wikipedia    = Blair Witch Volume 1: Rustin Parr
 
|winehq      =  
 
|winehq      =  
 +
|license      =
 
}}
 
}}
{{Series|Blair Witch}}
 
  
 
'''Key points'''
 
'''Key points'''
{{ii}} Even though it is called ''Blair Witch'' this game is also a sequel to [[Nocturne]], set a year before the events in ''Epilogue''.
+
{{ii}} Even though it is called ''Blair Witch'' this game is a spinoff episode for [[Nocturne]], set a year before the events of the ''Epilogue''.
{{++}} ''Nocturne Editor'' is available for download [http://www.moddb.com/games/nocturne/downloads/nocturne-editor here]. This game uses a newer version of the engine, so not all features work.
+
{{++}} ''Nocturne Editor'' is available for download [https://www.moddb.com/games/nocturne/downloads/nocturne-editor here]. This game uses a newer version of the engine, so not all features work.
  
 
'''General information'''
 
'''General information'''
Line 28: Line 42:
 
{{Availability/row| Retail | | disc | Simple disc check. | | Windows }}
 
{{Availability/row| Retail | | disc | Simple disc check. | | Windows }}
 
}}
 
}}
{{--}} This game is not available digitally.
+
{{ii}} This game is not available digitally.
  
 
==Essential improvements==
 
==Essential improvements==
 +
 +
===DDrawCompat===
 +
{{ii}}[https://github.com/narzoul/DDrawCompat DDrawCompat by narzoul] is essential for the game to render properly in modern systems.
 +
{{++}} Limits the framerate to 60fps both in Hardware and Software mode to prevent issues. Also fixes the Main menu running too fast.
 +
{{++}} Allows for running in high resolutions without shrinking HUD or Menus, similar to Peixoto's Patch and dgvoodoo.
 +
{{++}} Fixes [[#System RAM and swap disk space warning|System RAM and swap disk space warning]] error and crashing on startup.
 +
{{Fixbox|description=Instructions|ref=<ref name="refcheck Arhummk">{{refcheck|user=Arhummk|date=November 10, 2023}}</ref>|fix=
 +
# Get the latest release of DDrawCompat (v0.4.0 or higher) [https://github.com/narzoul/DDrawCompat/releases here].
 +
# Extract its contents; <code>ddraw.dll</code> to the <code>{{P|game}}</code>
 +
# Create a new text file within the same directory named <code>DDrawCompat.ini</code> '''(Case-sensitive)'''.
 +
# Open <code>DDrawCompat.ini</code> and add the following lines:
 +
<pre>
 +
# Limits the framerate to 60fps. 30fps is recommended.
 +
FpsLimiter = msgloop(60)
 +
 +
# Resolution Scaling options. This allows you to increase the resolution without
 +
# shrinking the HUD or Menus. Both of the below lines are necessary for this to work properly
 +
# Select 640x480 in-game first. But not below that as it will reduce the quality of the pre-rendered backgrounds.
 +
# If you wish to play in the native in-game resolutions or Software mode. add a # before the two lines below.
 +
 +
ResolutionScale = display(1)
 +
ResolutionScaleFilter = bilinear
 +
 +
# DEBUG. Only modify and uncomment (remove the # before the line) the below lines if facing issues.
 +
 +
# BltFilter = bilinear
 +
# TextureFilter = app
 +
# CpuAffinity = 1
 +
# WinVersionLie = 98
 +
# FullscreenMode = borderless
 +
# LogLevel = none
 +
# DesktopColorDepth = initial
 +
# DisplayFilter = bilinear(0)
 +
# DisplayRefreshRate = app
 +
# DisplayResolution = desktop
 +
# DpiAwareness = permonitor
 +
</pre>
 +
{{ii}} While this caps the game at 60fps. A 30fps cap is recommended as the main menu and cloth physics are tied to framerate, though the difference is minimal.
 +
}}
  
 
===dgVoodoo 2===
 
===dgVoodoo 2===
Line 48: Line 101:
 
}}
 
}}
  
===Level of detail===
+
===Level of detail mod===
{{ii}} [http://www.moddb.com/games/blair-witch-volume-1-rustin-parr/downloads/blair-witch-1-rustin-parr-lod-modification Blair Witch Volume 1 Rustin Parr - LOD modification] disables LOD switching and makes the game use the highest quality 3D models for all the characters and enemies all the time.
+
{{ii}} [https://www.moddb.com/games/blair-witch-volume-1-rustin-parr/downloads/blair-witch-1-rustin-parr-lod-modification Blair Witch Volume 1 Rustin Parr - LOD modification] disables LOD models switching and makes the game use the highest quality 3D models for all the characters and enemies all the time.
  
 
==Game data==
 
==Game data==
Line 62: Line 115:
 
}}
 
}}
  
==Video settings==
+
==Video==
 
{{Image|Blair Witch Volume 1 Rustin Parr - video settings.png|Graphic options menu.}}
 
{{Image|Blair Witch Volume 1 Rustin Parr - video settings.png|Graphic options menu.}}
{{Video settings
+
{{Video
 
|wsgf link                  =  
 
|wsgf link                  =  
 
|widescreen wsgf award      =  
 
|widescreen wsgf award      =  
Line 71: Line 124:
 
|4k ultra hd wsgf award    =  
 
|4k ultra hd wsgf award    =  
 
|widescreen resolution      = false
 
|widescreen resolution      = false
|widescreen resolution notes= In software mode resolutions up to 640x480 are available, in hardware mode up to 1280x960. Menus remain 640x480. See [[#dgVoodoo 2|dgVoodoo 2]] for higher resolutions. In widescreen resolutions the game is stretched.
+
|widescreen resolution notes= In software mode resolutions up to 640x480 are available, in hardware mode up to 1280x960. Menus remain 640x480. See [[#DDrawCompat | DDrawCompat]] for higher resolutions.
 
|multimonitor              = false
 
|multimonitor              = false
 
|multimonitor notes        =  
 
|multimonitor notes        =  
Line 82: Line 135:
 
|windowed                  = hackable
 
|windowed                  = hackable
 
|windowed notes            = Use [[#dgVoodoo 2|dgVoodoo 2]]. In DirectX tab under ''Behavior'' disable ''Application controlled windows/fullscreen state'' and ''Disable Alt-Enter to toggle screen state'', then in game press {{key|Alt|Enter}}.
 
|windowed notes            = Use [[#dgVoodoo 2|dgVoodoo 2]]. In DirectX tab under ''Behavior'' disable ''Application controlled windows/fullscreen state'' and ''Disable Alt-Enter to toggle screen state'', then in game press {{key|Alt|Enter}}.
|borderless windowed        = false
+
|borderless windowed        = hackable
|borderless windowed notes  =  
+
|borderless windowed notes  = Use [[#DDrawCompat | DDrawCompat]].
 
|anisotropic                = hackable
 
|anisotropic                = hackable
|anisotropic notes          = Force using [[#dgVoodoo 2|dgVoodoo 2]].
+
|anisotropic notes          = Force using [[#DDrawCompat | DDrawCompat]].
 
|antialiasing              = hackable
 
|antialiasing              = hackable
|antialiasing notes        = Use [[#dgVoodoo 2|dgVoodoo 2]] to force MSAA.
+
|antialiasing notes        = Use [[#dgVoodoo 2|dgVoodoo 2]] to force MSAA. Not recommended as it can break graphics.
 +
|upscaling                  = false
 +
|upscaling tech            =
 +
|upscaling notes            =
 
|vsync                      = true
 
|vsync                      = true
 
|vsync notes                = Enabled by default in hardware mode, but only during gameplay. Force using [[#dgVoodoo 2|dgVoodoo 2]] to enable it in the menus too.
 
|vsync notes                = Enabled by default in hardware mode, but only during gameplay. Force using [[#dgVoodoo 2|dgVoodoo 2]] to enable it in the menus too.
 
|60 fps                    = true
 
|60 fps                    = true
|60 fps notes              =  
+
|60 fps notes              = Cloth physics are slightly sped up, as the logic is tied to framerate.
|120 fps                    = true
+
|120 fps                    = limited
|120 fps notes              = Framerate is uncapped only in software mode, but causes clothes physics to speed up.
+
|120 fps notes              = Framerate is uncapped only in software mode, but causes clothes physics to speed up and spaz out.
|hdr                        = unknown
+
|hdr                        = false
 
|hdr notes                  =  
 
|hdr notes                  =  
 
|color blind                = unknown
 
|color blind                = unknown
Line 100: Line 156:
 
}}
 
}}
  
==Input settings==
+
==Input==
 
{{Image|Blair Witch Volume 1 Rustin Parr - control settings.png|Control options menu.}}
 
{{Image|Blair Witch Volume 1 Rustin Parr - control settings.png|Control options menu.}}
 
{{Image|Blair Witch Volume 1 Rustin Parr - control settings 2.png|Key configuration menu.}}
 
{{Image|Blair Witch Volume 1 Rustin Parr - control settings 2.png|Key configuration menu.}}
{{Input settings
+
{{Input
 
|key remap                = true
 
|key remap                = true
 
|key remap notes          =  
 
|key remap notes          =  
Line 144: Line 200:
 
|tracked motion prompts    = unknown
 
|tracked motion prompts    = unknown
 
|tracked motion prompts notes =  
 
|tracked motion prompts notes =  
|other controllers        = unknown
+
|other controllers        = true
 
|other controllers notes  =  
 
|other controllers notes  =  
|other button prompts      = unknown
+
|other button prompts      = false
 
|other button prompts notes=  
 
|other button prompts notes=  
|button prompts            = false
 
|button prompts notes      =
 
 
|controller hotplug        = unknown
 
|controller hotplug        = unknown
 
|controller hotplug notes  =  
 
|controller hotplug notes  =  
Line 158: Line 212:
 
}}
 
}}
  
==Audio settings==
+
==Audio==
 
{{Image|Blair Witch Volume 1 Rustin Parr - audio settings.png|Sound options menu.}}
 
{{Image|Blair Witch Volume 1 Rustin Parr - audio settings.png|Sound options menu.}}
{{Audio settings
+
{{Audio
 
|separate volume          = true
 
|separate volume          = true
 
|separate volume notes    = Sound effects, dialogue and music.
 
|separate volume notes    = Sound effects, dialogue and music.
Line 171: Line 225:
 
|mute on focus lost      = true
 
|mute on focus lost      = true
 
|mute on focus lost notes =  
 
|mute on focus lost notes =  
|eax support              =  
+
|eax support              = true
|eax support notes        =  
+
|eax support notes         = EAX1
 +
|royalty free audio       = unknown
 +
|royalty free audio notes  =
 +
}}
 +
 
 +
{{L10n|content=
 +
{{L10n/switch
 +
|language  = English
 +
|interface = true
 +
|audio    = true
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = German
 +
|interface = true
 +
|audio    = true
 +
|subtitles = true
 +
|notes    =
 +
|fan      =
 +
|ref      =
 +
}}
 +
{{L10n/switch
 +
|language  = Polish
 +
|interface = true
 +
|audio    = false
 +
|subtitles = true
 +
|notes    = Local retail only.
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Brazilian Portuguese
 +
|interface = hackable
 +
|audio    = false
 +
|subtitles = hackable
 +
|notes    = [https://www.4shared.com/rar/HM1V8XrE/Traduo_Blair_Witch_1_-_Pc.html Fan translation.]
 +
|fan      = true
 +
}}
 +
{{L10n/switch
 +
|language  = Russian
 +
|interface = true
 +
|audio    = unknown
 +
|subtitles = true
 +
|notes    = Local retail only.
 +
|fan      =
 +
}}
 +
{{L10n/switch
 +
|language  = Spanish
 +
|interface = hackable
 +
|audio    = false
 +
|subtitles = hackable
 +
|notes    = [https://mega.nz/file/P5cynbrZ#oLicPepO8HVuCotRH-7kDfgx-1HHOjToHRvHKtanbwI Fan translation.]
 +
|fan      = true
 +
}}
 
}}
 
}}
  
Line 179: Line 287:
 
===System RAM and swap disk space warning===
 
===System RAM and swap disk space warning===
 
{{ii}} When launching the game two warning messages are displayed about 0.0MB of system RAM and 0.0MB of free swap disk space. These can be ignored or the game can be run in Windows 98 compatibility mode to avoid these messages from appearing.
 
{{ii}} When launching the game two warning messages are displayed about 0.0MB of system RAM and 0.0MB of free swap disk space. These can be ignored or the game can be run in Windows 98 compatibility mode to avoid these messages from appearing.
 +
 +
{{Fixbox|description=See [[#DDrawCompat | DDrawCompat]]}}
  
 
{{Fixbox|description=Turning on Windows 98 compatibility mode|ref=<ref name="refcheck Antrad"/>|fix=
 
{{Fixbox|description=Turning on Windows 98 compatibility mode|ref=<ref name="refcheck Antrad"/>|fix=
Line 189: Line 299:
 
{{--}} This will disable any enhancements set in [[#dgVoodoo 2|dgVoodoo 2]].
 
{{--}} This will disable any enhancements set in [[#dgVoodoo 2|dgVoodoo 2]].
 
}}
 
}}
 +
 +
===High frame rate issues===
 +
{{ii}} The physics are linked to framerate, so playing at high FPS can cause problems.
 +
 +
{{Fixbox|description=See [[#DDrawCompat | DDrawCompat]]}}
 +
 +
{{Fixbox|description=Limit the Framerate to 60FPS |ref={{cn|date=September 2021}}|fix=
 +
* See [[Glossary:Frame rate (FPS)#Frame rate capping|Frame rate capping]].
 +
}}
 +
 +
{{Fixbox|description=Vsync (Enabled by default)|fix=
 +
# Set the monitor refresh rate to 60 Hz.
 +
}}
 +
 +
===Menu runs too fast===
 +
{{ii}} The animation of the main menu are linked to framerate, so playing at high FPS can cause problems.
 +
{{Fixbox|description=See [[#DDrawCompat | DDrawCompat]]}}
  
 
==Other information==
 
==Other information==
Line 194: Line 321:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      = 6.1, 7
+
|direct3d versions      = 6, 7
 
|direct3d notes        =  
 
|direct3d notes        =  
 
|directdraw versions    =  
 
|directdraw versions    =  
Line 214: Line 341:
 
|shader model versions  =  
 
|shader model versions  =  
 
|shader model notes    =  
 
|shader model notes    =  
|64-bit executable     = false
+
|windows 32-bit exe    = true
|64-bit executable notes=  
+
|windows 64-bit exe    = false
 +
|windows arm app        = unknown
 +
|windows exe notes      =
 +
|macos intel 32-bit app =
 +
|macos intel 64-bit app =
 +
|macos app notes        =
 +
|linux 32-bit executable=  
 +
|linux 64-bit executable=
 +
|linux executable notes =  
 
}}
 
}}
  
Line 221: Line 356:
 
{{System requirements
 
{{System requirements
 
|OSfamily = Windows
 
|OSfamily = Windows
 +
|ref      = <ref>Information taken from the game manual.</ref>
  
 
|minOS    = 98, NT 4.0, 2000
 
|minOS    = 98, NT 4.0, 2000
Line 237: Line 373:
 
|recDX  = 7
 
|recDX  = 7
 
}}
 
}}
{{ii}} Information taken from the game manual.
 
  
 
{{References}}
 
{{References}}

Latest revision as of 22:15, 11 March 2024

Blair Witch Volume 1: Rustin Parr
Blair Witch Volume 1: Rustin Parr cover
Developers
Terminal Reality
Publishers
Gathering of Developers
Engines
Nocturne
Release dates
Windows October 3, 2000
Taxonomy
Series Blair Witch
Blair Witch Volume 1: Rustin Parr on MobyGames
Blair Witch Volume 1: Rustin Parr on Wikipedia
Blair Witch
Blair Witch Volume 1: Rustin Parr 2000
Blair Witch Volume 2: The Legend of Coffin Rock 2000
Blair Witch Volume 3: The Elly Kedward Tale 2000
Blair Witch 2019

Key points

Even though it is called Blair Witch this game is a spinoff episode for Nocturne, set a year before the events of the Epilogue.
Nocturne Editor is available for download here. This game uses a newer version of the engine, so not all features work.

General information

MobyGames page

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
Simple disc check.
Windows
This game is not available digitally.

Essential improvements

DDrawCompat

DDrawCompat by narzoul is essential for the game to render properly in modern systems.
Limits the framerate to 60fps both in Hardware and Software mode to prevent issues. Also fixes the Main menu running too fast.
Allows for running in high resolutions without shrinking HUD or Menus, similar to Peixoto's Patch and dgvoodoo.
Fixes System RAM and swap disk space warning error and crashing on startup.
Instructions[1]
  1. Get the latest release of DDrawCompat (v0.4.0 or higher) here.
  2. Extract its contents; ddraw.dll to the <path-to-game>
  3. Create a new text file within the same directory named DDrawCompat.ini (Case-sensitive).
  4. Open DDrawCompat.ini and add the following lines:
# Limits the framerate to 60fps. 30fps is recommended.
FpsLimiter = msgloop(60)

# Resolution Scaling options. This allows you to increase the resolution without
# shrinking the HUD or Menus. Both of the below lines are necessary for this to work properly
# Select 640x480 in-game first. But not below that as it will reduce the quality of the pre-rendered backgrounds.
# If you wish to play in the native in-game resolutions or Software mode. add a # before the two lines below.

ResolutionScale = display(1)
ResolutionScaleFilter = bilinear

# DEBUG. Only modify and uncomment (remove the # before the line) the below lines if facing issues.

# BltFilter = bilinear
# TextureFilter = app
# CpuAffinity = 1
# WinVersionLie = 98
# FullscreenMode = borderless
# LogLevel = none
# DesktopColorDepth = initial
# DisplayFilter = bilinear(0)
# DisplayRefreshRate = app
# DisplayResolution = desktop
# DpiAwareness = permonitor
While this caps the game at 60fps. A 30fps cap is recommended as the main menu and cloth physics are tied to framerate, though the difference is minimal.

dgVoodoo 2

Can be used to force higher resolutions, anti-aliasing and anisotropic filtering.
Bilinear blit stretch makes the pre-rendered backgrounds less pixelated on higher resolutions.
Instructions[2]
  1. Download the latest version of dgVoodoo 2 and unpack it (verified working on version 2.54).
  2. Copy all the files from the MS folder to the game installation folder.
  3. Run dgVoodooCpl.exe and configure the settings to you liking.
  • Game uses DirectX in hardware mode, so the above mentioned improvements should be activated in the DirectX tab.
Increasing HUD and subtitle size using dgVoodoo 2[2]
  1. Run dgVoodooCpl.exe and in DirectX tab select your desired resolution.
  2. In the game graphic options menu select a resolution that is lower than the one set in dgVoodoo 2. The lower the resolution selected in game, the bigger the HUD and subtitles will be rendered on screen. Don't select a resolution lower than 640x480, because that will reduce the quality of the pre-rendered backgrounds.

Level of detail mod

Blair Witch Volume 1 Rustin Parr - LOD modification disables LOD models switching and makes the game use the highest quality 3D models for all the characters and enemies all the time.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\SYSTEM\[Note 1]

Save game data location

System Location
Windows <path-to-game>\save\[Note 1]

Video

Graphic options menu.
Graphic options menu.

Graphics feature State Notes
Widescreen resolution
In software mode resolutions up to 640x480 are available, in hardware mode up to 1280x960. Menus remain 640x480. See DDrawCompat for higher resolutions.
Multi-monitor
Ultra-widescreen
4K Ultra HD
Field of view (FOV)
Windowed
Use dgVoodoo 2. In DirectX tab under Behavior disable Application controlled windows/fullscreen state and Disable Alt-Enter to toggle screen state, then in game press Alt+ Enter.
Borderless fullscreen windowed
Use DDrawCompat.
Anisotropic filtering (AF)
Force using DDrawCompat.
Anti-aliasing (AA)
Use dgVoodoo 2 to force MSAA. Not recommended as it can break graphics.
High-fidelity upscaling
See the glossary page for potential workarounds.
Vertical sync (Vsync)
Enabled by default in hardware mode, but only during gameplay. Force using dgVoodoo 2 to enable it in the menus too.
60 FPS
Cloth physics are slightly sped up, as the logic is tied to framerate.
120+ FPS
Framerate is uncapped only in software mode, but causes clothes physics to speed up and spaz out.
High dynamic range display (HDR)

Input

Control options menu.
Control options menu.
Key configuration menu.
Key configuration menu.

Audio

Sound options menu.
Sound options menu.

Audio feature State Notes
Separate volume controls
Sound effects, dialogue and music.
Surround sound
Subtitles
Closed captions
Mute on focus lost
EAX support
EAX1
Royalty free audio

Localizations

Language UI Audio Sub Notes
English
German
Polish
Local retail only.
Brazilian Portuguese
Fan translation.
Russian
Local retail only.
Spanish
Fan translation.

Issues fixed

System RAM and swap disk space warning

When launching the game two warning messages are displayed about 0.0MB of system RAM and 0.0MB of free swap disk space. These can be ignored or the game can be run in Windows 98 compatibility mode to avoid these messages from appearing.
See DDrawCompat
Turning on Windows 98 compatibility mode[2]
  1. Right click the game shortcut or nocturne.exe.
  2. Click Properties, then open the Compatibility tab.
  3. Under Compatibility mode check Run this program in compatibility mode for and select Windows 98/Windows ME.
  4. Click Apply and OK.

Notes

This will disable any enhancements set in dgVoodoo 2.

High frame rate issues

The physics are linked to framerate, so playing at high FPS can cause problems.
See DDrawCompat
Limit the Framerate to 60FPS[citation needed]
Vsync (Enabled by default)
  1. Set the monitor refresh rate to 60 Hz.

Menu runs too fast

The animation of the main menu are linked to framerate, so playing at high FPS can cause problems.
See DDrawCompat

Other information

API

Technical specs Supported Notes
Direct3D 6, 7
Software renderer
Executable 32-bit 64-bit Notes
Windows

System requirements

Windows[3]
Minimum Recommended
Operating system (OS) 98, NT 4.0, 2000
Processor (CPU) Intel Pentium 2, Celeron (233 MHz)
System memory (RAM) 64 MB (96 MB for hardware acceleration)
Hard disk drive (HDD) 850 MB
Video card (GPU) Matrox G200/G400, ATI Rage 128, or TnT/TnT2
DirectX 6.1 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

  1. Verified by User:Arhummk on November 10, 2023
  2. 2.0 2.1 2.2 Verified by User:Antrad on January 30, 2018
  3. Information taken from the game manual.