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

Difference between revisions of "The Wheel of Time"

From PCGamingWiki, the wiki about fixing PC games
(Moved nGlide brightness fix to Essential Improvements and stated that it is recommended to use. Changed "playable without wrappers" keypoint to thumbs down and stated that it causes flickering. Stated turning off multitexture only works in Direct3D)
(Added Unreal DirectX11 Renderer)
Line 70: Line 70:
 
# Search for {{code|\Music}} and do the same as step 5 except keep {{code|*.mp3}} at the end.
 
# Search for {{code|\Music}} and do the same as step 5 except keep {{code|*.mp3}} at the end.
 
}}  
 
}}  
 +
====[https://www.moddb.com/mods/unreal-directx11-renderer-for-ut-ug-rune-and-dx Unreal Engine DirectX 11 Renderer]====
 +
{{ii}} A fork of [http://kentie.net/article/d3d10drv/ Kentie's Direct3D 10 renderer] that adds more graphical features.
 +
{{++}} Run games at HD resolution.
 +
{{++}} Improved lighting.
 +
{{++}} Adds ambient occlusion, screen space reflections and higher quality HDR post-processing.
 +
{{--}} Places a temporary watermark in the bottom right, and copies the developers PayPal link to your clipboard. Follow these instructions to disable the watermark and remove the PayPal link from being inserted into your clipboard.
 +
{{Fixbox|description=Disable DirectX 11 renderer's PayPal watermark and disable the link from being inserted.|fix=
 +
'''Removing watermark:''' Set {{code|SupportMETextEnabled}} to {{code|False}} through '''Advanced Options''' → '''Rendering''' → '''Direct3D 11 support'''. If the render crashes while attempting to access the Advanced Options, modify this value manually through the game's {{file|<game>.ini}} with a text editor (see [[#Configuration file(s) location|configuration file(s) location]]).
  
 +
'''Preventing the renderer from inserting the developer's PayPal link into your clipboard:'''
 +
# Download a hex editor such as [https://mh-nexus.de/en/hxd/ HxD], install it, launch HxD and open {{file|d3d11drv.dll}} in HxD.
 +
# Search for this hex value:
 +
#* {{code|77 77 77 2E 70 61 79 70 61 6C 2E 6D 65 2F 64 61 72 6B 6E 6F 76 69 73 6D 63}}
 +
# Replace the value with this:
 +
#* {{code|00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00}}
 +
# Save the changes. The renderer will now only clear your clipboard instead.
 +
}}
 
==Game data==
 
==Game data==
 
===Configuration file(s) location===
 
===Configuration file(s) location===
Line 298: Line 314:
 
===API===
 
===API===
 
{{API
 
{{API
|direct3d versions      = 7
+
|direct3d versions      = 7 ,11
|direct3d notes        =  
+
|direct3d notes        = Direct3D 11 support using the Unreal DirectX11 Renderer.
 
|directdraw versions    =  
 
|directdraw versions    =  
 
|directdraw notes      =  
 
|directdraw notes      =  

Revision as of 13:17, 31 December 2020

This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.
The Wheel of Time
The Wheel of Time cover
Developers
Legend Entertainment
Publishers
GT Interactive
Engines
Unreal Engine 1
Release dates
Windows October 31, 1999
Taxonomy
Microtransactions None
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives First-person
Controls Direct control
Genres Action, FPS
Themes Fantasy
The Wheel of Time on MobyGames
The Wheel of Time on Wikipedia

Warnings

GameSpy online services have been shut down (see Network for solutions).

Key points

Although game is playable without wrappers like DgVoodoo2 (through Direct3D), this will cause some graphics to flicker and see through clothing (See use nGlide to fix).
Very small but active community.
Modification of the engine's advanced options in D3D rendering mode can cause the game to crash. (See this workaround for an alternative method to change them).
Might need UnSafeDisc.

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
SafeDisc DRM[Note 1].[3]
Windows
SafeDisc retail DRM does not work on Windows Vista and later (see above for affected versions).
The game is not available digitally.

Essential improvements

Patches

The latest patch (v333b) for the German, US, and International releases is available here.

Use nGlide

Use nGlide[citation needed]
Recommended as this will eliminate the flickering issue and allow the brightness to be adjusted.
Resolution settings are more restricted with this.
  1. Install nGlide.
  2. Create a shortcut of WoT.exe located in <path-to-game>\System.
  3. Right click on the shortcut and click properties.
  4. In the Target section at the end, add a space and add -changevideo.
  5. Click Apply and OK, and launch the game with the shortcut.
  6. In the configuration window that pops up, select 3dfx Glide for Windows.
  7. Press next a couple of times, then click run.

Missing Media Files In The Game's Directory

Move Media Files from Disc to Hard Drive.[citation needed]
Not all the files get moved from the disc, even after a full installation.
This does not bypass DRM, disc will still be needed for the check.
  1. Insert Disc 2.
  2. Copy the Music and Movies Folders.
  3. Navigate to <path-to-game> and paste the folders there.
  4. Navigate to <path-to-game>\System and open WoT.ini with a text editor.
  5. Search for MoviePath and replace the drive letter with .. (two dots) (i.e, Instead of G:\Movies, it should be ..\Movies
  6. Search for \Music and do the same as step 5 except keep *.mp3 at the end.

Unreal Engine DirectX 11 Renderer

A fork of Kentie's Direct3D 10 renderer that adds more graphical features.
Run games at HD resolution.
Improved lighting.
Adds ambient occlusion, screen space reflections and higher quality HDR post-processing.
Places a temporary watermark in the bottom right, and copies the developers PayPal link to your clipboard. Follow these instructions to disable the watermark and remove the PayPal link from being inserted into your clipboard.
Disable DirectX 11 renderer's PayPal watermark and disable the link from being inserted.

Removing watermark: Set SupportMETextEnabled to False through Advanced OptionsRenderingDirect3D 11 support. If the render crashes while attempting to access the Advanced Options, modify this value manually through the game's <game>.ini with a text editor (see configuration file(s) location).

Preventing the renderer from inserting the developer's PayPal link into your clipboard:

  1. Download a hex editor such as HxD, install it, launch HxD and open d3d11drv.dll in HxD.
  2. Search for this hex value:
    • 77 77 77 2E 70 61 79 70 61 6C 2E 6D 65 2F 64 61 72 6B 6E 6F 76 69 73 6D 63
  3. Replace the value with this:
    • 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
  4. Save the changes. The renderer will now only clear your clipboard instead.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\System\WoT.ini[Note 2]

Save game data location

System Location
Windows <path-to-game>\Save[Note 2]

Video settings

Template:Video settings

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Localizations

Language UI Audio Sub Notes
English
German
Spanish

Network

Multiplayer types

Type Native Notes
LAN play
Versus
Online play
Versus
GameSpy services have been shut down;[4] see GameSpy for workarounds.

Issues fixed

Technical Issues

Run the game in 3DFX mode after installing nGlide if D3D mode is giving error messages.

Cutscene Fix

Without this fix cutscenes do not play, or play but stutter to the point of where they are unwatchable.
Cutscene Fix[5]
  1. Patch the game to the latest version.
  2. Download this DDraw Wrapper
  3. Put it in <path-to-game>\System

Crash After Changing Advanced Settings

All those settings can also be accessed by opening <path-to-game>\system\WoT.ini with a text editor.

Brightness Can't Be Adjusted/Game Is Too Dark

Turn off Multitexture[citation needed]
Only if the game is running under Direct3D.
This does not make the brightness slider useable, but makes the game brighter.
  1. Open settings and go to Advanced options -> Rendering -> Direct3D Support.
  2. Change UseMultitexture to false.

Unable To Move After Starting The Game

Run in Windows 7 Compatibility[citation needed]
  1. Go to <path-to-game>\System.
  2. Right click on WoT.exe.
  3. Click on compatibility tab.
  4. Check Run this progam in compatibility mode and select Windows 7 from the drop down menu.
  5. Press Apply and start the game.

Other information

API

Technical specs Supported Notes
Direct3D 7, 11 Direct3D 11 support using the Unreal DirectX11 Renderer.
Software renderer
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Cutscenes QuickTime
Multiplayer GameSpy

System requirements

Windows
Minimum Recommended
Operating system (OS) 95
Processor (CPU) Intel Pentium 200 MHz
System memory (RAM) 32 MB
Hard disk drive (HDD) 500 MB
Video card (GPU) Standard PCi Video Card

Notes

  1. SafeDisc retail DRM does not work on Windows 10[1] or Windows 11 and is disabled by default on Windows Vista, Windows 7, Windows 8, and Windows 8.1 when the KB3086255 update is installed.[2]
  2. 2.0 2.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