File tree Expand file tree Collapse file tree
GameData/FieldTrainingLab Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11KERBALCHANGELOG //Required to have this name
22{
3- showChangelog = True //To show the changelog, this must be set to True
4- modName = FieldTrainingLab //Add your mod' s name here
5- VERSION //Declares a version node
6- {
7- version = 1.1 //Version number, numbers only with no spaces!
8- change = Fixed window scrolling //any changes in that version. There can be as many change fields as you want
9- change = Added shiny buttons
10- change = Removed bugs
11- }
12- VERSION
13- {
14- version = 1.0
15- change = First release!
16- }
17- }
3+ showChangelog = True //To show the changelog, this must be set to True
4+ modName = FieldTrainingLab //Add your mod' s name here
5+ VERSION //Declares a version node
6+ {
7+ version = 1.0.3.4
8+ change = Adoption by zer0Kerbal
9+ change = Added PAW grouping (really needed for these mods)
10+ change = Added a blurb in the editor getInfo{}
11+ change = Added InstallChecker.cs
12+ change = Updated patch - now patches all parts with moduleScienceLab
13+ change = Removed other patch
14+ change = changed the TrainingLab to be FieldTrainginLab (patches reflect this)
15+ }
16+ VERSION
17+ {
18+ version = 1.0.3.3
19+ change = >>-- EFour' s last release --<<
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments