Skip to content

Commit

Permalink
different install directory
Browse files Browse the repository at this point in the history
  • Loading branch information
meirumeiru committed May 10, 2023
1 parent cf6ebe7 commit 4d0bca1
Show file tree
Hide file tree
Showing 28 changed files with 64 additions and 42 deletions.
22 changes: 22 additions & 0 deletions IR-ActiveStruts.netkan
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"NAME" : "Infernal Robotics ActiveStruts",
"NAME" : "Infernal Robotics Next - ActiveStruts",
"DOWNLOAD" : "https://github.com/meirumeiru/IR-ActiveStruts/releases",
"URL" : "https://raw.githubusercontent.com/meirumeiru/Active-Struts/develop/Resources/GameData/MagicSmokeIndustries/IRActiveStruts/ActiveStruts.version",
"URL" : "https://github.com/meirumeiru/IR-ActiveStruts/raw/main/Resources/GameData/IRActiveStruts/ActiveStruts.version",
"GITHUB" : {
"USERNAME" : "meirumeiru",
"REPOSITORY" : "IR-ActiveStruts"
Expand Down
File renamed without changes.
File renamed without changes.
80 changes: 40 additions & 40 deletions .../IRActiveStruts/Parts/TargetCube/part.cfg → .../IRActiveStruts/Parts/TargetCube/part.cfg
100755 → 100644
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.

0 comments on commit 4d0bca1

Please sign in to comment.