forked from MagicSmokeIndustries/Active-Struts
-
Notifications
You must be signed in to change notification settings - Fork 3
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
1 parent
cf6ebe7
commit 4d0bca1
Showing
28 changed files
with
64 additions
and
42 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,22 @@ | ||
spec_version: v1.4 | ||
identifier: IR-ActiveStruts | ||
name: Infernal Robotics Next - Active Struts | ||
abstract: Active Struts | ||
author: | ||
- Rudolf Meier | ||
- JDP | ||
$kref: >- | ||
#/ckan/github/meirumeiru/IR-Active-Struts/asset_match/IR-ActiveStruts_v[0-9]+\.[0-9]+\.[0-9]+\.zip | ||
$vref: '#/ckan/ksp-avc' | ||
x_netkan_allow_out_of_order: true | ||
license: GPL-3.0 | ||
release_status: stable | ||
resources: | ||
repository: https://github.com/meirumeiru/IR-Active-Struts | ||
remote-avc: https://github.com/meirumeiru/IR-Active-Struts/raw/main/Resources/GameData/IRActiveStruts/ActiveStruts.version | ||
tags: | ||
- plugin | ||
- struts | ||
install: | ||
- file: GameData/IRActiveStruts | ||
install_to: GameData |
4 changes: 2 additions & 2 deletions
4
...tries/IRActiveStruts/ActiveStruts.version → ...eData/IRActiveStruts/ActiveStruts.version
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
80 changes: 40 additions & 40 deletions
80
.../IRActiveStruts/Parts/TargetCube/part.cfg → .../IRActiveStruts/Parts/TargetCube/part.cfg
100755 → 100644
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,40 +1,40 @@ | ||
PART | ||
{ | ||
name = ASTargetCube | ||
module = Part | ||
author = Zodius | ||
|
||
mesh = model.mu | ||
scale = 1 | ||
rescaleFactor = 0.05 | ||
|
||
//node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 0 | ||
//node_stack_bottom = 0.0, -0.5, 0.0, 0.0, 1.0, 0.0, 0 | ||
//node_attach = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 0 | ||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 | ||
|
||
TechRequired = start | ||
entryCost = 0 | ||
cost = 0 | ||
category = -1 | ||
subcategory = 0 | ||
title = CIT Target Cube | ||
manufacturer = Caelum Ire Technologies | ||
description = Super targetable! | ||
attachRules = 0,1,0,1,0 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.000001 | ||
dragModelType = default | ||
maximum_drag = 0 | ||
minimum_drag = 0 | ||
angularDrag = 0 | ||
crashTolerance = 9999 | ||
maxTemp = 9999 | ||
|
||
MODULE | ||
{ | ||
name = ModuleActiveStrutFreeAttachTarget | ||
} | ||
|
||
} | ||
PART | ||
{ | ||
name = ASTargetCube | ||
module = Part | ||
author = Zodius | ||
|
||
mesh = model.mu | ||
scale = 1 | ||
rescaleFactor = 0.05 | ||
|
||
//node_stack_top = 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 0 | ||
//node_stack_bottom = 0.0, -0.5, 0.0, 0.0, 1.0, 0.0, 0 | ||
//node_attach = 0.0, -0.5, 0.0, 0.0, -1.0, 0.0, 0 | ||
node_attach = 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 | ||
|
||
TechRequired = start | ||
entryCost = 0 | ||
cost = 0 | ||
category = -1 | ||
subcategory = 0 | ||
title = CIT Target Cube | ||
manufacturer = Caelum Ire Technologies | ||
description = Super targetable! | ||
attachRules = 0,1,0,1,0 | ||
|
||
// --- standard part parameters --- | ||
mass = 0.000001 | ||
dragModelType = default | ||
maximum_drag = 0 | ||
minimum_drag = 0 | ||
angularDrag = 0 | ||
crashTolerance = 9999 | ||
maxTemp = 9999 | ||
|
||
MODULE | ||
{ | ||
name = ModuleActiveStrutFreeAttachTarget | ||
} | ||
|
||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.