Porto
  • Buy
  • Community
    • Forums
    • Videos
    • Users
    • Education
  • Content
    • Crafts
    • Sandboxes
    • Systems
    • Celestial Bodies
    • Mods
  • Development
    • FAQ
    • Blog
    • Roadmap
    • Suggestions
    • Presskit
  • Register / Log-In
10.5k

RudimentaryCheezit's Comments

Show Best
Best Newest
View Profile
  • Profile image
    Version 0.9.802

    @oganLive @FelixFan1

    see what I mean? this website is going at the speed of light!

    +1 3.7 years ago
  • Profile image
    Version 0.9.801

    @Probreyene I get that you’re super sensitive, I get that way most of the time. But I explain what is bothering me and usually i feel a bit better

    +1 3.8 years ago
  • Profile image
    Version 0.9.801

    I guess so, @FelixFan1

    +1 3.8 years ago
  • Profile image
    Are Droonauts Human?

    That’s why we need floating cities for Tydos and Urados, and all the starports possible

    +1 3.8 years ago
  • Profile image
    How to Rendezvous + Dock

    @victor04 thx but this is so old and also probably outdated lol

    one month ago
  • Profile image
    how to get distance between planets/crafts?

    @BmnkRocketIndustries hihi :3

    2 months ago
  • Profile image
    how to get distance between planets/crafts?

    @Luc3s thx

    2 months ago
  • Profile image
    Small Real Solar System

    no there isn't that i know of
    however, i can make one easily by scaling all the planets

    7 months ago
  • Profile image
    Update 1.3.2 | A Lick of Paint

    wow a new planet!

    7 months ago
  • Profile image
    Solar eclipse!

    though a shadow doesn't appear on the planet, it happens sometimes

    i rarely come across an eclipse :/

    1.2 years ago
  • Profile image
    How to predict a orbit

    you can eyeball it, or you can use a maneuver node and guess when to burn by rotating it around the orbit, or you can use maths

    θ = (360 ÷ (pₜ ÷ p)) ÷ 2
    where:
    pₜ is the period of your stretched orbit (period of your original orbit+period of your destination ÷ 2)
    p is the orbital period of your destination

    draw an imaginary line from the star to your spacecraft, and then another from the star to your destination, and make sure the angle between the lines is roughly the result of the equation, or θ (theta)

    some planets you can eyeball, for example, the angle from droo to cylero is roughly 45 degrees

    1.4 years ago
  • Profile image
    Why was the website broken? (It was also broken on the SP website.)

    i dunno but i had the same issue

    1.4 years ago
  • Profile image
    Speed units

    press the x looking icon on the right in editor

    1.5 years ago
  • Profile image
    Speed units

    use vizzy (ingame programming engine)

    while true
    wait 0
    display (craft velocity x 2.23693629)

    1.5 years ago
  • Profile image
    Speed units

    not in your head make a computer do it

    1.5 years ago
  • Profile image
    Speed units

    multiply the speed by 2.23693629

    1.5 years ago
  • Profile image
    I have a question

    you can't change the increment of fuel added/subtracted inside a container

    go to properties > tinker panel > edit hidden properties
    you can precisely adjust the amount of fuel in kilograms

    1.5 years ago
  • Profile image
    RSS or JNO scale

    jno scale is easier to traverse (it's also why ksp system is so small)

    1.5 years ago
  • Profile image
    I need help

    the most basic terrain generator:

    noise
    generate height
    update height

    in that order


    in perlin noise:
    frequency changes the scale of the noise (like zooming in and out)
    scale is a multiplier for how low the lowest valleys are and how high the highest mountains are
    octaves is an integer (i think) for how detailed the noise is

    1.5 years ago
  • Profile image
    De repente o último estágio está descarregado.

    you may have forgotten to add a battery to the lander

    in this scenario, the launch vehicle is the only power source, and, when jettisoned, the remaining lander will no longer have electricity

    1.5 years ago
  • Profile image
    aircraft flying autonomously

    yeah lots of people automate stuff

    1.5 years ago
  • Profile image
    How to import modules for mobile version

    what modules

    1.5 years ago
  • Profile image
    Smart Keyboard no longer working.

    dumb keyboard

    1.5 years ago
  • Profile image
    gravatar not updating

    nevermind i was just using the wrong email

    1.5 years ago
  • Profile image
    How to make things float in water?

    i don’t play career mode, but i assume there is advanced settings in the part’s properties

    1.6 years ago
  • Profile image
    How to make things float in water?

    buoyancy, in advanced settings

    the density of the water also determines if you float

    too dense water or too much buoyancy, will cause the craft to launch into the sky like a balloon you try to put underwater

    1.6 years ago
  • Profile image
    NEW APPEARANCE!

    @AK5Z
    mostly

    1.6 years ago
  • Profile image
    Drifting Landing Pad in the sea

    target the actual latitude/longitude of the landing pad instead of static coordinates

    or reduce physics distance to a super tiny number

    1.6 years ago
  • Profile image
    Is it possible to rename astronauts?

    i think you take them out of the capsule and rename them with the properties panel

    1.6 years ago
  • Profile image
    Juno's temperature

    considering vulco is a lava world, yes, juno is very hot

    1.6 years ago
  • Profile image
    Help with my crafts required

    they can't be uploaded as unlisted, because it won't be downloadable

    why can't you upload them yourself?

    1.6 years ago
  • Profile image
    How to calculate suicide burn altitude for craft in Vizzy?

    ((A x g) + ½v²) / a

    A is the altitude of your lander (ground level)
    g is the acceleration of gravity in m/s²
    v is the velocity of your lander relative to the surface (because planets spin)
    a is the acceleration of your engines at maximum throttle, which is equal to engine's thrust / lander mass

    the AI that produced this formula (bing chat) cautioned that the burn should begin slightly earlier, assumes there is no atmosphere, and disregards the lander's mass decreasing as the engines consume fuel

    1.7 years ago
  • Profile image
    geostationary orbit

    to calculate the radius of geostationary orbit, use this equation

    3root(G x m2 x T² / 4π²)

    G is the gravitational constant (0.0000000000667430)
    m2 is the mass of the planet (238000000000000000000000 kg on droo)
    T is the rotational period of the planet in seconds (50400 on droo)

    1.7 years ago
  • Profile image
    Maintaining stability and losing speed on re-entry

    its mass is too large, and massive objects take more energy to move

    therefore, the drag is not enough to slow down what would appear to be a cylindrical meteor

    1.7 years ago
  • Profile image
    More and more stuttering

    as you may have expected, you might have too many files on JNO (planets, crafts, systems, programs, etc)

    try moving some mostly-unused files into another folder outside of JNO, that way you can still get them back when you need to


    another issue would be that your screen resolution (in graphics settings) is too high, and should be reduced

    you might also have too many active programs running in the background

    1.7 years ago
  • Profile image
    How to take photos of Parallax objects?

    i feel like screenshots would be better (especially since they're gonna be higher resolution)

    1.7 years ago
  • Profile image
    Stage activation

    it probably would

    1.7 years ago
  • Profile image
    when do we need to use @everyone

    @AK5Z
    it does…

    1.7 years ago
  • Profile image
    when do we need to use @everyone

    @AK5Z
    it does work

    1.7 years ago
  • Profile image
    Setting up limits for rotators?

    just use numbers

    1.7 years ago
  • Profile image
    Crash occurs every time I install the real solar system mod.

    don't use mods
    use RSS planetary systems instead

    1.8 years ago
  • Profile image
    Update 1.2 | Eye Candy

    mmm, delicious eye candy!

    1.8 years ago
  • Profile image
    Heat Damage

    heat is also controlled by the distance from the central body in the planetary system

    a solar system with reduced size will cause even the habitable planets to be inferno while outside the atmosphere, or without an atmosphere

    1.8 years ago
  • Profile image
    Cómo puedo abrir el performance analizer en Android?

    there should be a button in the menu in the builder that says something along the lines of “view performance”

    1.9 years ago
  • Profile image
    KSP LIKE CHALLENGE: DROO 3

    what is the jool equivalent? is it tydos?

    also, neither urados or tydos have 5 moons

    1.9 years ago
  • Profile image
    Has anyone figured out how to stop the clouds from fading when you get to close to them?

    yes (almost)

    1.9 years ago
  • Profile image
    how do i get the position of the craft relative to the universe?

    @TomKerbal
    in roblox lua, the distance between two vectors is:
    (Vector3.new(x, y, z) - Vector3.new(x, y, z).Magnitude

    1.9 years ago
  • Profile image
    How not to explode crew capsules?

    @LeMagicBaguette
    i had a russian rocket in mind, but i see the issue

    1.9 years ago
  • Profile image
    Cómo puedo abrir el performance analizer en Android?

    me no hablo muy bueno español

    1.9 years ago
  • Profile image
    Cómo puedo abrir el performance analizer en Android?

    hay

    me olvido como

    1.9 years ago
  • «
  • 5
  • 6
  • 7
  • »

© Copyright 2025. All Rights Reserved.
2:03:22 PM

  • Rules
  • Privacy Policy
  • Contact