Advertisement
Darksider3

Untitled

Jul 9th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.94 KB | None | 0 0
  1. {
  2. "handleFatalSignals" : true,
  3. "handleInterruptSignal" : true,
  4. "rootMaintenanceSleep" : 5000,
  5. "logFileBackups" : 5,
  6. "assetSources" : [
  7. "../assets/packed.pak",
  8. "../assets/user"
  9. ],
  10. "modSource" : "../giraffe_storage/mods/",
  11. "storageDirectory" : "../giraffe_storage/",
  12. "defaultConfiguration" : {
  13. "adminPasswords" : "12leon12",
  14. "gameServerPort" : 21025,
  15. "gameServerBind" : "*",
  16.  
  17. "serverUsers" : {},
  18. "allowAnonymousConnections" : true,
  19.  
  20. "bannedUuids" : [],
  21. "bannedIPs" : [],
  22.  
  23. "serverName" : "LuftUndScheißeDE_Starbound FTW!",
  24. "maxPlayers" : 8,
  25. "upnpPortForwarding" : true,
  26.  
  27. "checkAssetsDigest" : false,
  28.  
  29. "allowAdminCommands" : true,
  30. "allowAdminCommandsFromAnyone" : false,
  31. "anonymousConnectionsAreAdmin" : false,
  32.  
  33. "runQueryServer" : false,
  34. "queryServerPort" : 21025,
  35. "queryServerBind" : "*",
  36.  
  37. "runRconServer" : false,
  38. "rconServerPort" : 21026,
  39. "rconServerBind" : "*",
  40. "rconServerPassword" : "",
  41. "rconServerTimeout" : 1000,
  42.  
  43. "windowTitle" : "Starbound - Beta",
  44. "vsync" : true,
  45. "renderSleep" : true,
  46. "maxFrameSkip" : 10,
  47. "sampleRate" : 44100,
  48. "audioChannels" : 2,
  49. "audioChannelSeparation" : [-25, 25],
  50.  
  51. "clearUniverseFiles" : false,
  52. "clearPlayerFiles" : false,
  53. "playerBackupFileCount" : 3,
  54.  
  55. "sfxVol" : 100,
  56. "musicVol" : 100,
  57. "windowedResolution" : [1000, 600],
  58. "maximizedResolution" : [1000, 600],
  59. "fullscreenResolution" : [1920, 1080],
  60. "fullscreen" : false,
  61. "maximized" : true,
  62. "zoomLevel" : 3.0,
  63. "speechBubbles" : true,
  64.  
  65. "crafting.filterHaveMaterials" : false,
  66. "title.connectionString" : "",
  67.  
  68. "bindings" : {
  69. "PlayerUp" : [ { "type" : "key", "value" : "W", "mods" : [] } ],
  70. "PlayerDown" : [ { "type" : "key", "value" : "S", "mods" : [] } ],
  71. "PlayerLeft" : [ { "type" : "key", "value" : "A", "mods" : [] } ],
  72. "PlayerRight" : [ { "type" : "key", "value" : "D", "mods" : [] } ],
  73. "PlayerJump" : [ { "type" : "key", "value" : "Space", "mods" : [] } ],
  74. "PlayerDropItem" : [ { "type" : "key", "value" : "Q", "mods" : [] } ],
  75. "PlayerInteract" : [ { "type" : "key", "value" : "E", "mods" : [] } ],
  76. "PlayerShifting" : [ { "type" : "key", "value" : "RShift", "mods" : [] }, { "type" : "key", "value" : "LShift", "mods" : [] } ],
  77. "PlayerTechAction1" : [ { "type" : "key", "value" : "F", "mods" : [] } ],
  78. "PlayerTechAction2" : [ { "type" : "key", "value" : "G", "mods" : [] } ],
  79. "PlayerTechAction3" : [ { "type" : "key", "value" : "H", "mods" : [] } ],
  80. "EmoteBlabbering" : [ { "type" : "key", "value" : "Right", "mods" : ["LCtrl", "LShift"] } ],
  81. "EmoteShouting" : [ { "type" : "key", "value" : "Up", "mods" : ["LCtrl", "LAlt"] } ],
  82. "EmoteHappy" : [ { "type" : "key", "value" : "Up", "mods" : [] } ],
  83. "EmoteSad" : [ { "type" : "key", "value" : "Down", "mods" : [] } ],
  84. "EmoteNeutral" : [ { "type" : "key", "value" : "Left", "mods" : [] } ],
  85. "EmoteLaugh" : [ { "type" : "key", "value" : "Left", "mods" : [ "LCtrl" ] } ],
  86. "EmoteAnnoyed" : [ { "type" : "key", "value" : "Right", "mods" : [] } ],
  87. "EmoteOh" : [ { "type" : "key", "value" : "Right", "mods" : [ "LCtrl" ] } ],
  88. "EmoteOooh" : [ { "type" : "key", "value" : "Down", "mods" : [ "LCtrl" ] } ],
  89. "EmoteBlink" : [ { "type" : "key", "value" : "Up", "mods" : [ "LCtrl" ] } ],
  90. "EmoteWink" : [ { "type" : "key", "value" : "Up", "mods" : ["LCtrl", "LShift"] } ],
  91. "EmoteEat" : [ { "type" : "key", "value" : "Down", "mods" : ["LCtrl", "LShift"] } ],
  92. "EmoteSleep" : [ { "type" : "key", "value" : "Left", "mods" : ["LCtrl", "LShift"] } ],
  93. "ShowLabels" : [ { "type" : "key", "value" : "RAlt", "mods" : [] }, { "type" : "key", "value" : "LAlt", "mods" : [] } ],
  94. "CameraShift" : [ { "type" : "key", "value" : "RCtrl", "mods" : [] }, { "type" : "key", "value" : "LCtrl", "mods" : [] } ],
  95. "CockpitUp" : [ { "type" : "key", "value" : "W", "mods" : [] }, { "type" : "key", "value" : "Up", "mods" : [] } ],
  96. "CockpitDown" : [ { "type" : "key", "value" : "S", "mods" : [] }, { "type" : "key", "value" : "Down", "mods" : [] } ],
  97. "CockpitLeft" : [ { "type" : "key", "value" : "Left", "mods" : [] }, { "type" : "key", "value" : "A", "mods" : [] } ],
  98. "CockpitRight" : [ { "type" : "key", "value" : "Right", "mods" : [] }, { "type" : "key", "value" : "D", "mods" : [] } ],
  99. "TitleBack" : [ { "type" : "key", "value" : "Esc", "mods" : [] } ],
  100. "CinematicSkip" : [ { "type" : "key", "value" : "Esc", "mods" : [] } ],
  101. "CinematicNext" : [ { "type" : "key", "value" : "Right", "mods" : [] }, { "type" : "key", "value" : "Return", "mods" : [] } ],
  102. "GuiClose" : [ { "type" : "key", "value" : "Esc", "mods" : [] } ],
  103. "GuiShifting" : [ { "type" : "key", "value" : "RShift", "mods" : [] }, { "type" : "key", "value" : "LShift", "mods" : [] } ],
  104. "KeybindingCancel" : [ { "type" : "key", "value" : "Esc", "mods" : [] } ],
  105. "KeybindingClear" : [ { "type" : "key", "value" : "Del", "mods" : [] }, { "type" : "key", "value" : "Backspace", "mods" : [] } ],
  106. "ChatPageUp" : [ { "type" : "key", "value" : "PageUp", "mods" : [] } ],
  107. "ChatPageDown" : [ { "type" : "key", "value" : "PageDown", "mods" : [] } ],
  108. "ChatPreviousLine" : [ { "type" : "key", "value" : "Up", "mods" : [] } ],
  109. "ChatNextLine" : [ { "type" : "key", "value" : "Down", "mods" : [] } ],
  110. "ChatSendLine" : [ { "type" : "key", "value" : "Return", "mods" : [] } ],
  111. "ChatBegin" : [ { "type" : "key", "value" : "Return", "mods" : [] } ],
  112. "ChatBeginCommand" : [ { "type" : "key", "value" : "/", "mods" : [] } ],
  113. "ChatStop" : [ { "type" : "key", "value" : "Esc", "mods" : [] } ],
  114. "InterfaceShowHelp" : [ { "type" : "key", "value" : "F1", "mods" : [] } ],
  115. "InterfaceHideHud" : [ { "type" : "key", "value" : "Z", "mods" : [ "LAlt" ] } ],
  116. "InterfaceSwapHands" : [ { "type" : "key", "value" : "Z", "mods" : [] } ],
  117. "InterfaceDeselectHands" : [ { "type" : "key", "value" : "X", "mods" : [] } ],
  118. "InterfaceBar1" : [ { "type" : "key", "value" : "1", "mods" : [] } ],
  119. "InterfaceBar2" : [ { "type" : "key", "value" : "2", "mods" : [] } ],
  120. "InterfaceBar3" : [ { "type" : "key", "value" : "3", "mods" : [] } ],
  121. "InterfaceBar4" : [ { "type" : "key", "value" : "4", "mods" : [] } ],
  122. "InterfaceBar5" : [ { "type" : "key", "value" : "5", "mods" : [] } ],
  123. "InterfaceBar6" : [ { "type" : "key", "value" : "6", "mods" : [] } ],
  124. "InterfaceBar7" : [ { "type" : "key", "value" : "7", "mods" : [] } ],
  125. "InterfaceBar8" : [ { "type" : "key", "value" : "8", "mods" : [] } ],
  126. "InterfaceBar9" : [ { "type" : "key", "value" : "9", "mods" : [] } ],
  127. "InterfaceBar10" : [ { "type" : "key", "value" : "0", "mods" : [] } ],
  128. "EssentialBar1" : [ { "type" : "key", "value" : "R", "mods" : [] } ],
  129. "EssentialBar2" : [ { "type" : "key", "value" : "T", "mods" : [] } ],
  130. "EssentialBar3" : [ { "type" : "key", "value" : "Y", "mods" : [] } ],
  131. "InterfaceBarNPos" : [ { "type" : "key", "value" : "-", "mods" : [] }, { "type" : "key", "value" : "`", "mods" : [] } ],
  132. "InterfaceRepeatCommand" : [ { "type" : "key", "value" : "P", "mods" : [] } ],
  133. "InterfaceToggleFullscreen" : [ { "type" : "key", "value" : "F11", "mods" : [] } ],
  134. "InterfaceEscapeMenu" : [ { "type" : "key", "value" : "Esc", "mods" : [] } ],
  135. "InterfaceInventory" : [ { "type" : "key", "value" : "I", "mods" : [] } ],
  136. "InterfaceCodex" : [ { "type" : "key", "value" : "L", "mods" : [] } ],
  137. "InterfaceQuest" : [ { "type" : "key", "value" : "J", "mods" : [] } ],
  138. "InterfaceCrafting" : [ { "type" : "key", "value" : "C", "mods" : [] } ],
  139. "InterfaceInspectCursor" : [ { "type" : "key", "value" : "N", "mods" : [] } ]
  140. }
  141. }
  142. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement