Class: BetterAtmospheresHighDef

Inherits:
Kosmos::Package show all
Defined in:
lib/kosmos/packages/better_atmospheres.rb

Instance Attribute Summary

Attributes inherited from Kosmos::Package

#download_dir, #ksp_path

Instance Method Summary collapse

Methods inherited from Kosmos::Package

download!, find, inherited, #install!, normalize_for_find, normalized_title, search, unzip!

Methods included from Kosmos::PackageDsl

#merge_directory

Instance Method Details

#installObject



37
38
39
40
41
42
43
# File 'lib/kosmos/packages/better_atmospheres.rb', line 37

def install
  merge_directory 'BoulderCo',  into: 'GameData'
  merge_directory 'CustomAsteroids', into: 'GameData'
  merge_directory 'KittopiaSpace', into: 'GameData'
  merge_directory 'RealSolarSystem', into: 'GameData'
  merge_directory 'TextureReplacer', into: 'GameData'
end