Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <config
  3. language="English"
  4. masterserverurl="http://www.undertowgames.com/baromaster"
  5. remotecontenturl="http://www.barotraumagame.com/gamedata/"
  6. autocheckupdates="false"
  7. musicvolume="0.5"
  8. soundvolume="0.5"
  9. verboselogging="false"
  10. savedebugconsolelogs="false"
  11. enablesplashscreen="false"
  12. usesteammatchmaking="false"
  13. quickstartsub="Humpback"
  14. requiresteamauthentication="false">
  15. <graphicsmode displaymode="BorderlessWindowed" vsync="true" />
  16. <graphicssettings
  17. particlelimit="1500"
  18. lightmapscale="1.0"
  19. specularity="false"
  20. chromaticaberration="true"
  21. losmode="Transparent"
  22. hudscale="1"
  23. inventoryscale="1" />
  24. <contentpackage path="Data/ContentPackages/Vanilla 0.9.xml" />
  25. <player name=""/>
  26. <keymapping
  27. Select="0"
  28. Use="E"
  29. Aim="1"
  30. Up="W"
  31. Down="S"
  32. Left="A"
  33. Right="D"
  34. Attack="2"
  35. Run="LeftShift"
  36. Crouch="LeftControl"
  37. InfoTab="Tab"
  38. Chat="T"
  39. RadioChat="R"
  40. CrewOrders="C"
  41. Ragdoll="Space"
  42. Health="H"
  43. Grab="G"
  44. SelectPreviousCharacter="Z"
  45. SelectNextCharacter="X" />
  46. <gameplay>
  47. <jobpreferences>
  48. <job identifier="captain" />
  49. <job identifier="engineer" />
  50. <job identifier="mechanic" />
  51. <job identifier="securityofficer" />
  52. <job identifier="medicaldoctor" />
  53. <job identifier="assistant" />
  54. </jobpreferences>
  55. </gameplay>
  56.  
  57. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement