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
Urban Terror 1.2.0
pts/urbanterror-1.2.0
- 05 July 2013 -
Update against upstream Urban Terror 4.2.0313 game.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.8.0m1 (Sokndal)--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.f1m.fr/uploads/urt/UrbanTerror42_full013.zip, http://hydr0.com/UrbanTerror42_full013.zip</URL> <MD5>b7d5b92f3ce5706eb000d295957f78c0</MD5> <FileSize>1548316119</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/urbanterror-42-1.zip</URL> <MD5>204f11448a4ac39d4cdb168d968e800d</MD5> <FileSize>719078</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o UrbanTerror42_full013.zip cd UrbanTerror42/ chmod +x Quake3-UrT.app/Contents/MacOS/Quake3-UrT.i386 cd ~ unzip -o urbanterror-42-1.zip rm -f UrbanTerror42/q3ut4/autoexec.cfg mv autoexec.cfg UrbanTerror42/q3ut4/ mkdir UrbanTerror42/q3ut4/demos/ mv ptsut421.urtdemo UrbanTerror42/q3ut4/demos/ echo "#!/bin/sh cd UrbanTerror42/ if [ \$OS_TYPE = \"MacOSX\" ] then mkdir -p ~/Library/Application\ Support/Quake3 ./Quake3-UrT.app/Contents/MacOS/Quake3-UrT.i386 \$@ > \$LOG_FILE 2>&1 else case \$OS_ARCH in \"x86_64\" ) ./Quake3-UrT.x86_64 \$@ > \$LOG_FILE 2>&1 ;; * ) ./Quake3-UrT.i386 \$@ > \$LOG_FILE 2>&1 ;; esac fi" > urbanterror chmod +x urbanterror
install_windows.sh
#!/bin/sh unzip -o UrbanTerror42_full013.zip unzip -o urbanterror-42-1.zip cp autoexec.cfg UrbanTerror42/q3ut4/ mkdir UrbanTerror42/q3ut4/demos/ mv ptsut421.urtdemo UrbanTerror42/q3ut4/demos/ echo "#!/bin/sh cd UrbanTerror42/ Quake3-UrT.exe \$@ mv q3ut4/qconsole.log \$LOG_FILE" > urbanterror chmod +x urbanterror
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.8.0m1 (Sokndal)--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>7526 frames, 62.8 seconds: #_RESULT_# fps</OutputTemplate> </ResultsParser> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v4.8.0m1 (Sokndal)--> <PhoronixTestSuite> <TestInformation> <Title>Urban Terror</Title> <AppVersion>4.2.013</AppVersion> <Description>Urban Terror is an open-source game that uses the ioquake3 engine. Urban Terror is a tactical first-person shooter supported on all major operating systems.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.2.0</Version> <SupportedPlatforms>Linux, MacOSX, Windows</SupportedPlatforms> <SoftwareType>Game</SoftwareType> <TestType>Graphics</TestType> <License>Free</License> <Status>Verified</Status> <SupportedArchitectures>x86, x86_64</SupportedArchitectures> <ExternalDependencies>sdl-development</ExternalDependencies> <EnvironmentSize>1601</EnvironmentSize> <ProjectURL>http://www.urbanterror.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+timedemo 1 +set demodone "quit" +set demoloop1 "demo ptsut421; set nextdemo vstr demodone" +vstr demoloop1</Arguments> </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>