Tomb Raider: Legend

Tomb Raider: Legend

Ei tarpeeksi arvosteluja
SteamOverlay fix for TombRaider:Legend - no PID searching
Tekijältä Tomi ISP
Way to fix not working SteamOverlay in TombRaider:Legend without bothering with PID.
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Basic info
Just quick "fix" for not working SteamOverlay in TombRaider:Legend without bothering with PID
How to
- create a new file and change extension to .cmd (or .bat) , for example : tr-legend.cmd (or .bat)
- edit this file and paste this lines to file:

@Echo off & SetLocal EnableDelayedExpansion set "PID=" "C:\Program Files (x86)\Steam\Steam.exe" steam://rungameid/7000 Timeout 5 for /f "tokens=2" %%A in ('tasklist ^| findstr /i "trl.exe" 2^>NUL') do @Set "PID=%%A" if defined PID "C:\Program Files (x86)\Steam\GameOverlayUI.exe" -pid %PID% -manuallyclearframes 0

And that is, now instead starting game via Steam shortcut you should start this game via this .cmd (.bat) file (just create a shortcut on desktop or so)
6 kommenttia
WiL 1.3.2023 klo 23.34 
can i adapt this for pubg?
Nelo Angelo 15.3.2022 klo 18.22 
Couldn't be simpler right? Thanks a lot dude! ~ :happyfaye:
Regina 19.1.2022 klo 17.10 
OMG THANKS
NoctuaNympha 8.8.2021 klo 15.47 
Siiiick, thank you
Phatty057 20.11.2019 klo 14.49 
it pooped out a log file on the desktop on my win10 box. I had to change the steam location in the script that's it.

GameOverlayUI.exe.log

Wed Nov 20 22:45:16 2019 UTC - GameOverlay process started: pid: 13696
Wed Nov 20 22:45:16 2019 UTC - GameOverlay process connecting to: pid: 16920
Wed Nov 20 22:45:16 2019 UTC - BuildID: 1573780595
Wed Nov 20 22:45:16 2019 UTC - Steam Path: C:\Steam
Wed Nov 20 22:45:16 2019 UTC - c:\buildslave\steam_rel_client_win32\build\src\overlay\gameoverlayui\main.cpp (468) : Assertion Failed: No -steampid command line param to gameoverlayui
Wed Nov 20 22:45:29 2019 UTC - Game Exit Event signaled.
Wed Nov 20 22:45:29 2019 UTC - Shutting down overlay
Phatty057 20.11.2019 klo 14.46 
nice little work around bro. thx. I was going down that path then saw this article. Thanks.:pinball_machine: