Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
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
Smokin Guns 1.2.3
pts/smokin-guns-1.2.3
- 27 February 2018 -
Update download links, flag as deprecated
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.jeuxlinux.fr/files/Smokin_Guns_1.0.zip, ftp://ftp.slackware.org.uk/sbosrcarch/by-name/games/smokinguns/Smokin_Guns_1.1.zip</URL> <MD5>f6eac64fa534fa9ff121dda5fd2dba44</MD5> <FileSize>416465253</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/smokinguns-benchmark-3.zip</URL> <MD5>4d67304d60290407898fd951c2c32fec</MD5> <FileSize>297493</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o Smokin_Guns_1.1.zip unzip -o smokinguns-benchmark-3.zip mv -f q3config.cfg Smokin\'\ Guns\ 1.1/smokinguns/ mv -f demos/ Smokin\'\ Guns\ 1.1/smokinguns/ chmod +x Smokin\'\ Guns\ 1.1/smokinguns.i386 echo "#!/bin/sh cd Smokin\'\ Guns\ 1.1/ ./smokinguns.i386 +timedemo 1 +set demodone \"quit\" +set demoloop1 \"demo pts12; set nextdemo vstr demodone\" +vstr demoloop1 +r_mode -1 +vid_restart \$@ > \$LOG_FILE 2>&1" > smokin-guns chmod +x smokin-guns
install_windows.sh
#!/bin/sh unzip -o Smokin_Guns_1.1.zip unzip -o smokinguns-benchmark-3.zip mv -f q3config.cfg Smokin\'\ Guns\ 1.1/smokinguns mv -f demos/ Smokin\'\ Guns\ 1.1/smokinguns/ echo "#!/bin/sh cd Smokin\'\ Guns\ 1.1/ ./smokinguns.exe +timedemo 1 +set demodone \"quit\" +set demoloop1 \"vid_restart; demo pts12; set nextdemo vstr demodone\" +vstr demoloop1 \$@ > \$LOG_FILE" > smokin-guns chmod +x smokin-guns
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>5850 frames 61.7 seconds #_RESULT_# fps #_MIN_RESULT_#/10.6/#_MAX_RESULT_#/4.2 ms</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Smokin Guns</Title> <AppVersion>1.1</AppVersion> <Description>Smokin Guns is an open-source game based on the Quake 3 engine that is a western-themed first person shooter.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.3</Version> <SupportedPlatforms>Linux, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Deprecated</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>openal-development, 32bit-compatibility</ExternalDependencies> <EnvironmentSize>424</EnvironmentSize> <ProjectURL>http://www.smokin-guns.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <ArgumentPrefix></ArgumentPrefix> <ArgumentPostfix></ArgumentPostfix> <DefaultEntry>0</DefaultEntry> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+set r_customwidth $VIDEO_WIDTH +set r_customheight $VIDEO_HEIGHT</Value> <Message></Message> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>