Jump to content

MaxP

Members
  • Posts

    133
  • Joined

  • Last visited

Reputation

13 Good

Profile Information

  • About me
    Spacecraft Engineer
  1. The problem exists only for the first stage (?). Right after launch the MJ fails with reaching the adjusted inclination (i.e. 300 degrees = 60 degrees = -60 degrees, etc.). When the first stage decouples, it is enough to enter correct value in the MJ inclination field, and it starts to works fine.
  2. KSP: 1.2.2 Windows 64bit Dx11 MJ: 2.6.0 and Dev #698 Main mods: RSS + RO + FAR + RealChute + RealFuels + RealHeat + KSCSwitcher + StationKeeping + BetterBurnTime + LandingHeight + many part mods 1. I'm trying to launch the rocket to Moon via MechJeb Ascent guidance autopilot. This is the stable result (yellow is the Moon's orbit): https://yadi.sk/i/3aQR8D563McioV Log. Several times it worked (in 2.6.0), and a couple of launch was succesfull. Where to look for? 2. Trying circularize at Ap through maneuver planner. After Pe (413 km) I create circularize task with Time Warp. The vessel starts to turn retrograde, but instead of warping to Ap the engines activates immediately, decreasing the Ap height. P.S. Also I had strange behavior of Smart A.S.S. prograde\retrograde functions orbiting the Moon. Suddenly, after a couple of turns, I've got such a problem as in video above, but I haven't any save.
  3. For Remote tech users: v.1.8.6. (for RSS\RO\1.2.2) has the error in syntax in FASA antennas config: after @PART[FASAMercruyCap2] first bracket is not closed, so none of FASA antennas works.
  4. Thanks for correcting. But the antenna still not linked with probe deploy animation. Maybe I have to use name = BDFSanimateGeneric module?
  5. With many mods, and without forcing Dx11 the game become almost unplayable, unfortunately - it eats additional memory (~1000 MB), that is not particularly important , but the game lags alot, so there is sufficient reason to use it. Yes, I have enough memory. Maybe, maybe this is the wrong way, and I have to cut half of my mods and use Dx9 mode, but it's too late )) Yes, there is a problem with one of the mods. I've just rolled back to RC3, and the problem with clouds still remains, while it works not so long ago. Something changed )) P.S. I really aprreciate your work. P.P.S. Can you tell me, how to find the source of the error: Full log. I've made fresh install, all works fine, but this error appears constantly in console (always after [UIApp]). Or I can forgot about it?
  6. KSP 1.2.2 + RSSVE v1.2.2-RC4 + Scatterer v0.0320 + EVE 1.2.2-1 "-force-d3d11 -popupwindow" = https://yadi.sk/i/Y22EPUxo3Ma4GP https://yadi.sk/i/mh1m9I7p3Ma4JG Log. KSP 1.2.2 + RSSVE v1.2.2-RC4 + Scatterer v0.0320 + EVE 1.2.2-1 + "-force-d3d11 -popupwindow" + Scatterer PlanetFix patch = the same error + https://yadi.sk/i/P6NEr75g3Ma5Es - no clouds KSP 1.2.2 + RSSVE v1.2.2-RC4 + Scatterer v0.0300 + EVE 1.2.2-1 + "-force-d3d11 -popupwindow" = the same error + https://yadi.sk/i/_TNq_-9h3Ma4fF Log. P.S. I've only removed City lights\textures.
  7. Can somebody help me with integrating RT module to the existing animated parts? I'm trying to put RTAntenna to RaiderNick's soviet probes (i.e. Luna 9/13), which has antenna animation, linking it - so the "Activate" button could activate antenna and the animations trigger at once. The problem is the probes has another animations too, so I'm stuck with it, beign not familiar enough with the module system. Luna-13 config: PART { name = luna13_als module = Part author = Raidernick MODEL { model = RN_Soviet_Probes/luna9-10/luna13_als scale = 0.80, 0.80, 0.80 } scale = 0.80 rescaleFactor = 1 node_stack_bottom = 0.0, -0.27, 0.0, 0.0, -1.0, 0.0, 0 node_stack_ab1 = 0.0, 0.15099, 0.0, 0.0, 1.0, 0.0, 0 TechRequired = generalRocketry entryCost = 500 cost = 1100 category = Pods subcategory = 0 title = Luna 13 ALS manufacturer = RN Industries description = Soviet Luna 13 ALS module. Self righting once unfolded! Airbag is now included in this module, do not use the old separate airbag part. attachRules = 1,0,1,1,1 mass = 0.073 dragModelType = default maximum_drag = 0.1 minimum_drag = 0.05 angularDrag = 2 crashTolerance = 80 maxTemp = 2000 breakingForce = 2000 breakingTorque = 2000 stackSymmetry = 1 CrewCapacity = 0 breakingForce = 2000000 breakingTorque = 50000000 linearStrength = 22000000 angularStrength = 22000000 vesselType = Probe MODULE { name = ModuleCommand minimumCrew = 0 RESOURCE { name = ElectricCharge rate = 0.0006 } hasHibernation = True } MODULE { name = ModuleReactionWheel PitchTorque = 0.5 YawTorque = 0.5 RollTorque = 0.5 RESOURCE { name = ElectricCharge rate = 0.001 } } MODULE { name = ModuleSAS SASServiceLevel = 2 } // --- Electric parameters --- RESOURCE { name = ElectricCharge amount = 250 maxAmount = 250 } MODULE { name = TankPriorityModule Priority = 10 } // --- Science --- MODULE { name = ModuleScienceContainer reviewActionName = Review Data storeActionName = Store Experiments collectActionName = Take Data evaOnlyStorage = False storageRange = 2 allowRepeatedSubjects = True } MODULE { name = ModuleScienceExperiment experimentID = crewReport experimentActionName = Probe Report resetActionName = Discard Probe Report reviewActionName = Review Report useStaging = False useActionGroups = True hideUIwhenUnavailable = True rerunnable = True xmitDataScalar = 1.0 } // --- Antenna parameters --- MODULE { name = ModuleDataTransmitter antennaType = DIRECT packetInterval = 0.18 packetSize = 2 packetResourceCost = 0.1 requiredResource = ElectricCharge antennaPower = 500000 } MODULE { name = MuMechModuleHullCameraZoom cameraName = Luna 9 ALS Phototelegraph cameraForward = 1, 0, 0 cameraUp = 0, 0, 0 cameraPosition = 0.0, 0.4, 0.0 cameraFoVMax = 60 cameraFoVMin = 20 } MODULE { name = HullCamera cameraName = Luna 9 ALS Phototelegraph cameraForward = 1, 0, 0 cameraUp = 0, 0, 0 cameraPosition = 0.0, 0.4, 0.0 cameraFoVMax = 60 cameraFoVMin = 20 //This camera uses film resource to get science usesfilm = false specialExperimentName = photo- specialExperimentTitle = #Anon# Picture experimentID = hullcampicture experimentActionName = Snap Picture resetActionName = Delete Picture collectActionName = Take Photo useStaging = False useActionGroups = True hideUIwhenUnavailable = True xmitDataScalar = 0.8 dataIsCollectable = True interactionRange = 1.2 rerunnable = True } RESOURCE { name = Resolution amount = 1 maxAmount = 15 } MODULE { name = BDFSanimateGeneric animationName = Deploy startEventGUIName = Open Panels endEventGUIName = Close Panels toggleActionName = Toggle Panels startDeployed = False layer = 1 playAnimationOnEditorSpawn = False useActionEditorPopup = True moduleID = 0 } MODULE { name = BDFSanimateGeneric animationName = Deploy1 startEventGUIName = Deploy Antennae endEventGUIName = Close Antennae toggleActionName = Toggle Antennae startDeployed = False layer = 2 playAnimationOnEditorSpawn = False useActionEditorPopup = True moduleID = 1 } MODULE { name = ModuleScienceExperiment experimentID = surfaceSample experimentActionName = Analyse Surface Sample resetActionName = Discard Surface Sample useStaging = False useActionGroups = True hideUIwhenUnavailable = True resettable = True resettableOnEVA = True rerunnable = True xmitDataScalar = 0.5 FxModules = 0 // Play animation collectActionName = Take Data dataIsCollectable = True interactionRange = 3 } MODULE { name=ModuleAsteroidAnalysis } MODULE { name=ModuleAnalysisResource resourceName = Ore } MODULE { name = ModuleResourceScanner ScannerType = 0 ResourceName = Ore MaxAbundanceAltitude = 1000 RequiresUnlock = false } MODULE { name = BDFSanimateGeneric animationName = Inflate startEventGUIName = Inflate Airbag endEventGUIName = Deflate Airbag toggleActionName = Toggle Airbag startDeployed = False layer = 3 playAnimationOnEditorSpawn = False useActionEditorPopup = True moduleID = 2 } MODULE { name = ReflectiveShaderModule CubeMapSize = 16 FarClipPlane = 500000000 NearClipPlane = .1 OneFacePerFrame = true ShaderName = Reflective/Bumped Diffuse realTimeReflection = False ParallaxHeight = 0.01 ReflectionStrength = 0.50 MeshesToChange = cube01,cube02,cube05,cube06,cube09,cube10,cube13,cube14,cylinder01 Shininess = 1.0 updateRate = 130 SpecColorR = 0.8 SpecColorG = 0.8 SpecColorB = 0.8 SpecColorA = 0.8 rimFalloff = 5.0 rimColor = 0.8242, 0.6445, 0.1914, 1.0 ReflectionColor = 0.6242, 0.6445, 0.69, 1.0 } } The example of RTAntenna module I'm trying to add (replacing the RO one): @PART[luna13_als]:FOR[RealismOverhaul]:NEEDS[RemoteTech] { %RSSROConfig = True @MODEL { @scale = 1.0, 1.0, 1.0 } @scale = 1 @rescaleFactor = 1 @maxTemp = 773.15 %skinMaxTemp = 873.15 @mass = 0.092 !MODULE[ModuleReactionWheel] {} !MODULE[ModuleDataTransmitter]{} %MODULE[ModuleAnimateGeneric],* { %allowManualControl = false } %MODULE[ModuleRTAntenna] { %Mode0DishRange = 0 %Mode1DishRange = 75e7 %EnergyCost = 0.035 %MaxQ = 6000 %DishAngle = 15 %DeployFxModules = 0 %TRANSMITTER { PacketInterval = 0.1 PacketSize = 1.0 PacketResourceCost = 0.01 } } MODULE { name = ModuleSPU IsRTCommandStation = False } } I'm using RSS+RO+RT for 1.2.2
  8. Have some problems: https://yadi.sk/i/fZf4UtMr3MQSZB https://yadi.sk/i/Q-DvuQzL3MQWhK The same happens with fresh install (only Squad folder + mod) I suppose there is a problem with the clouds: I've tried to combine RSSVE and some of new textures, and when I install the clouds (modified cfg + cloud dds texture) the Earth looks the same. But even with EarthColor.dds and lower cloud layer only it looks fantastic without significant impact on perfomance, like th RSSVE clouds, thank you https://yadi.sk/i/GYxFX0Rm3MRqY8 https://yadi.sk/i/Og9Xwh9_3MRqiA
  9. May be )) What about average fps, compared to Win version?
  10. there is an error under the @PART[soyuz_Main_Parachute]:FOR[RealChute] ... cutAlt = -1[incorrect symbol]
  11. I think Danny's models is the best ones, and I use it all the time too. First of all, the game is in beta stage, unfortunately - and so its popularity is low, till it's not presented in "release" chapters/topics. But it will be released. And people not prefer kerbal stock style, they just still do not know about other mods, which is located on main, english-speaking, forum. I began with NovaPunch, which I've found on our local tracker. So we must have a patience ))
  12. Thanks, but I don't want to spend your time for this, till I'm new to KoS and depths of KSP, and my game slowly turns into an extremly unstable combine with over 9000 mods - anything, but not a game. So for this time I prefer to use MechJeb, although it doesn't supports RT2. But if someone would be interested in described bug, I can provide full log and the list of mods.
  13. Changed, so VERTICALSPEED to SHIP:VERTICALSPEED, no changes. Works fine even without it, but fix it, just in case. Is there need to unlock throttle before locking it to 1? P.S. As the game cannot warp time when the engines throttled up, I've add a "wait 2." command before "set warp to 4.". Now it crashes "into terrain" just after the printing command )) print "Warping to apoapsis". wait 2. set warp to 4. wait until SHIP:ALTITUDE > 620000. set warp to 0. lock throttle to 1. wait until SHIP:APOAPSIS > 650000.
  14. Thanks, I'll try. LIST ENGINES IN l_eng. - can you bring an example of setting l_eng variable? And about the previous problem - here is my new script for ascending. lock throttle to 1. declare parameter MyDIR. declare parameter ANGL. declare parameter Y. declare parameter VYSOTA. lock VYSOTA to SHIP:ALTITUDE. lock ANGL to (1.2*(VYSOTA/1000)-(VYSOTA/1500)). lock Y to (90-ANGL). lock MyDIR to HEADING(90,Y). stage. print "Launch". lock steering to up + R(0,0,270). wait until VERTICALSPEED > 100. lock steering to MyDIR. print "Beginning gravity turn". wait until (1.2*(VYSOTA/1000)-(VYSOTA/1500)) > 80. unlock MyDIR. set MyDIR to HEADING (90,Y). //adjusting angle to ~10 deg. wait until APOAPSIS > 640000. lock throttle to 0. lock MyDIR to HEADING(90,0). clearscreen. print "Warping to apoapsis". set warp to 4. wait until SHIP:ALTITUDE > 620000. set warp to 0. lock throttle to 1. wait until SHIP:APOAPSIS > 650000. unlock throttle. set throttle to 0. unlock steering. break. I'm getting the same error, as on picture above, but the string is "set warp to 0", with pointer on the first letter. The error appears before 640 km. All works except warp, and program not ending. Any ideas?
×
×
  • Create New...