Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Llama.cpp
Timed Linux Kernel Compilation
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
FLAC Audio Encoding
FluidX3D
QMCPACK
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
ET: Quake Wars 1.1.0
pts/etqw-1.1.0
- 06 December 2010 -
Initial import into OpenBenchmarking.org
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://ftp.4players.de/pub/hosted/wolfenstein/users/etqw/patches/ETQW-client-1.5-full.x86.run, http://ftp.jeuxlinux.fr/files/ETQW-client-1.5-full.x86.run</URL> <MD5>28fd825fcd9f6227827230b319e481cf</MD5> <FileSize>556383725</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/etqw-files-3.tar.bz2, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/etqw-files-3.tar.bz2</URL> <MD5>d78dd6ebc88fa1c2ceab42039d2aef9b</MD5> <FileSize>925105</FileSize> </Package> <Package> <URL>etqw-game-files.tar</URL> <FileName>etqw-game-files.tar</FileName> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o ETQW-client-1.5-full.x86.run echo "#!/bin/sh cd data ./etqw.x86 \$@ > \$LOG_FILE 2>&1" > etqw chmod +x etqw tar -jxvf etqw-files-3.tar.bz2 mkdir data/base/demos mv -f pts.ndm data/base/demos/pts.ndm mv -f etqw-pts.cfg data/base/etqw-pts.cfg # Since the game is installed, we search for the game directory # where there are the ET:QW Game Files (*.mega) and (*.pk4) # in order to "symlink" them b=`pwd` GAME_FILES_TYPE_DIR="megatextures" CreateSymlinks () { cd $ETQW_BASE_MEGAT cd .. ETQW_BASE=`pwd` echo " *.pk4 found in $ETQW_BASE *.mega found in $ETQW_BASE_MEGAT" # echo "\\nwe are here : $b" mkdir $b/data/base/megatextures/ ln -s $ETQW_BASE_MEGAT/*.mega $b'/data/base/megatextures' ln -s $ETQW_BASE/*.pk4 $b'/data/base' echo "symlinks created in $b/data/base/megatextures $b/data/base" } ETQW_BASE_MEGAT=`find -P $HOME -name $GAME_FILES_TYPE_DIR` if [ "$ETQW_BASE_MEGAT" != "" ] # found in '/home/username/' then CreateSymlinks exit 0 fi ETQW_BASE_MEGAT=`find -P /usr/local/games -name $GAME_FILES_TYPE_DIR` if [ "$ETQW_BASE_MEGAT" != "" ] # found in '/usr/local/games' then CreateSymlinks exit 0 fi if [ -f etqw-game-files.tar ] then tar -k -C $1/data/base -xvf $1/etqw-game-files.tar else echo "copy ET:QW Game Files (*.mega) in bases/megatextures copy ET:QW Game Files(*.pk4) in bases" fi
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>5015 frames in 53.5 seconds = #_RESULT_# fps</OutputTemplate> <LineHint>fps</LineHint> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <TestInformation> <Title>ET: Quake Wars</Title> <AppVersion>1.5</AppVersion> <Description>This test calculates the average frame-rate within the Enemy Territory: Quake Wars game from id Software / Splash Damage.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Retail</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>32bit-compatibility</ExternalDependencies> <EnvironmentSize>4500</EnvironmentSize> <ProjectURL>http://www.enemyterritory.com/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+set in_tty 0 +set sys_VideoRam $VIDEO_MEMORY +set r_mode -1 +exec etqw-pts.cfg</Arguments> <PostArguments>+vid_restart</PostArguments> </Default> <Option> <DisplayName>Resolution</DisplayName> <Identifier>auto-resolution</Identifier> <Menu> <Entry> <Name>$VIDEO_WIDTH x $VIDEO_HEIGHT</Name> <Value>+set r_customWidth $VIDEO_WIDTH +set r_customHeight $VIDEO_HEIGHT</Value> </Entry> </Menu> </Option> </TestSettings> </PhoronixTestSuite>