TeddyDD

Untitled

Aug 2nd, 2014
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.76 KB | None | 0 0
  1. ferram={
  2.     'mod':{
  3.         'name':'FAR',       #no_spaces
  4.         'longName':'Ferram Aerospace Research'
  5.         'keywords':['ferram','aerospace','aerodynamic','planes'],
  6.         'forum':'http://forum.kerbalspaceprogram.com/threads/20451-0-23-5-Ferram-Aerospace-Research-v0-13-1-4-11-14?p=266037&viewfull=1#post266037',
  7.         'author':'Ferram',  #name <optional email>
  8.         'maintainer':'TeddyDD <[email protected]>',#name <email>
  9.         'version':'0.13.1', #ex. 1.2 < 1.2.3 < 2 < 2.1 or
  10.                         #   just 1 < 2 < 3 ....
  11.         'ksp_version':'0.23.5'
  12.         'stable':True, # false for alpha/beta/rc etc.
  13.         'licence':'GNU General Public License 3',   #ex. CC-BY
  14.         'depends':['ModuleManager','Toolbar'],  #list of stings or lists: (shortnames, longnames or name:version)
  15.                         #   ['mod1','mod2'] - newest version
  16.                         #   ['mod < 1.3'] - vesion greater than 1.3
  17.                         #   [ [mod1,'1.2'], 'mod = 2.4.3' ] - fixed version
  18.                         #
  19.         'conflicts':[],
  20.         'replaces':[],  # ex. StretchySRB
  21.         'extends':[],   #ex. reduction pack for B9
  22.         'source':['http://kerbalspaceport.com/wp/wp-content/themes/kerbal/inc/download.php?f=uploads/2014/04/FerramAerospaceResearch_v0.13.1.zip'],     #file to download - string
  23.                         #array is for mirros ['mediafier','dropbox']
  24.         'checksum':'89357132fd10984fc49992a55ad00e2a98b8e706',  #SHA1 of archive file
  25.         'related':[],   #if you istalled this you may also see:
  26.         'can_break_saves':False # :)
  27.     },
  28.     'files':{
  29.         'gamedata':['Gamedata/FerramAerospaceResearch'], #copy this dir form archive to gamedata
  30.         'saves':[],
  31.         'ships':['Ships'],
  32.         'subassemblies':[],
  33.         'doc':['ChangeLog.txt','LICENSE','README.md'],
  34.         'sources':['https://github.com/ferram4/Ferram-Aerospace-Research'],
  35.         'ksp_root':[] #for flare mods etc.
  36.     },
  37.     'notes':{
  38.         'preinstall':'',
  39.         'postinstall':'',
  40.         'uninstall':'Why????'
  41.     }
  42. }
Advertisement
Add Comment
Please, Sign In to add comment