Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no" ?>
  2. <game>
  3. <language>-1</language>
  4. <graphic>
  5. <display>
  6. <width>1280</width>
  7. <height>720</height>
  8. <gamma>1</gamma>
  9. <fullscreen>true</fullscreen>
  10. <vsync adaptive="true">true</vsync>
  11. <userConfirmed>true</userConfirmed>
  12. <previousWidth>1280</previousWidth>
  13. <previousHeight>720</previousHeight>
  14. </display>
  15. <scalability>
  16. <gpuPerformanceClass>auto</gpuPerformanceClass>
  17. </scalability>
  18. <renderer>D3D_11</renderer>
  19. </graphic>
  20. <audio enable="true" volume="0.800000"/>
  21. <input>
  22. <joystick enable="true" vibration="false" deadzone="0.14"/>
  23. <mouse enable="true"/>
  24. <keyboard enable="true"/>
  25. <headTracking active="true" trackir="true" tobiieyex="true"/>
  26. </input>
  27. <logging>
  28. <file enable="true" filename="log.txt"/>
  29. <console enable="true"/>
  30. </logging>
  31. <development>
  32. <controls>false</controls>
  33. </development>
  34. <startMode>1</startMode>
  35. </game>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement