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.3.0
pts/urbanterror-1.3.0
- 27 February 2018 -
Update against upstream 4.3.2.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://cdn.urbanterror.info/urt/43/releases/zips/UrbanTerror432_full.zip, https://nexunity.org/q3ut4/432/UrbanTerror432_full.zip, http://files.cucurb.net/UrbanTerror/UrbanTerror432_full.zip, https://up.barbatos.fr/urt/UrbanTerror432_full.zip</URL> <MD5>9b61e7f790fb9dee5a3af9960af53479</MD5> <SHA256>74dee1566fa6cd0eb26d866149a1b6ad7e8f18a653693f02790c05ef7ce352a4</SHA256> <FileSize>1469432087</FileSize> </Package> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/urbanterror-43-1.zip</URL> <MD5>bd682d11bc6a3dba293694239bb57a5d</MD5> <SHA256>4d45e507f1b13eeb0750434036d95a5ada4ad0673621cd202afed81366b39bb4</SHA256> <FileSize>112731</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh unzip -o UrbanTerror432_full.zip cd UrbanTerror43/ chmod +x Quake3-UrT.app/Contents/MacOS/Quake3-UrT.i386 cd ~ unzip -o urbanterror-43-1.zip rm -f UrbanTerror43/q3ut4/autoexec.cfg mv autoexec.cfg UrbanTerror43/q3ut4/ mkdir UrbanTerror43/q3ut4/demos/ mv pts-ut43.urtdemo UrbanTerror43/q3ut4/demos/ echo "#!/bin/sh cd UrbanTerror43/ 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 UrbanTerror432_full.zip unzip -o urbanterror-43-1.zip cp autoexec.cfg UrbanTerror43/q3ut4/ mkdir UrbanTerror43/q3ut4/demos/ mv pts-ut43.urtdemo UrbanTerror43/q3ut4/demos/ echo "#!/bin/sh cd UrbanTerror43/ ./Quake3-UrT.exe \$@ mv q3ut4/qconsole.log \$LOG_FILE" > urbanterror chmod +x urbanterror
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <ResultsParser> <OutputTemplate>7526 frames, 62.8 seconds: #_RESULT_# fps</OutputTemplate> </ResultsParser> <ExtraData> <Identifier>com-speeds-frame-latency-totals</Identifier> </ExtraData> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v8.0.0m0--> <PhoronixTestSuite> <TestInformation> <Title>Urban Terror</Title> <AppVersion>4.3.2</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.3.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 pts-ut43; set nextdemo vstr demodone" +vstr demoloop1 +set com_speeds 1</Arguments> </Default> <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>