Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ferram={
- 'mod':{
- 'name':'FAR', #no_spaces
- 'longName':'Ferram Aerospace Research'
- 'keywords':['ferram','aerospace','aerodynamic','planes'],
- 'forum':'http://forum.kerbalspaceprogram.com/threads/20451-0-23-5-Ferram-Aerospace-Research-v0-13-1-4-11-14?p=266037&viewfull=1#post266037',
- 'author':'Ferram', #name <optional email>
- 'version':'0.13.1', #ex. 1.2 < 1.2.3 < 2 < 2.1 or
- # just 1 < 2 < 3 ....
- 'ksp_version':'0.23.5'
- 'stable':True, # false for alpha/beta/rc etc.
- 'licence':'GNU General Public License 3', #ex. CC-BY
- 'depends':['ModuleManager','Toolbar'], #list of stings or lists: (shortnames, longnames or name:version)
- # ['mod1','mod2'] - newest version
- # ['mod < 1.3'] - vesion greater than 1.3
- # [ [mod1,'1.2'], 'mod = 2.4.3' ] - fixed version
- #
- 'conflicts':[],
- 'replaces':[], # ex. StretchySRB
- 'extends':[], #ex. reduction pack for B9
- '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
- #array is for mirros ['mediafier','dropbox']
- 'checksum':'89357132fd10984fc49992a55ad00e2a98b8e706', #SHA1 of archive file
- 'related':[], #if you istalled this you may also see:
- 'can_break_saves':False # :)
- },
- 'files':{
- 'gamedata':['Gamedata/FerramAerospaceResearch'], #copy this dir form archive to gamedata
- 'saves':[],
- 'ships':['Ships'],
- 'subassemblies':[],
- 'doc':['ChangeLog.txt','LICENSE','README.md'],
- 'sources':['https://github.com/ferram4/Ferram-Aerospace-Research'],
- 'ksp_root':[] #for flare mods etc.
- },
- 'notes':{
- 'preinstall':'',
- 'postinstall':'',
- 'uninstall':'Why????'
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment