-
Posts
188 -
Joined
-
Last visited
Reputation
45 ExcellentProfile Information
-
About me
US Air Force
-
Location
Ellsworth AFB
-
Interests
SPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACE!!!!
Recent Profile Visitors
3,946 profile views
-
Bless your soul. But I did notice that the extras mod doesn't load properly/show on the tracking station map, even with the dependencies the new airstrips don't show up for purchase or with all sites unlocked from the difficulty menu, not really sure what's going on with it. They are appearing in the persistent.sfs though.
-
How the heck do you unlock the other contractors like Jeb's Junkyard? They all say the require "Flight Progress must be completed" but I have no idea what that means. I've done 8 of the inspection flights and both of the navy certifications but nothing else has unlocked(besides the TKA ones after doing inspection flights).
-
[OBSOLETE]KSSL (KSP Simple Steam Launcher)
RYU AZUKU99 replied to R-T-B's topic in KSP1 Tools and Applications
Every time I install this and try to play I get an "Access is denied" (0x5) error. If I try to play ksp again it deletes your launcherpatcher.exe and installs the original. Any fix? -
Trying to attatch an Androgynous Docking Mechanism to a girder on an anchor causes everything on the anchor to explode or launch off I don't get this effect when using stock docking ports. It's weird, looking at the console when this happens there's a line that says "Collision Enhancer Punchthrough - vel:55.5211" Maybe that's why the game is freaking out?
-
Anyone else getting issues with some launch pads being a bright green? NVM Tundra's Space Center's file structure is just different than any other mod, looks great!
-
[1.12.5] Restock - Revamping KSP's art (August 28)
RYU AZUKU99 replied to Nertea's topic in KSP1 Mod Releases
Small bug when using the most up-to-date version of Restock in KSP 1.12 is that the Protective MK7 nosecone's white/black and white skin's textures are messed up, the orange texture seems ok though. -
A user by the name of OHara recently commented on the bugtracker with a temporary solution in the form of a module manager patch. He wrote: "We can avoid this problem with a Module Manager patch @PART[*]:HAS[#PhysicsSignificance[1],#attachRules[*,*,1,*,*]] { @PhysicsSignificance = 0 } On four parts that could become root parts (FL-A5 adapter, cubic strut, octagonal strut, and BZ-52 radial attachment) but which got special treatment, this removes the special treatment. 'PhysicsSignificance' seems backwards as a name; when it is set to 1 for a part, KSP lumps that part's mass into the parent part, and doesn't simulate physics for the PhysicsSignificance=1 part. For thermometers, that means new players don't need to worry about balancing the mass of every thermometer, which is nice for a game. But I would have expected the structural pieces have their own mass." I used Notepad++ , copied and pasted the bold text into a new file and saved as a .cfg, then placed it into my gamedata folder. Worked like a charm!
-
The bug turns out to be with cubic/octaginal struts since the eva building update. Will have to wait for a fix from the community or an official patch. Problem: I am trying to make a more compact rover which has the small long hinge as its base(the G-01L) and when the root part is not on the rover it will just hover in the air after decoupling. The craft file was made on an older save with mods but still shows the bug. Even once I remade the rover after completely uninstalling my game, reinstalling it, verifying the integrity of files, and on a new save file I still have the same problem. I believe that the hinge is what is causing the problems as most of the robotic parts from Breaking Ground are buggy. ------------------------------------------------------------------------------------- Video of Problem: Player.log:https://drive.google.com/file/d/1Kv02gyqVV87jcdTfSPP0hejIeDpN9EIf/view?usp=sharing CraftFile: https://drive.google.com/file/d/1kbWxFVAL32fbiE6-nxCN8hSyw01YPC84/view?usp=sharing ------------------------------------------------------------------------------------- When checking the ingame console I saw that the following was being repeated indefinitely until I reverted flight or quit the game, this of course is in the player.log. dT is NaN! tA: NaN, E: NaN, M: NaN, T: NaN at System.Environment.get_StackTrace () [0x00000] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 at Orbit.GetDTforTrueAnomaly (System.Double tA, System.Double wrapAfterSeconds) [0x00000] in <06f13185617646e5bc801baeab53ab75>:0 at PatchedConics._CalculatePatch (Orbit p, Orbit nextPatch, System.Double startEpoch, PatchedConics+SolverParameters pars, CelestialBody targetBody) [0x00000] in <06f13185617646e5bc801baeab53ab75>:0 at PatchedConicSolver.Update () [0x00000] in <06f13185617646e5bc801baeab53ab75>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)
-
Mods in use: ClickThroughBlocker ModualManagerWatchDog USITools All NearFuture mods ToolbarController Tweakscale KSP-Recall KerbalReusabilityExpansion B9PartSwitch HeatControl CommunityResourcePack Firespitter DeployableEngines DmagicOrbitalScience ------------------------------------------------------------------------------------ Player.log: https://drive.google.com/file/d/1LJNt-KjNn42RtOSjbCq91Zofpt3ZIeMs/view?usp=sharing CraftFile:https://drive.google.com/file/d/1kbWxFVAL32fbiE6-nxCN8hSyw01YPC84/view?usp=sharing ------------------------------------------------------------------------------------- Problem: When the root part is NOT on the rover it will hover in place when decoupled unable to move. While I do have mods installed there are no modded parts on the rover. When checking the ingame console I saw that the following was being repeated indefinitely until I reverted flight or quit the game. "dT is NaN! tA: NaN, E: NaN, M: NaN, T: NaN at System.Environment.get_StackTrace () [0x00000] in <ad04dee02e7e4a85a1299c7ee81c79f6>:0 at Orbit.GetDTforTrueAnomaly (System.Double tA, System.Double wrapAfterSeconds) [0x00000] in <06f13185617646e5bc801baeab53ab75>:0 at PatchedConics._CalculatePatch (Orbit p, Orbit nextPatch, System.Double startEpoch, PatchedConics+SolverParameters pars, CelestialBody targetBody) [0x00000] in <06f13185617646e5bc801baeab53ab75>:0 at PatchedConicSolver.Update () [0x00000] in <06f13185617646e5bc801baeab53ab75>:0 (Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)" I have never had this problem with a craft before. I am using a hinge from one of the dlcs as the main body of my rover. Any help appreciated. All mods up to date.
-
KerbalX.com - Craft & Mission Sharing
RYU AZUKU99 replied to katateochi's topic in KSP1 The Spacecraft Exchange
Appears the website is down atm -
What’s the first thing you’ll do in ksp2?
RYU AZUKU99 replied to Lewie's topic in Prelaunch KSP2 Discussion
Start the game Max out the settings Mess around in the vab looking at new parts Cry because I'm getting 5 frames per second Revert the graphics to low Make a rocket and land on the mun