WineHQ
Unreal Tournament 3 Beta Demo



Category: Main > Games > 1st Person Shooter > Unreal Tournament 3 > Beta Demo


NameUnreal Tournament 3
VersionBeta Demo
License Retail
URLhttp://www.unrealtournament3.c...
Votes 4
RatingBronze
Wine Version1.1.35
Free Download Demo Installer (Filefront)
Free Download Demo Installer (gamershell)
Free Download Demo Patched EXE (gamershell)
Free Download Demo Patched EXE (i4games)
Maintainers of this version:
Description
The beta demo released on October 12, 2007.
Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)

What works

Installer, with workarounds.

Splash screen.

There are a couple of things to do to get this demo installed and running but once it does attempt to load, it fails.

To install:

Install mono 1.2 with: "winetricks mono12"

It will refuse to run at first due to modified executable code, but this has
been fixed by the developers and the fixed exe is here:

http://www.epicgames.com/download/UT3Demo-XP64-2K3.zip

Named XP64-2K3 because it wouldn't work with those (or Wine), not because it is
a 64-bit executable.

It also needs various native DLLs to run, and UseGLSL set to enabled to work.

Once it attempts to run, it displays the splash screen then crashes.


What does not
The game.


What was not tested
Playing the game.


Additional Comments


Test Results
DistributionTest dateWine versionInstalls?Runs?RatingSubmitter
ShowDebian GNU/Linux Unstable "Sid" x86_64Jan 08 20101.1.35 Yes Yes Bronze phobie 
ShowArch LinuxMar 15 20091.1.16 Yes Yes Bronze Alan Luth 
ShowopenSUSE 11.0Aug 28 20081.1.3 Yes Yes Gold c2PL@Y 
ShowopenSUSE 11.0Aug 26 20081.1.2 Yes Yes Bronze c2PL@Y 
ShowGentoo Linux AMD64Oct 16 20070.9.47. Yes Yes Bronze Luke Bratch 


Known bugs
Bug # Description Status Resolution Other apps affected

 
Sugestions about Test result submit

This notes was updated: January, 5 - 2013

First of all, thank you for spending some time to help Wine to get better,

I would like to make some suggestions for you to make your tests results more relevant to other users of Wine.
  • Detail your PC specs in the Extra Coments section (e.g. your video card, processor, and system memory).
  • It's also important to specify your video card driver version into Extra Comments section.
  • Specify if you installed the game into a fresh Wineprefix (or not), and what programs you actually installed.
  • Detail what version of the Windows emulation you use in your Wineprefix (e.g. Windows XP, 7, etc).
  • Add a comment about what is not working - be specific not vague!!
  • Specify if you made any changes to your game e.g. like a games "Mod", an .exe patch or details of any modification you made to the stock configuration files from the game.

These are recommendations to make tests result more uniform and targeted to include common information that will be useful to other users of Wine.


 
How-To Install the game.

You need:

  • A recent version of wine, it's recomended the last release
  • A video card with 3D Acceleration suport on your unix.
  • The 3D driver installed for that card.
  • It's not necessary a clean prefix, but it's recomended.

Installing:

Note: for Steam version isn't necessary any patch or program, so if you're installing the Steam version, skip these parts.

First of all install the .NET Framework 2 and 3 via winetricks, to know more, click here.

To install .NET Framework type this commands on your console:

env WINEPREFIX="(your-prefix)" ./winetricks dotnet20 dotnet30

Now install your game like other normal software installed on wine. Then install the Unreal Tournament 3 Patch v2.1, download here and install into your prefix.

Then just run the game and everything should work fine.

Tips:

For make Unreal Tournament 3 run better and without any problem, install Visual C Runtime libraries, to do that, download here and here and install-it.

After installing, create a file called vcrun.reg and put the following content:

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"msvcr80"="native,builtin"
"msvcr90"="native,builtin"

Then run the follow command:

env WINEDEBUG="fixme-all" WINEPREFIX="(your-prefix)" wine regedit ./vcrun.reg

You can also install Visual C runtime libraries using winetricks, by typing:

env WINEPREFIX="(your-prefix)" ./winetricks vcrun2005 vcrun2008

To also make sure that everything will work fine, install the tahoma.ttf, arial.ttf, verdana.ttf and lucida.ttf font's on your prefix. You can do-it manually or using winetricks with the follow command:

env WINEPREFIX="(your-prefix)" ./winetricks corefonts

 
Troubleshooting
Unreal Tournament crash on start-up, don't open.

This bug normally happens because of the Visual C Runtime, see the Tips section for more information.


Unreal Tournament 3 Laggy, slow:

This happens in alot of games if you dont set the size of RAM that you VideoCard has, use this registry key to set:

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"VideoMemorySize"="768"

Change the 768 to the real ammount of RAM in MB that your VideoCard has.


Unreal Tournament 3 Hangs on start and crash (only Steam version).

This bug is related to Steam in-game overlay, to solve, add a entry on winecfg libaries section called gameoverlayrenderer and set to disabled.


 
Old Problems.

Note: These problems don't affect the newest versions of wine, it's only here for precaution, if you have any of these bug's maybe you should upgrade your wine version.


Mouse stuck into the edges of screen, cant turn 360ยบ

This happens because the Mouse Input of wine is not so good until now, you can solve adding this patch to registry:

[HKEY_CURRENT_USER\Software\Wine\DirectInput]
"MouseWarpOverride"="force"

The Mouse will not work into the menu, you gonna have to use the keyboard to walk into the Unreal menus.


Mouse is showing in the screen while playing (Only steam version).

This bug only happens with the Steam version, all the games into steam has this problem with old versions of wine/steam.

See more at bug #27779.


Mouse randomly jumps around menu or in game.

This is caused by implementation of mouse input in old versions of wine, to solve-it, you need to run the game in Windowed mode or into a Virtual Desktop.


UT3 Logo hangs indefinitely using 100% of cpu.

You can solve this problem by using the options -nomoviestartup and -onethread in the game executable. Newest version of wine don't have this bug.


 

The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.

fixed res
by c2PL@Y on Tuesday August 26th 2008, 14:31
created file 'unreal3' in /usr/bin/

contents of file:

#!/bin/bash
wine /dir/dir/dir/dir/UT3Demo.exe -nomoviestartup ResX=1650 ResY=1050

-make sure to change permissions of the file 'chmod 770 unreal3'

then you can execute as user by typing 'unreal3' in cli!
same goes for shortcut

note: no difference in performance between 640x480 and 1650x1050 res!
its still a bit choppy, but very playable!

[post new] [reply to this]

my bad!
by c2PL@Y on Tuesday August 26th 2008, 10:17
MouseWarpOverride=force //does work!!!

i dunno why it didn't stick before...

[post new] [reply to this]

mouse bug prevails!
by c2PL@Y on Tuesday August 26th 2008, 8:23
updated to wine 1.1.3

-still can't change resolution
-mousewarpoveride=force =enable =disable //still didn't help anything

note: if i turn mouse sense to 10 i can move mouse about half way before it locks... if i put mouse sense to 20 i can (almost like 95%) turn full screen,

note2:no graphic anomaly's at all (that i noticed). frame rate is pretty good, has potential i think...

[post new] [reply to this]




   << Back

Page loaded in 0.08708 seconds.