|
Post by gique13 on Sept 4, 2014 18:47:05 GMT -5
So I messed around with the viewport.txt in datafile.big and got DR2 and OTR to show ultrawide without bars and without stretch. The best part is: no need to wait for a coder to create an injector that doesn't work! Here's the code for viewport:
cViewportShape MainView_16x9 { X = "0" Y = "0" Width = "1" Height = "0.96" Aspect="2.35" }
cViewportShape MainView_4x3 { X = "0" Y = "0" Width = "1" Height = "0.65" Aspect="2.35" }
cViewportShape MainView_4x3_16x9_Letterbox { X = "0" Y = "0" Width = "1" Height = "0.95" Aspect="1.777777778" }
cViewportShape MainView_5x4 { X = "0" Y = "0" Width = "1" Height = "2" Aspect="1.25" }
cViewportShape MainView_5x4_16x9_Letterbox { X = "0" Y = "0.0" Width = "1" Height = "0.803125" Aspect="1.777777778" }
cViewportShape MainView_16x10 { X = "0" Y = "0.0" Width = "1" Height = "0.9" Aspect="2.35" }
cViewportShape MainView_16x10_16x9_Letterbox { X = "0" Y = "0" Width = "1" Height = "1.1" Aspect="1.777777778" }
|
|