
Announcement
Collapse
No announcement yet.
Limited available resolutions in UDK
Collapse
X
-
RattleSN4K3 repliedDidn't thought that it would work. So August 2014 UDK might have fixed that issue (or it's dependent on what GFX you are running UDK).
-
VegasKill repliedOriginally posted by RattleSN4K3 View PostCode:HighResShot 2
Using the August 2014 UDK in windowed mode at 1280x720, the command "HighResShot 5" created a screenshot with a resolution of 6400x3600 (-> downsampled to 1920x1080: link). "HighResShot 6" gave me a texture error, guess it is cause of the gpu coming to its memory limits.
What works fine: There no longer are issues with visible tiles on postprocessing effects, particles, the hud etc.
What causes issues: blurred players, despite the game is paused and "shot" does not show any blur (disabling motion blur may help, didn't try). Crosshairs and other hud elements, that should be hidden, show up on the screenshot. Postprocessing based on pixel size (like bloom kernel) is not designed for highres screenshots.
Leave a comment:
-
RattleSN4K3 repliedThere is this command HighResShot which works similar to TiledShot but it is crashing UDK (UDK-2014-05). Command can either be used with a factor or a absolute size
Code:HighResShot 2560x1440 HighResShot 2
Other than that, the only software solution would be hacking. Tools could increased the virtual desktop size which might work with UDK then.
Leave a comment:
-
darthviper107 repliedNo, you can't use a resolution higher than your monitor, you can use any resolution lower than it though.
Leave a comment:
-
VegasKill started a topic Limited available resolutions in UDKLimited available resolutions in UDK
I was wondering, if there is a way to set the resolution in UDK to whatever value, ignoring what resolutions are available in Windows or the display drivers for your monitor.
Fact is, this was possible in UT3 when running the game in windowed mode. The window just scaled down to the display size, but if you made screenshots ("shot" command), the resolution was higher than the monitor's screen resolution.
In UDK, the resolution is limited to the current resolution of the monitor, there is no downscaling for the window.
The "tiledshot" command is no alternative, since tiles are clearly visible in the final image (hud, postprocess, particles and much more is not handled correctly in tiledshots, see screenshot below).
Downsampling the high resolution to a lower one results in a much higher image or video quality:
image shot at 640x360 (16:9):
image shot at 7680x4320 (16:9), downscaled to 640x360: (here is the image downscaled to 1920x1080: link)
image shot at 640x360 with tiledshot (resulting in 1920x1080), downscaled to 640x360:
I know about downsampling with Nvidia graphics drivers, but that depends on the kind of hardware you use. This clearly is just a software problem, as UT3 shows. Any informations are welcome.Tags: None
Leave a comment: