Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
Blender
7-Zip Compression
SVT-AV1
FFmpeg
Hashcat
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
Urban Terror 1.1.0
pts/urbanterror-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>ftp://ftp.snt.utwente.nl/pub/games/urbanterror/UrbanTerror_41_FULL.zip, http://ftp2.za.freebsd.org/pub/FreeBSD/distfiles/UrbanTerror_41_FULL.zip, http://dls.urt.voxel.net/q3ut4/UrbanTerror_41_FULL.zip</URL> <MD5>1370306ea236f65f595e7ca70765e469</MD5> <FileSize>754307397</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/urbanterror-q3ut4-4.zip, http://www.phoronix.net/downloads/phoronix-test-suite/benchmark-files/urbanterror-q3ut4-4.zip</URL> <MD5>60ff409a999b3a6a088c3f0e4977e7f3</MD5> <FileSize>1433716</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o UrbanTerror_41_FULL.zip mv UrbanTerror UrbanTerror_ cd UrbanTerror_/ chmod +x ioUrbanTerror.i386 chmod +x ioUrbanTerror.x86_64 chmod +x ioUrbanTerror.app/Contents/MacOS/ioUrbanTerror.ub cd .. unzip -o urbanterror-q3ut4-4.zip rm -f UrbanTerror_/q3ut4/autoexec.cfg mv autoexec.cfg UrbanTerror_/q3ut4/ mv pts1.dm_68 UrbanTerror_/q3ut4/demos/ echo "#!/bin/sh cd UrbanTerror_/ if [ \$OS_TYPE = \"MacOSX\" ] then mkdir -p ~/Library/Application\ Support/Quake3 ./ioUrbanTerror.app/Contents/MacOS/ioUrbanTerror.ub \$@ > \$LOG_FILE 2>&1 else case \$OS_ARCH in \"x86_64\" ) ./ioUrbanTerror.x86_64 \$@ > \$LOG_FILE 2>&1 ;; * ) ./ioUrbanTerror.i386 \$@ > \$LOG_FILE 2>&1 ;; esac fi" > urbanterror chmod +x urbanterror
install_windows.sh
#!/bin/sh unzip -o UrbanTerror_41_FULL.zip mv UrbanTerror UrbanTerror_ unzip -o urbanterror-q3ut4-4.zip rm -f UrbanTerror_/q3ut4/autoexec.cfg cp autoexec.cfg UrbanTerror_/q3ut4/ cp pts1.dm_68 UrbanTerror_/q3ut4/demos/ echo "#!/bin/sh cd UrbanTerror_/ ioUrbanTerror.exe \$@ mv q3ut4/qconsole.log \$LOG_FILE" > urbanterror chmod +x urbanterror
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v3.0.0a3 (Iveland) [ http://www.phoronix-test-suite.com/ ]--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>7526 frames, 62.8 seconds: #_RESULT_# fps</OutputTemplate> </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>Urban Terror</Title> <AppVersion>4.1</AppVersion> <Description>Urban Terror is an open-source game that uses the ioquake3 engine. Urban Terror is a tactical first-person shooter.</Description> <ResultScale>Frames Per Second</ResultScale> <Proportion>HIB</Proportion> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.1.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>740</EnvironmentSize> <ProjectURL>http://www.urbanterror.net/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> <TestSettings> <Default> <Arguments>+timedemo 1 +set demodone "quit" +set demoloop1 "demo pts1; 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>