Jump to content

[WIP] Doppleganager Systems - Earth Parts for Your Kerbal Universe


sreinmann

Recommended Posts

Okay, I'm learning 3D modeling and a bit more about coding in the backdrop of providing more stuff to do in KSP. Yeah, yeah, maybe we don't need/want another science part. Sure, fine, don't use it. Meanwhile, here I go.

Introduction

The objective for this parts mod is to create a series of replica parts from NASA, ESA, JAXA, FKA/RKA, USSR agencies. I'm going to mostly focus on research satellites as others are doing great work on rovers and deep space probes. This may be a challenge since much of the typical satellite is made up of the space craft bus (or propulsion, SAS, starfinder, batteries, comms, resources) and many of these are already available in KSP or via other parts mods. My goal then is to focus on the parts time selves and allow you guys to create your own bus to get them where they need to be.

Progress

WISE - Researched, Modeled and textured

SDO - Researched, Modeled

Aquarius SAC-D - Researched

Chandra - Researched

NuSTAR - Researched

WFJZHLel.png

55mZOYal.jpg

Challenges

1) Well, not getting in over my head with over complicated parts

2) Not giving up.

Link to comment
Share on other sites

Okay, breaking rule 1) already - again.

Is there a good tutorial on how to create a science part? Copying and pasting other's work only gets you so far.

On my WISE satellite I have my part.cfg set up fine (less some teaks to the standard part parameters). So next I attempted to add the science module.

MODULE

{

name = ModuleScienceExperiment

experimentID = wiseScan

experimentActionName = Observe Sky

resetActionName = Reset Observation

useStaging = False

useActionGroups = True

hideUIwhenUnavailable = True

rerunnable = True

xmitDataScalar = 0.2

dataIsCollectable = True

collectActionName = Collect Data

interactionRange = 1.2

externalDeploy = True

}

In the parent folder beside the part folder I have a resources folder with a ScienceDefs.cfg with the following.

EXPERIMENT_DEFINITION

{

id = wiseScan

title = Wide-Field IR Survey

baseValue = 5

scienceCap = 5

dataScale = 1

requireAtmosphere = False

situationMask = 32

biomeMask = 0

RESULTS

{

default = Observations.

default = More Observations.

KerbinInSpace = Even More Observations.

}

}

I should be able to run my experiment only in HKO but right clicking on the part at any point in time yields nothing. Any obvious silliness?

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...