Jump to content

Help changing EVA view


Sargent890

Recommended Posts

The IVA internals are set in the config file. All you need to do is add your internal's name to it.

Here is the Squad's 1-2 internal code:


// --- internal setup ---
CrewCapacity = 3
INTERNAL
{
name = PodCockpit
}

MODULE
{
name = ModuleCommand
minimumCrew = 1
}

RESOURCE
{
name = ElectricCharge
amount = 150
maxAmount = 150
}

MODULE
{
name = ModuleSAS
}

MODULE
{
name = ModuleReactionWheel

PitchTorque = 15
YawTorque = 15
RollTorque = 15

RESOURCE
{
name = ElectricCharge
rate = 1.2
}
}
MODULE
{
name = ModuleScienceExperiment

experimentID = crewReport

experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report

useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True

xmitDataScalar = 1.0
}
MODULE
{
name = ModuleScienceContainer

reviewActionName = Review Stored Data
storeActionName = Store Experiments
evaOnlyStorage = True
storageRange = 2.0
}

RESOURCE
{
name = MonoPropellant
amount = 30
maxAmount = 30
}

You would change it to:


// --- internal setup ---
CrewCapacity = (How many your pod can hold)
INTERNAL
{
name = YOUR INTERNAL NAME
}

MODULE
{
name = ModuleCommand
minimumCrew = (This is usually one, but you can have it set to w/e you want)
}

RESOURCE (Set this to w/e you want)
{
name = ElectricCharge
amount = 150
maxAmount = 150
}

MODULE
{
name = ModuleSAS
}

MODULE(This too)
{
name = ModuleReactionWheel

PitchTorque = 15
YawTorque = 15
RollTorque = 15

RESOURCE
{
name = ElectricCharge
rate = 1.2
}
}
MODULE
{
name = ModuleScienceExperiment

experimentID = crewReport

experimentActionName = Crew Report
resetActionName = Discard Crew Report
reviewActionName = Review Report

useStaging = False
useActionGroups = True
hideUIwhenUnavailable = True
rerunnable = True

xmitDataScalar = 1.0
}
MODULE
{
name = ModuleScienceContainer

reviewActionName = Review Stored Data
storeActionName = Store Experiments
evaOnlyStorage = True
storageRange = 2.0
}

RESOURCE(W/e you want.)
{
name = MonoPropellant
amount = 30
maxAmount = 30
}

There is also an internal config file for the internal you need to do.

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