Skip to content

Commit a313d90

Browse files
authored
Merge pull request #16 from zer0Kerbal/0.2.0
Release 0.2.0 - closes #8
2 parents 56d5f3d + 55dc288 commit a313d90

File tree

9 files changed

+57
-11
lines changed

9 files changed

+57
-11
lines changed

JoolianDiscovery-CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
0.2 (2014-10-07) - Beta Release
2+
- Added a starter IVA (work in progress)
3+
- Changing versioning file to not be as picky about KSP version
4+
5+
0.1 (2014-10-03) - Inital Beta Test
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"NAME": "Joolian Discovery",
33
"URL": "http://ksp.necrobones.com/files/JoolianDiscovery/JoolianDiscovery.version",
4-
"DOWNLOAD": "http://ksp.necrobones.com/files/JoolianDiscovery/JoolianDiscovery-0.1.zip",
5-
"_comment": "Use old-style format to keep compatibility with KSP-AVC Utility 0.3.",
4+
"DOWNLOAD": "https://kerbalstuff.com/mod/240/Joolian%20Discovery",
65
"VERSION": {
76
"MAJOR": 0,
8-
"MINOR": 1,
7+
"MINOR": 2,
98
"PATCH": 0
109
},
11-
"KSP_VERSION": {
10+
"KSP_VERSION_MIN": {
1211
"MAJOR": 0,
1312
"MINOR": 24,
14-
"PATCH": 2
13+
"PATCH": 0
1514
}
1615
}
-3 Bytes
Binary file not shown.

JoolianDiscovery/Parts/JoolianPod/part.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ vesselType = Ship
4343
// --- internal setup ---
4444
CrewCapacity = 5
4545

46-
//INTERNAL
47-
//{
48-
// name = PodCockpit
49-
//}
50-
5146
INTERNAL
5247
{
53-
name = GenericSpace3
48+
name = JoolianPodIVA
5449
}
5550

51+
//INTERNAL
52+
//{
53+
// name = GenericSpace3
54+
//}
55+
5656

5757
MODULE
5858
{
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
INTERNAL
2+
{
3+
name = JoolianPodIVA
4+
5+
MODULE
6+
{
7+
name = InternalSeat
8+
seatTransformName = pilotSeat1
9+
allowCrewHelmet = false
10+
}
11+
MODULE
12+
{
13+
name = InternalSeat
14+
seatTransformName = pilotSeat2
15+
allowCrewHelmet = false
16+
}
17+
MODULE
18+
{
19+
name = InternalSeat
20+
seatTransformName = pilotSeat3
21+
allowCrewHelmet = false
22+
}
23+
MODULE
24+
{
25+
name = InternalSeat
26+
seatTransformName = pilotSeat4
27+
allowCrewHelmet = false
28+
}
29+
MODULE
30+
{
31+
name = InternalSeat
32+
seatTransformName = pilotSeat5
33+
allowCrewHelmet = false
34+
}
35+
MODULE
36+
{
37+
name = InternalSeat
38+
seatTransformName = pilotSeat6
39+
allowCrewHelmet = false
40+
}
41+
42+
}
75 KB
Binary file not shown.

0 commit comments

Comments
 (0)