TeddyDD

example of mod

Jul 28th, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "Mod": {
  3. "Name": "Far",
  4. "FullName": "Ferram Areospac....",
  5. "Keywords": null,
  6. "Author": "Ferram",
  7. "Maintainer": "",
  8. "Version": "",
  9. "KspVersion": "0.23.5",
  10. "Stable": true,
  11. "Licence": "",
  12. "Depends": [mod1, mod2],
  13. "Conflicts": null,
  14. "Replaces": null,
  15. "Extends": null,
  16. "Source": "",
  17. "Checksum": "", <-- SHA1 Checksum of mod zip file
  18. "Related": [NEAR]
  19. },
  20. "Files": {
  21. "Gamedata": [
  22. "/FAR",
  23. "/FAR_Plugin"
  24. ],
  25. "Ships": null,
  26. "Subassemblies": null,
  27. "Doc": null,
  28. "SourceCode": null,
  29. "KspRoot": null
  30. },
  31. "Info": {
  32. "Preinstall": "",
  33. "Postinstall": "SSSS",
  34. "Uninstall": ""
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment