Jump to content

Gristle

Members
  • Posts

    682
  • Joined

  • Last visited

Everything posted by Gristle

  1. Was kind of rushed when I posted the pics. All the wheels on the body in first pic show as blocked. The 2nd pic shows the wheel with full right deflection. The 3rd pic is same wheel with full left deflection, much wider arc than right deflection. EDIT: This change log note might explain the differences in wheel deflection * Steering model features true Ackermann steering. Ackerman steering is inside and outside wheels having different turn radii. I wonder how the game determine which wheel is the inside wheel and which is the outside wheel?
  2. I had this behavior with the bearcub wheels too. Wheel context menu indicates wheels are blocked. Also noticed bearcub wheels deflection is more when turning left than when turning right, Buffalo 0.2.8 on KSP 1.1.
  3. I would definitely throw some treasure at Beale to show my appreciation.
  4. The 2 parts I had this happen with were the Vega.Crew.A and Vega.Crew.B.
  5. Playing version 1.1 latest pre-release. I getting "Rescue Kerbals stranded in orbit" missions that are using the Vostok parts for the stranded Kerbals capsules. The problem here is that these parts don't have hatches defined so the poor stranded Kerbals can't exit when the lifeboat arrives. Is this a KSP problem or a Tantares problem?
  6. somewhat. Textures seem to be mostly OK. Prop animations and sounds are not working (Firespitter is broken in this regard).
  7. This makes me smile that shades of grey might be too extreme. Make the body metallic purple, then it might be extreme.
  8. when I have all the tech to build TKS it becomes my standard orbital vehicle. So yes I use it for TKS/VA. It's a very flexible vehicle that can be modified for cargo, science, transport and keep same basic profile so that same launcher can be used for all missions.
  9. I've been away from KSP for a while, waiting for the 1.1 update, and just stopped back to see what was up. As usual Beale is creating amazing things as are the peeps using Tantares.
  10. I said essentially this in this thread some months ago and was told I was being silly. But, hey, Beale does this because he enjoys it. It's his party and I'm just an observer with no expectation that I need to be catered to.
  11. A few pages back I posted an AR config for the Tantares parts. It's commented with the ingame names and descriptions. My AR config post
  12. No worries - Babies are life changing events and always come first before EVERYTHING else.
  13. Does this mean he's here for a short stay, or he doesn't expect to be actively developing the mod for a long time? (kid graduates High school long time?)
  14. I do have a Github account and couldn't figure out how to edit the page. I'll look again. EDIT: There is an edit button now. I swear it wasn't there a couple days ago! BTW: You might want to include a link to the wiki in the original OP if this is to be the main documentation site for AR.
  15. I've developed a MM config to enable Antenna Range for the Tantares mod by Beale. I couldn't figure out how to edit the Wiki on GitHub so am posting it here. Would also appreciate some feedback on the values. Here is theTantares AR worksheet I used compare / balance the ranges. // title = T-CD Communication Dish // description = A communication dish mounted on a folding arm. @PART[Tantares_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 5000000000 simpleRange = 14142135623 maxPowerFactor = 8 maxDataFactor = 4 requiredResource = ElectricCharge } } // title = A961A Hoop Antenna // description = A very low-power antenna. Suitable for nothing more than short-range communication. @PART[Vostok_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 50000 simpleRange = 150000 maxPowerFactor = 9 maxDataFactor = 3 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = V-ODA Backup Antenna // description = A crude, but reliable antenna. @PART[Vega_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 12000000 simpleRange = 33941125 maxPowerFactor = 8 maxDataFactor = 4 requiredResource = ElectricCharge } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = "Priority" Dish Mk5 // description = A largely flat, high-gain, fixed dish. Popular in the second hand market to be re-used as a sled. @PART[Vega_Antenna_B]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 200000000000 simpleRange = 848528137424 maxPowerFactor = 18 maxDataFactor = 6 requiredResource = ElectricCharge } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = L-LG1 Low Gain Antenna //description = An extremely basic, but reliable, communication device. @PART[Libra_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 1500000 simpleRange = 5196152 maxPowerFactor = 12 maxDataFactor = 2 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = V-RE "Needle" Rendezvous Antenna // description = Though initially created in order to automate the meet-up and docking of spacecraft, the V-RE more often than not finds itself used as a basic communication device. @PART[Vega_Antenna_C]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 2500 simpleRange = 2500 maxPowerFactor = 1 maxDataFactor = 2 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = L-HG1 High Gain Antenna // description = This folding communication dish will keep you in contact with ground control, theoretically outside the orbit of Minmus. @PART[Libra_Antenna_B]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 50000000000 simpleRange = 141421356237 maxPowerFactor = 8 maxDataFactor = 4 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } //title = F020A "Nova" Communication Dish //description = Maintain a connection between Kerbin and anywhere else in the solar system. Just, don't be surprised if a few of the 1s and 0s get switched up. @PART[Fomalhaut_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 113549713200 simpleRange = 321167088822 maxPowerFactor = 8 maxDataFactor = 3 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } //title = TK-CD0A Communication Array //description = An array of communication dishes mounted on a folding arm. @PART[Alnair_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 5000000000 simpleRange = 14142135624 maxPowerFactor = 8 maxDataFactor = 5 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } }
  16. There were a few stock IVAs a while back that had some working buttons, MK-2 I believe. Problem is they were not marked and pressing the wrong button at the wrong time could mean disaster. Haven't played in IVA for quite a while now so not sure about current IVA's.
  17. MM config to add support for Toadicus Antenna Range mod: // title = T-CD Communication Dish // description = A communication dish mounted on a folding arm. @PART[Tantares_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 5000000000 simpleRange = 14142135623 maxPowerFactor = 8 maxDataFactor = 4 requiredResource = ElectricCharge } } // title = A961A Hoop Antenna // description = A very low-power antenna. Suitable for nothing more than short-range communication. @PART[Vostok_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 50000 simpleRange = 150000 maxPowerFactor = 9 maxDataFactor = 3 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = V-ODA Backup Antenna // description = A crude, but reliable antenna. @PART[Vega_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 12000000 simpleRange = 33941125 maxPowerFactor = 8 maxDataFactor = 4 requiredResource = ElectricCharge } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = "Priority" Dish Mk5 // description = A largely flat, high-gain, fixed dish. Popular in the second hand market to be re-used as a sled. @PART[Vega_Antenna_B]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 200000000000 simpleRange = 848528137424 maxPowerFactor = 18 maxDataFactor = 6 requiredResource = ElectricCharge } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = L-LG1 Low Gain Antenna //description = An extremely basic, but reliable, communication device. @PART[Libra_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 1500000 simpleRange = 5196152 maxPowerFactor = 12 maxDataFactor = 2 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = V-RE "Needle" Rendezvous Antenna // description = Though initially created in order to automate the meet-up and docking of spacecraft, the V-RE more often than not finds itself used as a basic communication device. @PART[Vega_Antenna_C]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 2500 simpleRange = 2500 maxPowerFactor = 1 maxDataFactor = 2 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } // title = L-HG1 High Gain Antenna // description = This folding communication dish will keep you in contact with ground control, theoretically outside the orbit of Minmus. @PART[Libra_Antenna_B]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 50000000000 simpleRange = 141421356237 maxPowerFactor = 8 maxDataFactor = 4 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } //title = F020A "Nova" Communication Dish //description = Maintain a connection between Kerbin and anywhere else in the solar system. Just, don't be surprised if a few of the 1s and 0s get switched up. @PART[Fomalhaut_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 113549713200 simpleRange = 321167088822 maxPowerFactor = 8 maxDataFactor = 3 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } } //title = TK-CD0A Communication Array //description = An array of communication dishes mounted on a folding arm. @PART[Alnair_Antenna_A]:FOR[Tantares]:NEEDS[AntennaRange] { @MODULE[ModuleDataTransmitter] { @name = ModuleLimitedDataTransmitter nominalRange = 5000000000 simpleRange = 14142135624 maxPowerFactor = 8 maxDataFactor = 5 } MODULE { name = ModuleScienceContainer dataIsCollectable = true dataIsStorable = false storageRange = 2 } }
  18. Nope - This is perfectly normal. Something is wrong when Google thinks KS means Kansas.
×
×
  • Create New...