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.
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
@@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.
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.
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
Thanks for sharing your great talent (I prefere not edited for more realism).
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.
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
ive tried again and again but i can figure out how to use it
How did you add the graphs of the flight data in?
I logged flight data to CSV files and then used pyplot to display it in real time. The rest is video editing software.
@@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.
Does this work with any rocket?
lil late but how do you even get the script into kos and start it (I’m new to kos)
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.
Hi i know you have been working hard on the script, wil you be so kind by sharing it?
Lee-Martin Day I’ve actually written a whole module for the purposes of this video. It’s available here:
smoketeer.github.io/fall/
I downloaded your script. How do I actually run it 😂
@@dadalonglegs i not really new in kos but i also have no plan how to run this.
@@magictoffee7066 did you put it on the Script folders?
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