Advertisement
Guest User

multimon_config.sii

a guest
Jan 14th, 2021
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. SiiNunit
  2. // Single.AAv4
  3. // This file is required to prevent graphics flipping
  4. // in driving & menu screens when forcing AA via NPI.
  5. //
  6. // Full setup instructions are here:-
  7. // https://roextended.ro/forum/viewtopic.php?f=19&t=1000
  8. {
  9. multimon_config : _nameless.Single.AAv4 {
  10. normalized_ui_x: 0.005
  11. normalized_ui_width: 0.99
  12. monitors: 1
  13. monitors[0]: _nameless.my.monitor
  14. }
  15.  
  16. monitor_config : _nameless.my.monitor {
  17. name: monitor
  18. normalized_x: 0.000000
  19. normalized_y: 0.000000
  20. normalized_width: 1.000000
  21. normalized_height: 1.000000
  22. horizontal_fov_relative_offset: 0.000000
  23. vertical_fov_relative_offset: 0.000000
  24. heading_offset: 0.000000
  25. pitch_offset: 0.000000
  26. roll_offset: 0.000000
  27. camera_space_offset: (0.000000, 0.000000, 0.000000)
  28. horizontal_fov_override: 0.000000
  29. vertical_fov_override: 0.000000
  30. frustum_subrect_x: 0.000000
  31. frustum_subrect_y: 0.000000
  32. frustum_subrect_width: 1.000000
  33. frustum_subrect_height: 1.000000
  34. render_interior: true
  35. render_exterior: true
  36. }
  37.  
  38. }
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement