Skip to content

Commit ae9312e

Browse files
authored
Merge pull request #4 from Olympic1/develop
v0.4.0 for KSP 1.2 pre
2 parents 580a76d + 88582b6 commit ae9312e

74 files changed

Lines changed: 3922 additions & 2141 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎.gitignore‎

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
# User-specific files
2+
*.suo
3+
*.user
4+
*.sln.docstates
5+
6+
# Build results
7+
[Dd]ebug/
8+
[Rr]elease/
9+
x64/
10+
build/
11+
[Bb]in/
12+
[Oo]bj/
13+
14+
# MSTest test Results
15+
[Tt]est[Rr]esult*/
16+
[Bb]uild[Ll]og.*
17+
18+
*_i.c
19+
*_p.c
20+
*.ilk
21+
*.meta
22+
*.obj
23+
*.pch
24+
*.pdb
25+
*.pgc
26+
*.pgd
27+
*.rsp
28+
*.sbr
29+
*.tlb
30+
*.tli
31+
*.tlh
32+
*.tmp
33+
*.tmp_proj
34+
*.log
35+
*.vspscc
36+
*.vssscc
37+
.builds
38+
*.pidb
39+
*.log
40+
*.scc
41+
42+
# Visual C++ cache files
43+
ipch/
44+
*.aps
45+
*.ncb
46+
*.opensdf
47+
*.sdf
48+
*.cachefile
49+
50+
# Visual Studio profiler
51+
*.psess
52+
*.vsp
53+
*.vspx
54+
55+
# Guidance Automation Toolkit
56+
*.gpState
57+
58+
# ReSharper is a .NET coding add-in
59+
_ReSharper*/
60+
*.[Rr]e[Ss]harper
61+
62+
# TeamCity is a build add-in
63+
_TeamCity*
64+
65+
# DotCover is a Code Coverage Tool
66+
*.dotCover
67+
68+
# NCrunch
69+
*.ncrunch*
70+
.*crunch*.local.xml
71+
72+
# Installshield output folder
73+
[Ee]xpress/
74+
75+
# DocProject is a documentation generator add-in
76+
DocProject/buildhelp/
77+
DocProject/Help/*.HxT
78+
DocProject/Help/*.HxC
79+
DocProject/Help/*.hhc
80+
DocProject/Help/*.hhk
81+
DocProject/Help/*.hhp
82+
DocProject/Help/Html2
83+
DocProject/Help/html
84+
85+
# Click-Once directory
86+
publish/
87+
88+
# Publish Web Output
89+
*.Publish.xml
90+
*.pubxml
91+
*.publishproj
92+
93+
# Windows Azure Build Output
94+
csx
95+
*.build.csdef
96+
97+
# Windows Store app package directory
98+
AppPackages/
99+
100+
# Others
101+
sql/
102+
*.Cache
103+
ClientBin/
104+
[Ss]tyle[Cc]op.*
105+
~$*
106+
*~
107+
*.dbmdl
108+
*.[Pp]ublish.xml
109+
*.pfx
110+
*.publishsettings
111+
112+
# RIA/Silverlight projects
113+
Generated_Code/
114+
115+
# Backup & report files from converting an old project file to a newer
116+
# Visual Studio version. Backup files are not needed, because we have git ;-)
117+
_UpgradeReport_Files/
118+
Backup*/
119+
UpgradeLog*.XML
120+
UpgradeLog*.htm
121+
122+
# SQL Server files
123+
App_Data/*.mdf
124+
App_Data/*.ldf
125+
126+
# Windows image file caches
127+
Thumbs.db
128+
ehthumbs.db
129+
130+
# Folder config file
131+
Desktop.ini
132+
133+
# Recycle Bin used on file shares
134+
$RECYCLE.BIN/
135+
136+
# Mac crap
137+
.DS_Store

‎GameData/LTech/Agency/Agents.cfg‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
AGENT
22
{
3-
name = L-Tech Industries
3+
name = L-Tech Scientific Industries
44

5-
description = Experts in the field of space science equipment, L-Tech Industries are building some of the most advanced scientific equipment.
5+
description = Experts in the field of space science equipment, L-Tech Scientific Industries is building some of the most advanced scientific equipment to get more information about space.
66

77
logoURL = LTech/Agency/LTechIndustries
88
logoScaledURL = LTech/Agency/LTechIndustries_scaled

‎GameData/LTech/Config/Settings.cfg‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎GameData/LTech/Config/SkyLabExperiments.cfg‎

Lines changed: 0 additions & 59 deletions
This file was deleted.
-936 Bytes
Binary file not shown.

‎GameData/LTech/LTech.version‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"NAME":"L-Tech Scientific Industries",
3+
"URL":"http://raw.githubusercontent.com/Olympic1/L-Tech/master/GameData/LTech/LTech.version",
4+
"DOWNLOAD":"https://spacedock.info/mod/227",
5+
"GITHUB":
6+
{
7+
"USERNAME":"Olympic1",
8+
"REPOSITORY":"L-Tech",
9+
"ALLOW_PRE_RELEASE":false
10+
},
11+
"VERSION":
12+
{
13+
"MAJOR":0,
14+
"MINOR":4,
15+
"PATCH":0,
16+
"BUILD":0
17+
},
18+
"KSP_VERSION":
19+
{
20+
"MAJOR":1,
21+
"MINOR":2,
22+
"PATCH":0
23+
}
24+
}

‎GameData/LTech/Parts/Science/ExtCamera/ExtCam1.cfg‎

Lines changed: 38 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@ PART
22
{
33
name = LT_ExtCam1
44
module = Part
5-
author = ludsoe, Olympic1
5+
author = Ludsoe, Olympic1
66

7-
// I'm making a model for this part
87
MODEL
98
{
109
model = Squad/Parts/Utility/linearRCS/model
1110
scale = 1, 1, 1
1211
}
1312

14-
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0
13+
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
1514

1615
TechRequired = scienceTech
1716
entryCost = 1000
@@ -20,7 +19,7 @@ PART
2019
subcategory = 0
2120
title = Kerb-I External Camera
2221
manufacturer = L-Tech Industries
23-
description = While reading some of the crew reports that were sent back after working on some new craft designs, the scientists thought: "Why don't we stick a camera on the crafts so we can also see in space?"
22+
description = While reading some of the crew reports that were sent back after working on some new craft designs, the scientists thought: "Why don't we stick a camera on the crafts so we can also see in space?" So they took a RCS thruster and banged a camera in it.
2423

2524
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
2625
attachRules = 0,1,0,1,1
@@ -30,21 +29,23 @@ PART
3029
maximum_drag = 0.01
3130
minimum_drag = 0.01
3231
angularDrag = 0.1
33-
crashTolerance = 50
34-
maxTemp = 3400
32+
crashTolerance = 7
33+
breakingForce = 50
34+
breakingTorque = 50
35+
maxTemp = 2600
36+
PhysicsSignificance = 1
37+
bulkheadProfiles = srf
38+
tags = l-tech ltech lt camera photo picture experiment
3539

3640
MODULE
3741
{
3842
name = HullCamera
39-
cameraName = Hull
4043
cameraForward = 0, 1, 0
4144
cameraUp = 0, 0, -1
4245
cameraPosition = 0, 0.05, -0.07
43-
cameraFoVMax = 60
44-
cameraFoVMin = 30
4546

4647
// This camera uses film resource to get science
47-
usesfilm = true
48+
usesFilm = true
4849

4950
specialExperimentName = photo-
5051

@@ -58,7 +59,7 @@ PART
5859

5960
useStaging = False
6061
useActionGroups = True
61-
hideUIwhenUnavailable = True
62+
hideUIwhenUnavailable = False
6263
rerunnable = True
6364

6465
xmitDataScalar = 0.8
@@ -67,8 +68,8 @@ PART
6768
collectActionName = Take Photo
6869
interactionRange = 1.2
6970

70-
picscival = 0.8 // The Value science gained is scaled by
71-
picdatval = 3 // The Data Scale value
71+
picScienceVal = 0.8 // The Value science gained is scaled by
72+
picDataVal = 3 // The Data Scale value
7273
}
7374

7475
RESOURCE
@@ -97,18 +98,30 @@ PART
9798
cameraIDPrefix = ExtCam
9899
}
99100

100-
MODULE:NEEDS[KAS]
101+
MODULE:NEEDS[KIS]
101102
{
102-
name = KASModuleGrab
103-
evaTransformName = jetpackCollider
104-
evaPartPos = (0.0, 0.00, -0.21)
105-
evaPartDir = (0,0,-1)
106-
dropAtGroundPos = false
107-
dropPartPos = (0.0, -0.1, -0.65)
108-
dropPartRot = (0.0, 90.0, 0.0)
109-
addPartMass = true
110-
storable = true
111-
storedSize = 4
112-
attachOnPart = True
103+
name = ModuleKISItem
104+
shortcutKeyAction = drop
105+
useName = use
106+
usableFromEva = true
107+
usableFromContainer = true
108+
usableFromPod = true
109+
usableFromEditor = true
110+
stackable = false
111+
volumeOverride = 0
112+
editorItemsCategory = false
113+
moveSndPath = KIS/Sounds/itemMove
114+
equipable = false
115+
equipMode = part
116+
equipSlot = Back Pocket
117+
equipSkill =
118+
equipRemoveHelmet = false
119+
equipMeshName = helmet
120+
equipBoneName = helmet01
121+
equipPos = (0, 0, 0)
122+
equipDir = (0, 0, 0)
123+
carriable = true
124+
allowPartAttach = 2
125+
allowStaticAttach = 0
113126
}
114127
}

0 commit comments

Comments
 (0)