Jump to content

[1.8.x - 1.12.x] US Probes Pack - Old and New - 8-26-21


raidernick

Recommended Posts

do you want a list on about when they should be put on the tech tree based on history of when the where launched? or some one to re wright the files? it would take a little reasearch but i could likely help you out.... though I expect when this gets supported by RO it will be taken care of......

Link to comment
Share on other sites

I would preferably like a list of what to change in every config file, entry cost, cost, tech required etc... I know RO is getting configs for it but not everyone uses or wants to use RO, so the stock configs should also have these changes.

Also the science modules on every probe are just placeholders, anyone who wants to make changes to decide what probe should have what experiments feel free to do it.

Edited by raidernick
Link to comment
Share on other sites

Well I know something that needed for some things I want to do, is a camera.... but I will see what I can do to find out at least some of the info your looking for

Most of the parts that had cameras have hullcam support already. Only galileo and magellan still need it because I was too lazy to add it yet. It will be there in the next update.

Link to comment
Share on other sites

With the TDRS sat they should have small thrusters,

"The Boeing-built Inertial Upper Stage that was to take the satellite from Challenger's orbit to its ultimate geosynchronous orbit suffered a failure that caused it not to deliver the TDRS to the correct orbit. As a result, it was necessary to command the satellite to use its onboard rocket thrusters to move it into its correct orbit."

Could it just have some RCS thrusters with about 5Kn of thrust?

Link to comment
Share on other sites

With the TDRS sat they should have small thrusters,

"The Boeing-built Inertial Upper Stage that was to take the satellite from Challenger's orbit to its ultimate geosynchronous orbit suffered a failure that caused it not to deliver the TDRS to the correct orbit. As a result, it was necessary to command the satellite to use its onboard rocket thrusters to move it into its correct orbit."

Could it just have some RCS thrusters with about 5Kn of thrust?

The TDRS launched from the shuttles were a different design made by a different company. The one included in this pack is the TDRS-K, which was launched by Atlas-V. It does however still have thrusters on it somewhere, there are no good references for this so I'm likely going to have to wing it.

Edited by raidernick
Link to comment
Share on other sites

Okay so this pack is awesome.

When the Delta II model is finished we should cross link the products with each other because it's a perfect match.

Especially thrilled with your attention to detail, your solar panels, and the wide variety of very important spacecraft depicted.

Edited by YANFRET
Link to comment
Share on other sites

The TDRS launched from the shuttles were a different design made by a different company. The one included in this pack is the TDRS-K, which was launched by Atlas-V. It does however still have thrusters on it somewhere, there are no good references for this so I'm likely going to have to wing it.

perhaps this would help?

TDRS-K_satellite_before_launch.jpg

Edited by XkaOnslaught
Link to comment
Share on other sites

Thanks I had the same picture but in a much lower resolution, apparently when I downloaded it from wikipedia I was too stupid to select the original resolution. I suspected those were the thrusters, I actually already finished them a couple days ago I'm just withholding releases until I finish a few more things up(and after christmas as I'm very busy).

Link to comment
Share on other sites

Hi raidernick,

i found some problems on US_Probes_RT.cfg, i show you error from output_log

[ModuleManager] ModuleManager: 1081 patches applied, found 6 errors
6 errors in GameData/US_Probes_RT.cfg

i use ModuleManager 2.5.6.

Edit:

KSP.log :


[LOG 15:46:29.131] [ModuleManager] Applying node /US_Probes_RT/@PART[pioneer_0_1_2,pioneer_3_4]:FOR[RemoteTech] to RN_US_Probes/Pioneer/pioneer012/pioneer_0_1_2
[LOG 15:46:29.132] [ModuleManager] Cannot use operators with replace (%) value: @RESOURCE[ElectricCharge]
[LOG 15:46:29.133] [ModuleManager] Cannot use operators with replace (%) value: @RESOURCE[ElectricCharge]
[LOG 15:46:29.134] [ModuleManager] Applying node /US_Probes_RT/@PART[pioneer_0_1_2,pioneer_3_4]:FOR[RemoteTech] to RN_US_Probes/Pioneer/pioneer34/pioneer_3_4
[LOG 15:46:29.134] [ModuleManager] Cannot use operators with replace (%) value: @RESOURCE[ElectricCharge]
[LOG 15:46:29.135] [ModuleManager] Cannot use operators with replace (%) value: @RESOURCE[ElectricCharge]
[LOG 15:46:29.237] [ModuleManager] Applying node /US_Probes_RT/@PART[vanguard-1]:FOR[RemoteTech] to RN_US_Probes/Vanguard/vanguard-1/vanguard-1
[LOG 15:46:29.237] [ModuleManager] Cannot use operators with replace (%) value: @RESOURCE[ElectricCharge]
[LOG 15:46:29.238] [ModuleManager] Cannot use operators with replace (%) value: @RESOURCE[ElectricCharge]

Edited by Viruzzz
Link to comment
Share on other sites

Hi raidernick,

i found some problems on US_Probes_RT.cfg, i show you error from output_log

Already know about the errors and they've already been fixed for the next release.

It's nothing gamebreaking now though, if you want to get rid of them yourself just replace those % symbols with @ symbols.

