Jump to content

Micro-sized actuators?


kananesgi

Recommended Posts

Is there a mod around that adds very small sized actuators? I'm thinking of something small enough to put folding antennae and such on a micro-cubesat like the SSR Micro-Sat mod. All of the stock actuators and those that Angel-125 created are all at least as big as the entire satellite or bigger. 

[KSP 1.8.1]

Edited by kananesgi
Add ksp version
Link to comment
Share on other sites

You can try to manually create a new actuator by copying the files of the bigger model, changing names and in the.cfg, change the "rescalefactor" to like 0.5. Il did that to have a MK1 adv sas wheel :

PART
{
	name = asasmodule1-1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 0.5
	iconCenter = 0, 3, 0
	node_stack_top = 0, 0.25, 0, 0.0, 1.0, 0.0, 2
	node_stack_bottom = 0, -0.25, 0, 0.0, -1.0, 0.0, 2
	buoyancy = 0.1
	buoyancyUseSine = False
	TechRequired = specializedControl
	entryCost = 11600
	cost = 2100
	category = Control
	subcategory = 0
	title = Advanced Reaction Wheel Module, Medium
	manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps
	description = After many years of research, STEADLER Corps rocket engineers discovered that medium flywheels were necessary to keep helicopters and medium ships under control. The "Advanced Reaction Wheel Module, Medium" addresses that issue by its use of patented Medium Flywheels™ to provide "More Torque" (patent pending). This module does indeed pack as much punch as bigger models. It also needs a lot more power, as smaller wheels have to turn faster.
	attachRules = 1,0,1,1,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	maxTemp = 2000 // = 3400
	bulkheadProfiles = size1
	tags = #autoLOC_500288 //#autoLOC_500288 = cmg command control fly gyro moment react stab steer torque
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 30
		YawTorque = 30
		RollTorque = 30
		torqueResponseSpeed = 30
		RESOURCE
		{
			name = ElectricCharge
			rate = 1.6
		}
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = -1		
	}
}

Quick and dirty way. Made in the ./Squad/Parts/Command/ folder.

Edited by Kenny Kerman
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...