[GUIDE] How to remove black box from sniper scoped crosshair.

Discussions related to Unreal Tournament.
Post Reply
User avatar
SC]-[WARTZ_{HoF}
Site Admin
Posts: 421
Joined: Wed May 10, 2017 7:08 am

[GUIDE] How to remove black box from sniper scoped crosshair.

Post by SC]-[WARTZ_{HoF} »

Some of you may experience this obscure black box in your sniper scoped crosshair. I'm gonna explain how to fix this simple problem.

It will look something similar to this.
Image

The reason for this happening is part code which is located in the "sniper rifle's weapon class .uc"
in the "simulated function PostRender( canvas Canvas )" block here which you have no control over.

Code: Select all

		if ( Level.bHighDetailMode )
			Canvas.Style = ERenderStyle.STY_Translucent; // The way it should be on your screen and not block your view.
		else
			Canvas.Style = ERenderStyle.STY_Normal; // How the crosshair looks with a black box obscuring your view. Ugh.
The other part is a setting in your "UnrealTournament.ini" which you'll need to adjust manually. This adjustment will prevent the black box.
You'll need to open your "UnrealTournament.ini" which is located in your C:\UnrealTournament\System directory. Then find the settings for your video renderer.

Should look something like these examples here.

Most common renderer.
[D3DDrv.D3DRenderDevice] if you use Direct3D

Other renders.
[OpenGLDrv.OpenGLRenderDevice] if you use OpenGL
[D3D8Drv.D3D8RenderDevice] if you use Direct3D8
[D3D9Drv.D3D9RenderDevice] if you use Direct3D9
[D3D10Drv.D3D10RenderDevice] if you use Direct3D10

You'll find a setting called "HighDetailActors" and this needs to be set to =TRUE. Once you have change that setting to "TRUE" save and close your UnrealTournament.INI file and your reticle problem should be fixed.
a$']['®õ_{HoF}
Posts: 39
Joined: Sat Mar 31, 2018 7:53 pm

Re: [GUIDE] How to remove black box from sniper scoped crosshair.

Post by a$']['®õ_{HoF} »

random side note, I hadn't found this thread yet and fixed the issue myself. This OpenGL driver found here http://www.cwdohnal.com/utglr/ seems to eliminate the issue as well, at least on WINE in Linux. I have not tested the D3D driver found there
medor
Posts: 76
Joined: Sat Sep 30, 2017 4:14 pm

Re: [GUIDE] How to remove black box from sniper scoped crosshair.

Post by medor »

This is not what render it's but just how to set it

with all render ...here opengl for exemple

[OpenGLDrv.OpenGLRenderDevice]
HighDetailActors=True
medor.no_ip.org
Image
Image
Image
Image
User avatar
debilman69_{HoF}
Posts: 12
Joined: Mon Oct 01, 2018 10:11 pm
Location: Montreal,Canada
Contact:

Re: [GUIDE] How to remove black box from sniper scoped crosshair.

Post by debilman69_{HoF} »

medor wrote: Tue Apr 10, 2018 12:26 pm This is not what render it's but just how to set it

with all render ...here opengl for exemple

[OpenGLDrv.OpenGLRenderDevice]
HighDetailActors=True

thanks her walk for me 8-)
Conseil des pharmaciens www.viagrasansordonnancefr.com aide aux malades
Post Reply