Jump to content

uncle natzer

Members
  • Posts

    47
  • Joined

  • Last visited

Posts posted by uncle natzer

  1. I'm really starting to get into the really nerdy side of this game but I'm have problems figuring out some of the maths, mainly the Orbital Period. I cannot figure out where I am messing up. I'm using an altitude of 2,863,330m because I know the period should be 6hrs but I cannot get 21,600 seconds for the life of me. Radius of Kerbin is 600,000m and the Gravitational Parameter I've gotten is 3530.461, both of those I pulled from the wiki. 681,835,704 is the answer I keep getting.

    This is the webpage I've gotten the formula from, https://en.wikipedia.org/wiki/Orbital_period.

    If anyone can help me by breaking down the maths so I can figure out what I'm doing wrong that would be amazing. 

  2. I'm going to post a picture of my rocket and see if you guys can give me pointers and what-not.

    wDhdn

    It has the dv that it has because it will be doing a Minmus flyby at the very least.

    Here is the link also.

    http://imgur.com/a/wDhdn

    - - - Updated - - -

    This is also what my Physics.cfg has set.

    dragMultiplier = 8

    dragCubeMultiplier = 0.1

    angularDragMultiplier = 2

    liftMultiplier = 0.036

    liftDragMultiplier = 0.015

    bodyLiftMultiplier = 18

    aeroFXScalar = 1

    aeroFXDensityExponent = 0.75

    aeroFXStartThermalFX = 2

    aeroFXFullThermalFX = 3.5

    aeroFXExponent = 3.0

    thermalMaxIntegrationWarp = 100

    spaceTemperature = 4

    solarLuminosityAtHome = 1360

    solarInsolationAtHome = 0.15

    convectionDensityExponent = 0.5

    convectionVelocityExponent = 3.0

    convectionFactorSplashed = 5000

    fullConvectionAreaMin = -0.2

    fullToCrossSectionLerpStart = 0.8

    fullToCrossSectionLerpEnd = 1.5

    machConvectionStart = 2

    machConvectionEnd = 4.0

    machConvectionExponent = 3

    turbulentConvectionStart = 100

    turbulentConvectionEnd = 200

    turbulentConvectionMult = 100

    machTemperatureScalar = 21

    machTemperatureVelocityExponent = 0.75

    partEmissivityExponent = 4

    radiationFactor = 1

    convectionFactor = 6

    newtonianConvectionFactorBase = 8.14

    newtonianConvectionFactorTotal = 4.0

    newtonianDensityExponent = 0.5

    newtonianVelocityExponent = 1.0

    conductionFactor = 20

    internalHeatProductionFactor = 0.025

    aerodynamicHeatProductionFactor = 1.0

    standardSpecificHeatCapacity = 800

    skinSkinConductionFactor = 0.06

    skinInteralConductionFactor = 0.4

    shieldedConductionFactor = 0.01

  3. I'm almost always burning up before entering orbit. No matter what design I make it'll burn up. It's always between 45 and 50k. I use DR but I've rest the values to the default setting and I've tried using the recommended 1.2 to 1.5 starting TWR and I've used a multitude of launch profiles from really steep to really shallow and everything in between. I get through the lower atmosphere with no problems. Any pointers or help would be amazing, um kinda starting to get frustrated...

  4. I have MM and the RT folder placed into the GameData folder, not placed into any others. I have no problems with any other mods I have installed. All other aspects of RT works correctly. Could it have something to do with scanning for ore? I ran into the problem with the large ore scanning dish, I don't remember the name.

  5. I've posted this in the RT forum page but they are a little slow getting back to me so I'm going to post it here also.

    None of my antennas are transmitting data. I found this out because I was trying to do an ore scan and I got a message telling me that I did not have an antenna that could transmit the data. As far as I know, I do not have any mods installed that conflict with RT but I went ahead and put a clean copy of KSP on my hard drive and tested with RT not installed, RT with the packaged MM version, and then RT with the old MM removed and the new version installed. All of the tests with RT installed resulted with the Data Transmission Module not there. When uninstalled, the module was back.

    This is a snip from a .cfg for the RT antennas from the MM files in the RT-

    @PART[RTLongAntenna2]:FOR[RemoteTech]

    {

    %TechRequired = largeElectrics

    @MODULE[ModuleAnimateGeneric]

    {

    %allowManualControl = false

    }

    %MODULE[ModuleRTAntenna] {

    %Mode0OmniRange = 0

    %Mode1OmniRange = 5000000

    %MaxQ = 3000

    %EnergyCost = 0.6

    %DeployFxModules = 0

    %TRANSMITTER {

    %PacketInterval = 0.3

    %PacketSize = 2

    %PacketResourceCost = 15.0

    }

    }

    %MODULE[ModuleSPUPassive] {}

    }

    It shows that the Transmitter is there

    This is the .cfg for the Communotron 88-88.

    PART

    {

    name = commDish

    module = Part

    author = NovaSilisko

    mesh = model.mu

    scale = 1

    rescaleFactor = 1

    node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0

    node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0

    TechRequired = electronics

    entryCost = 3400

    cost = 1100

    category = Science

    subcategory = 0

    title = Communotron 88-88

    manufacturer = Ionic Symphonic Protonic Electronics

    description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.

    attachRules = 1,1,0,0,0

    mass = 0.025

    dragModelType = default

    maximum_drag = 0.2

    minimum_drag = 0.2

    angularDrag = 2

    crashTolerance = 7

    maxTemp = 2000 // = 3000

    PhysicsSignificance = 1

    bulkheadProfiles = size0, srf

    MODULE

    {

    name = ModuleAnimateGeneric

    animationName = dish

    isOneShot = false

    startEventGUIName = Extend

    endEventGUIName = Retract

    actionGUIName = Toggle Antenna

    allowAnimationWhileShielded = False

    }

    MODULE

    {

    name = ModuleDataTransmitter

    packetInterval = 0.10

    packetSize = 2

    packetResourceCost = 20.0

    requiredResource = ElectricCharge

    DeployFxModules = 0

    }

    }

    It has the name as ModuleDataTransmitter. Could the problem be that the MM file has it named wrong?

  6. Ok so I did some testing. The base game shows the ability to transmit data but when I install RT and only RT it removes it. I've tried with both the MM that is packaged with it and the most up to date MM. Any ideas on whats going on?

    This is a snip from a .cfg for the RT antennas from the MM files in the RT-

    @PART[RTLongAntenna2]:FOR[RemoteTech]

    {

    %TechRequired = largeElectrics

    @MODULE[ModuleAnimateGeneric]

    {

    %allowManualControl = false

    }

    %MODULE[ModuleRTAntenna] {

    %Mode0OmniRange = 0

    %Mode1OmniRange = 5000000

    %MaxQ = 3000

    %EnergyCost = 0.6

    %DeployFxModules = 0

    %TRANSMITTER {

    %PacketInterval = 0.3

    %PacketSize = 2

    %PacketResourceCost = 15.0

    }

    }

    %MODULE[ModuleSPUPassive] {}

    }

    It shows that the Transmitter is there

    This is the .cfg for the Communotron 88-88.

    PART

    {

    name = commDish

    module = Part

    author = NovaSilisko

    mesh = model.mu

    scale = 1

    rescaleFactor = 1

    node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0

    node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0

    TechRequired = electronics

    entryCost = 3400

    cost = 1100

    category = Science

    subcategory = 0

    title = Communotron 88-88

    manufacturer = Ionic Symphonic Protonic Electronics

    description = The Communotron High-Gain Antenna, model 88-88 allows for long-range, high-speed communication.

    attachRules = 1,1,0,0,0

    mass = 0.025

    dragModelType = default

    maximum_drag = 0.2

    minimum_drag = 0.2

    angularDrag = 2

    crashTolerance = 7

    maxTemp = 2000 // = 3000

    PhysicsSignificance = 1

    bulkheadProfiles = size0, srf

    MODULE

    {

    name = ModuleAnimateGeneric

    animationName = dish

    isOneShot = false

    startEventGUIName = Extend

    endEventGUIName = Retract

    actionGUIName = Toggle Antenna

    allowAnimationWhileShielded = False

    }

    MODULE

    {

    name = ModuleDataTransmitter

    packetInterval = 0.10

    packetSize = 2

    packetResourceCost = 20.0

    requiredResource = ElectricCharge

    DeployFxModules = 0

    }

    }

    It has the name as ModuleDataTransmitter. Could the problem be that the MM file has it named wrong?

  7. I'm having the same problem as stellarator. None of my dishes are transmitting data. I haven't tried doing yet on this save but I have been able to do it on other saves before this. I've looked into the mm cfgs and it looks like all the info is still there. The RT2 folder is in the GameData folder and in no others. I have a really long mod list but as far as I am tracking none of them conflict with RT2. Does any one have any idea what's going on?

  8. Is there another parts pack that add more dishes other than AIES and is updated to 1.0? I have Remote Tech and I'm looking for a little move variety. If I need to impute my own ranges for the dishes that's not a problem!

  9. So I was messing around with this mod and real fuels and have a problem. I can set the correct fuels from my engines and tanks but when I go to launch the craft after is has been built and what-not the fuel tanks are empty. I have no problems with modular fuel tanks just real fuels. Is there a work around for this? I like the realism that both of the mods provide and I don't want to have to uninstall one cause it kinda ruins the fun that install of mine provides (I have one with MF and one with RF). If anyone has an answer that would be awesome!

  10. Alrighty then, guess I'll have to start digging some and try and find a somewhat good real world analogy and do some coding. Figured I would ask if someone had already built the wheel before doing it again. Thanks for the quick reply!

  11. Where do I go for the FF ribbon? I've read several posts back and I've downloaded the two packs from FF's page but they don't have any of these planets included. Just wondering if some one could point me in the right direction, thanks!

    --edit--

    Never mind about how to get them, I found them will looking through the OPM folder; however, when I look through the ribbons in the FF menu in the game they do not show up. Any ideas as to why?

  12. On my mod testing install it keeps freezing at this point AIES_Aerospace/Engine/AIESest5engine/part/dest5Engine . I have tried everything that I can think of. I have replaced the folder with one from my main install, one from my back-up mods folder, I've copied and pasted the same folder back in, and I've moved the AIES folder from the parts folder to the GameData folder. I have tried loading the game five times and always freezes at the same point. I have just installed Real Fuels and the Stock alike engine configs and that is the only difference between the two installs. I also would post my mods list but I stopped updating it and as a result it no longer reflects what I do have installed. Any help would be amazing.

×
×
  • Create New...