Eidos Forums  

Go Back   Eidos Forums > Current Games > Tomb Raider Series > Tomb Raider: Legend > Tomb Raider Legend Technical Forum

Reply
 
Thread Tools Display Modes
  #1  
Old 04-14-2006, 02:15 PM
BigColWales BigColWales is offline
New Player
 
Join Date: Apr 2006
Posts: 2
Unhappy Bluetooth keyboard problem

Legend does not seem to like my microsoft elite bluetooth keyboard. But the microsoft bluetooth mouse works as normal. I've plugged in a loaned PS2 keyboard, which works perfectly: I've tried a few things, such as re-installing the keyboard, re-installing bluetooth drivers, unattaching the joystick etc but to no avail. Game is pretty useless without a keyboard, so thoughts anyone?
Reply With Quote
  #2  
Old 04-17-2006, 07:41 AM
cyberstorm cyberstorm is offline
New Player
 
Join Date: Apr 2006
Posts: 11
Default

I'm having problems with my Microsoft Wireless Comfort Keyboard as well, I found I had to reduce the repeat rates and mouse sensitivity otherwise Lara just keeps running. Its been impossible to control the motorcycle as it just keeps smashing to the left and right all the time and forget about any swimming as she drowns before I regain control of the keys.

It just makes me want to give up on the game altogether

Last edited by cyberstorm; 04-17-2006 at 08:00 AM.
Reply With Quote
  #3  
Old 04-17-2006, 11:49 AM
andyp33 andyp33 is offline
New Player
 
Join Date: Apr 2006
Posts: 9
Rolleyes trl.exe

Hi
Read about this in other threads. Have task manager running before you start the game once you have started the game quickly right click on the trl.exe in the process list and set priority to normal. this can be intermittent so be patient and try restating your PC e.t.c. I to have a wireless keyboard & mouse I have tried with ps2 kbrd & mouse and the game works fine. As I have said in my other thread on this Eidos need to sort this out with another patch. Its not good enough Eidos are you listening!!!

Hope this helps in the meantime.
Reply With Quote
  #4  
Old 04-17-2006, 02:47 PM
cyberstorm cyberstorm is offline
New Player
 
Join Date: Apr 2006
Posts: 11
Default

Hello Andy

yes, I would like to confirm this fixed the problem of Lara running everywhere, I have managed to finish Peru and I am up to Tenakas big fight.

The keyboard is very precise now, now way I would have made it around the building otherwise

do I have to do this every time I play?

Terry
Reply With Quote
  #5  
Old 04-17-2006, 03:21 PM
BigColWales BigColWales is offline
New Player
 
Join Date: Apr 2006
Posts: 2
Smile

Thanks Andy - its fiddly but works. Lets hope eidos get their act together and give us a proper patch!
Reply With Quote
  #6  
Old 04-19-2006, 05:10 AM
cyberstorm cyberstorm is offline
New Player
 
Join Date: Apr 2006
Posts: 11
Default

Quote:
Originally Posted by BigColWales
Thanks Andy - its fiddly but works. Lets hope eidos get their act together and give us a proper patch!
I have written a small vbscript to perform this action and it seems to work

first open notepad:

then cut and paste the text between the dotted lines into notepads window

---------------------------------------------------
Const NORMAL = 32

Dim WshShell, oExec

Set WshShell = CreateObject("WScript.Shell")

Set oExec = WshShell.Exec("trl.exe")

WScript.Sleep 10000

strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

Set colProcesses = objWMIService.ExecQuery _
("Select * from Win32_Process Where Name = 'trl.exe'")
For Each objProcess in colProcesses
objProcess.SetPriority(NORMAL)
Next
--------------------------------------------

save this file as tombstart.vbs into the tombraider directory at "C:\Program Files\Tomb Raider - Legend\" be carefull to save it as a .vbs file and not vbs.txt (select "all files" and use save as)

right click the file and save a shortcut to desktop

now when you click the shortcut the script should launch Tomb Raider, wait ten seconds and then reset the priority to NORMAL

hope this helps, of course I cant guarantee it will work every time or not cause another fault but it seems to work for me

Terry
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless Keyboard Issues badattitude Tomb Raider Legend Technical Forum 3 06-02-2006 01:02 AM
Strange movment after reloading The Suffolk Ram Thief - Technical Forum 3 12-19-2005 01:31 AM
USB Keyboard triggers... joystick response? Set Thief: Deadly Shadows 6 11-08-2005 07:55 PM
Thief 3 and saitek keyboard fix!!! sunsurfer Thief: Deadly Shadows 0 07-20-2005 05:09 PM
Virtual Keyboard Jedi-Jonathan LEGO Star Wars - Technical Forum 1 05-19-2005 01:55 AM


All times are GMT -8. The time now is 04:49 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.