Link to comment
Share on other sites

I don't suppose you could quickly edit a special copy of Explorer for me with one solar panel that doesn't open? :)

(So I can use your model instead of making my own for Project Alexandria's Explorer 6)

Give this one a try

//RemoteTech for pioneer 0, 1, 2, 3 and 4
@PART[pioneer_0_1_2,pioneer_3_4]:FOR[RemoteTech]{
%RESOURCE[ElectricCharge]{
%amount *=2
%maxAmount *=2
}

!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%IsRTActive = true
%Mode0OmniRange = 0
%Mode1OmniRange = 2E7 //20 000 km
%EnergyCost = 0.001

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 0.01
}
}

%MODULE[ModuleSPUPassive] {}
}

//The Pioneer 5 was sent for deep space, so it needs a long range antenna

@PART[pioneer_5]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%IsRTActive = true
%Mode0OmniRange = 5E5 //500 km
%Mode1OmniRange = 8E8 //800 Mm
%EnergyCost = 0.25

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 1
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[pioneer_6_7_8_9]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%IsRTActive = true
%Mode0OmniRange = 5E5 //500 km
%Mode1OmniRange = 1E9 //1 Gm
%EnergyCost = 0.28

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 1
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[pioneer_10_11,neo_ulysses]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 3E11 //300 Gm, to the depths of kerbol system and beyond.
%DishAngle = 0.01

%EnergyCost = 1

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 3
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

//Kerbin Observation satellites

@PART[eos_aura,eos_aqua,eos_terra]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 5E6 //5000 km
%DishAngle = 30

%EnergyCost = 1
%MaxQ = 600

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[neo_dawn,neo_near,neo_stardust]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 34E9 //34 Gm, enough for a mission to Dres
%DishAngle = 0.5

%EnergyCost = 1.25

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[neo_deepimpact]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 5E10 //50 Gm
%DishAngle = 1.5

%EnergyCost = 1.01
%MaxQ = 500

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[neo_deepimpact_impactor,neo_stardust_collector]:FOR[RemoteTech]{
%REOURCE[ElectricCharge]{
%amount *= 2
%maxAmount *=2
}

!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%IsRTActive = true
%Mode0OmniRange = 5E4 //50 km
%Mode1OmniRange = 5E6 //5000 km
%EnergyCost = 0.001

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 1
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[neo_ds1]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 9E10 // 90Gm
%DishAngle = 0.1

%EnergyCost = 1.6

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[gdish_actual]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 52E9 //
%DishAngle = 0.01

%EnergyCost = 1.0
%MaxQ = 600

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[gdish_intended]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 80E9 //
%DishAngle = 0.15

%EnergyCost = 1.0
%MaxQ = 600

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[galileo_aprobe,galileo_mb]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%IsRTActive = true
%Mode0OmniRange = 0
%Mode1OmniRange = 5E6 //5000 km
%EnergyCost = 0.001

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 5
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[magellan]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna]{
%Mode0DishRange = 0
%Mode1DishRange = 5E9 // 5Gm
%DishAngle = 3.6

%EnergyCost = 1.5

%DeployFxModules = 0

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 15
}
}

%MODULE[ModuleSPUPassive] {}
}

@PART[vanguard-1]:FOR[RemoteTech]{
%RESOURCE[ElectricCharge]{
%amount *=2
%maxAmount *=2
}

!MODULE[ModuleDataTransmitter] {}

%MODULE[ModuleRTAntenna] {
%IsRTActive = true
%Mode0OmniRange = 0
%Mode1OmniRange = 1E6 //1000 km
%EnergyCost = 0.001

%TRANSMITTER {
%PacketInterval = 0.18
%PacketSize = 2
%PacketResourceCost = 1
}
}

%MODULE[ModuleSPUPassive] {}
}
@PART[eos_tdrs]:FOR[RemoteTech]{
!MODULE[ModuleDataTransmitter] {}

MODULE[ModuleRTAntenna]

Mode0DishRange = 0
Mode1DishRange = 2E10 //20 Gm
DishAngle = 5

EnergyCost = 1.2

TRANSMITTER {
PacketInterval = 0.18
PacketSize = 2
PacketResourceCost = 15
}
}
MODULE{
name = ModuleRTAntenna

Mode0DishRange = 0
Mode1DishRange = 2E10 //20 Gm
DishAngle = 5

EnergyCost = 1.2

TRANSMITTER {
PacketInterval = 0.18
PacketSize = 2
PacketResourceCost = 15
}
}
MODULE{
name = ModuleRTAntenna

Mode0DishRange = 0
Mode1DishRange = 2E8 //200 Mm
DishAngle = 15

EnergyCost = 0.99

TRANSMITTER {
PacketInterval = 0.18
PacketSize = 2
PacketResourceCost = 15
}
}
MODULE{
name = ModuleRTAntenna
Mode0OmniRange = 0
Mode1OmniRange = 1E7 //10 000 km

EnergyCost = 0.2

TRANSMITTER {
PacketInterval = 0.18
PacketSize = 2
PacketResourceCost = 15
}
}

MODULE[ModuleSPUPassive] {}
}

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