Advertisement
Guest User

server.json

a guest
Mar 22nd, 2016
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. {
  2. "ServerName": "IsR Server",
  3. "MessageOfTheDay": "Welcome to IsR Server!",
  4. "Port": 8905,
  5. "Flags": 0,
  6. "DetailedDesyncInfo": false,
  7. "AutoSaveDelay": 300.0,
  8. "BackupSaveDelay": 7200.0,
  9. "BackupCount": 5,
  10. "Tutorial": false,
  11. "GalaxyName": "andromeda",
  12. "SystemName": "Hadron",
  13. "FactionStarterStations": {
  14. "FT_HurlesCo": "HSC Industrial Complex",
  15. "FT_GalacticTrade": "GT Trade Hub",
  16. "FT_S3": "S3 Fort Bragg",
  17. "FT_Drifters": "The Black Pit"
  18. },
  19. "FactionStarterShips": {
  20. "FT_HurlesCo": [
  21. {
  22. "Identifier": "HSC Excavator Mk I",
  23. "Description": "",
  24. "PreviewImageFile": "Textures/OS/ShipImages/str_Miner_01.png",
  25. "Price": 699999
  26. }
  27. ],
  28. "FT_GalacticTrade": [
  29. {
  30. "Identifier": "GT Mk IV Hauler",
  31. "Description": "",
  32. "PreviewImageFile": "Textures/OS/ShipImages/str_Hauler_01.png",
  33. "Price": 625000
  34. }
  35. ],
  36. "FT_S3": [
  37. {
  38. "Identifier": "S3 Peregrine Mk I",
  39. "Description": "",
  40. "PreviewImageFile": "Textures/OS/ShipImages/str_Peregrine_01.png",
  41. "Price": 599999
  42. }
  43. ]
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement