Page 2 of 2

Re: UT99 and Unreal HD Skins V3 [UT] [227]

Posted: Sun Oct 02, 2022 10:23 pm
by esnesi
LightningHunter wrote: Sun Nov 01, 2020 5:03 pmI will make the color match more, especially for the upcoming online release.
Hey LightningHunter,

Is there still work regarding the online version for the skins ?
This would be awesome to run coop sessions on.

Thanks in advance.

Re: UT99 and Unreal HD Skins V3 [UT] [227]

Posted: Tue Oct 04, 2022 9:50 am
by Integro
OjitroC wrote: Sun Oct 02, 2022 1:02 pm
Integro wrote: Sun Oct 02, 2022 11:22 am So what is the secret?) Some patched UEditor? Some third party application?
Try a different renderer in the Editor - use D3D9 or OpenGL.
Can your explain in details how to do this? I didn't find.

I tried to edit UnrealEd.ini, these lines:
[U2Viewport0]
...
Device=SoftDrv.SoftwareRenderDevice
...
[U2Viewport0]
...
Device=SoftDrv.SoftwareRenderDevice

Changed to "OpenGLDrv.OpenGLRenderDevice", "D3DDrv.D3DRenderDevice", "D3D9Drv.D3D9RenderDevice", "D3D10Drv.D3D10RenderDevice". No result, critical error has the same "History: USoftwareRenderDevice..."

May be here: UnrealEditor >> View >> Advanced Option? Or console command in UEditor?

Re: UT99 and Unreal HD Skins V3 [UT] [227]

Posted: Tue Oct 04, 2022 1:30 pm
by OjitroC
In UnrealEd.ini, look for [Texture Browser] and change Device=SoftwareRenderDevice to Device=D3D9Drv.D3D9RenderDevice (or OpenGLDrv.OpenGLRenderDevice). I wouldn't use D3DDrv.D3DRenderDevice as I think it may not render HD skins correctly.

It's a matter of personal choice but I use D3D9 for all the U2Viewpoints as well and that works fine (I should also say I use 469c RC-4 and so UnrealEditor 2.2).