RollerCoaster Tycoon World

RollerCoaster Tycoon World

Toetje583 Apr 6, 2016 @ 11:05am
Command line arguments Unity Switch to OpenGL DX9/11/12
For people with blackscreen the Agruments provided here do work for RCTW

http://docs.unity3d.com/Manual/CommandLineArguments.html

I Tested some:

-force-d3d9 (Windows only) Make the editor use Direct3D 9 for rendering. Normally the graphics API depends on player settings (typically defaults to D3D11).
-force-d3d11 (Windows only) Make the editor use Direct3D 11 for rendering. Normally the graphics API depends on player settings (typically defaults to D3D11).
-force-glcore (Windows only) Make the editor use OpenGL 3/4 core profile for rendering. The editor tries to use the best OpenGL version available and all OpenGL extensions exposed by the OpenGL drivers. If the platform isn’t supported, Direct3D is used.
-force-glcoreXY (Windows only) Similar to -force-glcore but request a specific OpenGL context version. Accepted values for XY: 32, 33, 40, 41, 42, 43, 44 or 45.
-force-gles (Windows only) Make the editor use OpenGL for Embedded Systems for rendering. The editor tries to use the best OpenGL ES version available and all OpenGL ES extensions exposed by the OpenGL drivers.
-force-glesXY (Windows only) Similar to -force-gles but request a specific OpenGL ES context version. Accepted values for XY: 30, 31 or 32.
-force-clamped (Windows only)

I also tried -force-d3d12 for the fun, it works! but flickering textures!


You can add those following:

https://support.steampowered.com/kb_article.php?ref=1040-JWMT-2947&l=english
Last edited by Toetje583; Apr 6, 2016 @ 11:06am
< >
Showing 1-7 of 7 comments
Toetje583 Apr 6, 2016 @ 11:20am 
-force-d3d9 DX 9 > 78 FPS (Peeps Fly and blurry screen)
-force-d3d11 DX11 > 85 fps (All ok)
-force-d3d12 DX12 > 10/70 fps (Corrupting textures and Alt Tab not working)
-force-gles (Pink screen only audio working)
-force-glcore (Pink screen only audio working)
-force-gles32 (OpenGL ES, 40FPS all settings highest!)
Last edited by Toetje583; Apr 6, 2016 @ 11:50am
Toetje583 Apr 6, 2016 @ 11:37am 
So guys, try it and report back:)
AstroTron Apr 6, 2016 @ 12:21pm 
what is opengl ES?
Toetje583 Apr 6, 2016 @ 12:31pm 
Originally posted by AstroTron:
what is opengl ES?

It's a alternative to DirectX mosly used in Linux and MacOSX
lochter Apr 6, 2016 @ 1:43pm 
sorry it's not working for me here :( plz i need some help
still black screen
HAU PLAYSWITHFIRE May 28, 2020 @ 2:44am 
Originally posted by AstroTron:
what is opengl ES?
Years old post now,sorry, but to clarify OpenGL ES

is Open Graphics Library for Embedded Systems, like your phone.
DirectX is a technology solely licensed and owned by Microsoft for Microsoft Products, so the rest of the community had to come up with something else. The OpenGL library was the answer. They are now developing Vulcan which is even more powerful.
< >
Showing 1-7 of 7 comments
Per page: 1530 50