NutWrench
11-30-2002, 07:19 AM
UnrealEd 2.0 in OpenGL
I was fiddling around with the config files in Unreal Tournament. So far, this appears to work with no problems. (I'm using a GeForce, but if you have UT working in OpenGL, it should work on other cards, too.)
Open 'UnrealTournament.ini' in a text editor. Look for the [Engine.Engine] section
[Engine.Engine]
GameRenderDevice=OpenGLDrv.OpenGLRenderDevice
AudioDevice=Galaxy.GalaxyAudioSubsystem
NetworkDevice=IpDrv.TcpNetDriver
DemoRecordingDevice=Engine.DemoRecDriver
Console=UTMenu.UTConsole
Language=int
GameEngine=Engine.GameEngine
EditorEngine=Editor.EditorEngine
WindowedRenderDevice=OpenGLDrv.OpenGLRenderDevice <-- Add this line
; WindowedRenderDevice=SoftDrv.SoftwareRenderDevice <-- Keep this line just in case, but add a ';' to comment it out.
RenderDevice=GlideDrv.GlideRenderDevice
DefaultGame=Botpack.DeathMatchPlus
DefaultServerGame=Botpack.DeathMatchPlus
ViewportManager=WinDrv.WindowsClient
Render=Render.Render
Input=Engine.Input
Canvas=Engine.Canvas
CdPath=C:\TEMP\UT1
RunCount=173
I was fiddling around with the config files in Unreal Tournament. So far, this appears to work with no problems. (I'm using a GeForce, but if you have UT working in OpenGL, it should work on other cards, too.)
Open 'UnrealTournament.ini' in a text editor. Look for the [Engine.Engine] section
[Engine.Engine]
GameRenderDevice=OpenGLDrv.OpenGLRenderDevice
AudioDevice=Galaxy.GalaxyAudioSubsystem
NetworkDevice=IpDrv.TcpNetDriver
DemoRecordingDevice=Engine.DemoRecDriver
Console=UTMenu.UTConsole
Language=int
GameEngine=Engine.GameEngine
EditorEngine=Editor.EditorEngine
WindowedRenderDevice=OpenGLDrv.OpenGLRenderDevice <-- Add this line
; WindowedRenderDevice=SoftDrv.SoftwareRenderDevice <-- Keep this line just in case, but add a ';' to comment it out.
RenderDevice=GlideDrv.GlideRenderDevice
DefaultGame=Botpack.DeathMatchPlus
DefaultServerGame=Botpack.DeathMatchPlus
ViewportManager=WinDrv.WindowsClient
Render=Render.Render
Input=Engine.Input
Canvas=Engine.Canvas
CdPath=C:\TEMP\UT1
RunCount=173