-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
84 changed files
with
1,399 additions
and
2,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
ModuleManager | ||
============= | ||
|
||
|
||
Original (c) from Ialdabaoth ( https://github.com/Ialdabaoth ) | ||
|
||
Modified by // Modifications by // Maintained by sarbian ( https://github.com/sarbian ) | ||
|
||
|
||
The original licence requirement was: | ||
|
||
--- | ||
|
||
under a CC share-alike license. Anyone is free to do anything they like with ModuleManager's source, with two caveats: | ||
|
||
1. You credit me as the original creator that your code is based on | ||
2. You make it ABSOLUTELY CLEAR that your code is not the original ModuleManager, and that any problems that people have with your fork should be taken up with YOU, not me. | ||
|
||
--- | ||
|
||
|
||
THIS IS NOT THE ORIGINAL MODULEMANAGER CODE. | ||
|
||
Do not bother Ialdabaoth about any problems with it. |
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GameData/WildBlueIndustries/000ABARISBridgeDoNotDelete/BARISBridge.dll
Binary file not shown.
Binary file modified
BIN
+16 Bytes
(100%)
GameData/WildBlueIndustries/000ABARISBridgeDoNotDelete/BARISBridge.dll.mdb
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GameData/WildBlueIndustries/000ABARISBridgeDoNotDelete/BARISBridge.pdb
Binary file not shown.
File renamed without changes
144 changes: 71 additions & 73 deletions
144
GameData/WildBlueIndustries/000WildBlueTools/Parts/Utility/kPad.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,74 @@ | ||
PART:NEEDS[KIS] | ||
{ | ||
name = WBI_kPad | ||
module = Part | ||
author = Angel-125 | ||
|
||
MODEL | ||
{ | ||
model = WildBlueIndustries/000WildBlueTools/Assets/kPad | ||
scale = 0.1, 0.1, 0.1 | ||
} | ||
rescaleFactor = 1 | ||
node_attach = 0, 0, 0, 1, 0, 0, 1 | ||
|
||
TechRequired = advElectrics | ||
entryCost = 8000 | ||
cost = 800 | ||
category = Utility | ||
subcategory = 0 | ||
title = kPad Air | ||
manufacturer = Kuzzter Instruments | ||
description = Why carry a giant plasma TV around when a small tablet can do the job just as well? Introducing the kPad from Kuzzter Instruments. Carry one of these wherever you go, and if you're good enough, edit The Persistence... | ||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,0,0,0,0 | ||
// --- standard part parameters --- | ||
mass = 0.001 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 2 | ||
crashTolerance = 8 | ||
maxTemp = 1200 | ||
breakingForce = 50 | ||
breakingTorque = 50 | ||
bulkheadProfiles = srf | ||
MODULE | ||
{ | ||
name = ModuleKISItem | ||
shortcutKeyAction = equip | ||
equipable = true | ||
equipMode = part | ||
equipSlot = rightHand | ||
equipMeshName = body01 | ||
|
||
equipBoneName = bn_r_mid_a01 | ||
|
||
equipPos = (0.04, 0.02,-0.03) | ||
equipDir = (0,75,-90) | ||
toolPartAttach = true | ||
toolStaticAttach = false | ||
toolPartStack = true | ||
attachPartSndPath = KIS/Sounds/attachScrewdriver | ||
detachPartSndPath = KIS/Sounds/detachScrewdriver | ||
} | ||
MODULE | ||
{ | ||
name = WBIPlasmaTV | ||
aspectRatio = w/h - 1/1.18 | ||
} | ||
PART:NEEDS[KIS] | ||
{ | ||
name = WBI_kPad | ||
module = Part | ||
author = Angel-125 | ||
|
||
MODEL | ||
{ | ||
model = WildBlueIndustries/000WildBlueTools/Assets/kPad | ||
scale = 0.1, 0.1, 0.1 | ||
} | ||
rescaleFactor = 1 | ||
// --- node definitions --- | ||
//node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0 | ||
//node_stack_bottom = 0.0, -2.0, 0.0, 0.0, 1.0, 0.0 | ||
node_attach = 0.0, -0.2, 0.0, 0.0, -1.0, 0.0, 1 | ||
|
||
|
||
// --- editor parameters --- | ||
TechRequired = start | ||
entryCost = 1000 | ||
cost = 600 | ||
category = Utility | ||
subcategory = 0 | ||
title = kPad Air | ||
manufacturer = Kuzzter Instruments | ||
description = Why carry a giant plasma TV around when a small tablet can do the job just as well? Introducing the kPad from Kuzzter Instruments. Carry one of these wherever you go, and if you're good enough, edit The Persistence... | ||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,0,0,0,0 | ||
// --- standard part parameters --- | ||
PhysicsSignificance = 1 | ||
mass = 0.005 | ||
dragModelType = default | ||
maximum_drag = 0.2 | ||
minimum_drag = 0.2 | ||
angularDrag = 1 | ||
crashTolerance = 6 | ||
breakingForce = 5 | ||
breakingTorque = 5 | ||
maxTemp = 900 | ||
skinMaxTemp = 1100 | ||
explosionPotential = 0.1 | ||
bulkheadProfiles = srf | ||
tags = Kpad | ||
MODULE | ||
{ | ||
name = ModuleKISItem | ||
shortcutKeyAction = equip | ||
equipRemoveHelmet = false | ||
volumeOverride = 1 | ||
equipable = true | ||
useName = use | ||
equipMode = model | ||
equipSlot = rightHand | ||
equipBoneName = aliasRightPalm | ||
equipPos = (0.04, 0.02,-0.03) | ||
equipDir = (-45,75,-45) | ||
} | ||
MODULE | ||
{ | ||
name = WBIPlasmaTV | ||
aspectRatio = w/h - 1/1.18 | ||
} | ||
} |
Binary file modified
BIN
+34.5 KB
(110%)
GameData/WildBlueIndustries/000WildBlueTools/Plugins/WildBlueTools.dll
Binary file not shown.
Binary file modified
BIN
+17.4 KB
(110%)
GameData/WildBlueIndustries/000WildBlueTools/Plugins/WildBlueTools.dll.mdb
Binary file not shown.
Binary file modified
BIN
+68 KB
(110%)
GameData/WildBlueIndustries/000WildBlueTools/Plugins/WildBlueTools.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.