
***Aide*** bug du carré noir zoom
Pour le bug du carré noir le joueur doit aller dans:
C:\UnrealTournament\System\UnrealTournament.ini
[OpenGLDrv.OpenGLRenderDevice] ou autre render que vous utilisez.
HighDetailActors=
Truebuild on
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.