Windows Game/Tools Bug Fixes

A forum for solving problems that might be encountered during installation, updating, or in game.
Post Reply
KYRIC
Posts: 28
Joined: Mon May 05, 2014 9:17 pm

Windows Game/Tools Bug Fixes

Post by KYRIC »

Will add more as I find them...

=================================================
:!: ANNOUNCER VOICE LAG:
=================================================
- Switch to OpenAL from Directsound by clicking the tiny up arrow button in your game's settings.

Thread: http://tain.totalcodex.net/forum/viewto ... f=3&t=7047

=================================================
:!: LOATHING PANELS MISSING/NOT RESPONDING:
=================================================
- The panels are offscreen

- Download the .reg attachment below, then unzip and double click it. [Good habit: always open a .reg in Wordpad to verify it doesn't contain anything malicious and create a back-up of your registry first (very easy to do)].
- Alternatively, copy and paste the below into Wordpad and 'Save As' a "LoathingWindowFix.reg" script to double click and run.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Bungie\WinLoathing\Window Positions]
"screenWindowX"=dword:00000017
"screenWindowY"=dword:00000024
"screenWindowWidth"=dword:00000280
"screenWindowHeight"=dword:000001e0
"screenWindowMaximized"=dword:00000000
"overheadWindowX"=dword:0000002c
"overheadWindowY"=dword:0000020e
"toolsWindowX"=dword:00000368
"toolsWindowY"=dword:0000001d
"mapActionsWindowX"=dword:000000f0
"mapActionsWindowY"=dword:0000001f
"mapActionsWindowWidth"=dword:00000201
"mapActionsWindowHeight"=dword:0000029b
"mapActionsWindowMaximized"=dword:00000000
"sceneryWindowX"=dword:0000005a
"sceneryWindowY"=dword:000000bf
"terrainWindowX"=dword:0000004b
"terrainWindowY"=dword:00000126
Thread: http://tain.totalcodex.net/forum/viewto ... f=3&t=7047
Attachments
LoathingWindowFix.zip
(406 Bytes) Downloaded 573 times
=================================================
:!: Windows Game/Tools Bug Fixes
=================================================
http://tain.totalcodex.net/forum/viewto ... f=4&t=7260
Post Reply