Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Blender
SVT-AV1
7-Zip Compression
FFmpeg
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
WarpX
Epoch
Valkey
Recently Updated Tests
srsRAN Project
VVenC
x265
RELION
Llamafile
Llama.cpp
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Tomb Raider (2013) 1.0.0
moihack/tomb_raider-1.0.0
- 28 July 2018 -
Initial commit for Tomb Raider (2013)
install.sh
#!/bin/sh echo '#!/bin/sh CWD=$PWD cd "$WINEPREFIX/drive_c/Program Files (x86)/Steam/steamapps/common/Tomb Raider" rm benchmarkresult*.txt cd "$WINEPREFIX/drive_c/Program Files (x86)/Steam" if [ "$STEAMUSER" = "" ]; then wine ./Steam.exe -applaunch 203160 -benchmarkini $CWD/tomb.ini & else wine ./Steam.exe -silent -login $STEAMUSER $STEAMPWD -applaunch 203160 -benchmarkini tomb.ini & fi cd "$WINEPREFIX/drive_c/Program Files (x86)/Steam/steamapps/common/Tomb Raider" while [ ! -f "$WINEPREFIX/drive_c/Program Files (x86)/Steam/steamapps/common/Tomb Raider/benchmarkresult"*.txt ] do sleep 5 #check again in 5 seconds if benchmark finished running done cd "$WINEPREFIX/drive_c/Program Files (x86)/Steam" wine ./Steam.exe -shutdown sleep 5 cd "$WINEPREFIX/drive_c/Program Files (x86)/Steam/steamapps/common/Tomb Raider" head -n 7 benchmarkresult*.txt > $LOG_FILE' > tomb_raider chmod +x tomb_raider
install_windows.sh
#!/bin/sh echo '#!/bin/sh CWD=$PWD cd "C:/Program Files (x86)/Steam/steamapps/common/Tomb Raider" rm benchmarkresult*.txt cd "C:/Program Files (x86)/Steam" ./Steam.exe -applaunch 203160 -benchmarkini "C:/Users/$USERNAME/.phoronix-test-suite/installed-tests/local/tomb_raider/tomb.ini" & cd "C:/Program Files (x86)/Steam/steamapps/common/Tomb Raider" while [ ! -f "C:/Program Files (x86)/Steam/steamapps/common/Tomb Raider/benchmarkresult"*.txt ] do sleep 5 #check again in 5 seconds if benchmark finished running done cd "C:/Program Files (x86)/Steam" ./Steam.exe -shutdown sleep 5 cd "C:/Program Files (x86)/Steam/steamapps/common/Tomb Raider" head -n 7 benchmarkresult*.txt > $LOG_FILE' > tomb_raider chmod +x tomb_raider
pre.sh
#!/bin/sh echo ' QualityLevel = 4 RenderAPI = 9 Fullscreen = 0 ExclusiveFullscreen = 0 AspectRatio = 0 Brightness = 1000 Contrast = 500 VSyncMode = 1 FullscreenWidth = 1280 FullscreenHeight = 720 FullscreenRefreshRate = 60 AdapterId = 0 DX11AdapterId = 0 DX11OutputId = 0 StereoEnabled = 0 StereoDepth = 500 StereoStrength = 500 TextureQuality = 2 BestTextureFilter = 1 HairQuality = 0 AntiAliasingMode = 1 ShadowMode = 1 ShadowResolution = 1 SSAOMode = 1 DOFQuality = 1 ReflectionQuality = 1 LODScale = 2 EnablePostProcess = 0 EnableMotionBlur = 0 EnableScreenEffects = 0 EnableHighPrecisionRT = 0 EnableTessellation = 0 EnableGDI_Cursor = 1' > tomb.ini
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.1--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>Average FPS: #_RESULT_#</OutputTemplate> <LineBeforeHint>Max FPS: </LineBeforeHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.1--> <PhoronixTestSuite> <TestInformation> <Title>Tomb Raider (2013)</Title> <AppVersion>0.2</AppVersion> <Description>This runs Tomb Raider (2013) Steam version built-in benchmark.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Windows, Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Unverified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>wine</ExternalDependencies> <EnvironmentSize>1</EnvironmentSize> <ProjectURL>http://www.invalid.com</ProjectURL> <Maintainer>Dimitris Gounaridis</Maintainer> </TestProfile> </PhoronixTestSuite>