RAW FOOTAGE KSP KOS First Stage Landing Script

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 17

  • @dasemifake
    @dasemifake 5 років тому +6

    Thanks for sharing your great talent (I prefere not edited for more realism).

    • @smoke2060
      @smoke2060  5 років тому +4

      Thank you! I'm also(quite ironically) a guy who prefers unedited KSP videos, but I enjoy video editing at the same time. In the future I will upload unedited version along with the edited one whenever possible.

  • @zen6767
    @zen6767 5 років тому +6

    May I know what your computer specs is? Everything is just running smooth 60 fps even with scatterer
    Thanks for making the script public btw it helps alot

  •  4 роки тому

    ive tried again and again but i can figure out how to use it

  • @donut11975
    @donut11975 5 років тому +3

    How did you add the graphs of the flight data in?

    • @smoke2060
      @smoke2060  5 років тому +3

      I logged flight data to CSV files and then used pyplot to display it in real time. The rest is video editing software.

    • @skeeterb2006
      @skeeterb2006 4 роки тому

      @@smoke2060 Some people use the Print "Data: " + Variable to (5,5) in the code to show the live flight data. I've done it myself that way. It's more code that way, but you don't have to go through all the steps you did for this video.

  • @ThePhantomRocket
    @ThePhantomRocket 3 роки тому

    Does this work with any rocket?

  • @adrian9105
    @adrian9105 4 роки тому

    lil late but how do you even get the script into kos and start it (I’m new to kos)

    • @skeeterb2006
      @skeeterb2006 4 роки тому

      you can edit using a text editor like Notepad or Visual Studio code with the Kerboscript plugin and run it with the commands switch 0. run mykoscript.ks. or run 0:/myKOSscript.ks. But make sure you include the period at the end.

  • @lee-martinday8976
    @lee-martinday8976 5 років тому +3

    Hi i know you have been working hard on the script, wil you be so kind by sharing it?

    • @smoke2060
      @smoke2060  5 років тому

      Lee-Martin Day I’ve actually written a whole module for the purposes of this video. It’s available here:
      smoketeer.github.io/fall/

    • @dadalonglegs
      @dadalonglegs 4 роки тому

      I downloaded your script. How do I actually run it 😂

    • @magictoffee7066
      @magictoffee7066 4 роки тому

      @@dadalonglegs i not really new in kos but i also have no plan how to run this.

    • @paulsayman3069
      @paulsayman3069 4 роки тому

      @@magictoffee7066 did you put it on the Script folders?

    • @paulsayman3069
      @paulsayman3069 4 роки тому

      If so, head to ksp and make sure you have a kos module attached, and then at launch type this on the command screen of kos
      For example the file name is suicideburn.ks
      runpath("0:/suicideburn.ks") and hit enter