www.simplerockets.com/c/4YzRxw/Starship-Prototype This is link to this Starship! It's fuel currently is 25% adjust as you want, best catch when fuel less than 20%! I hope you understand something.
@omnagamingАй бұрын
If you guys want vizzy tutorials from basics , you can tell me, also want explanation of booster catch, i can give that too, next i think i should give tutorial on very simple boostback burn vizzy.
@Tencher1Ай бұрын
Wow! We need to see, how to do a boostbasck script!!!)))❤
@omnagamingАй бұрын
@Tencher1 yep it's way to easy. I kind of made like in 5-10 minutes I think. Using the same lateral distance and impact point code.
@Tencher1Ай бұрын
@@omnagaming hmm, okay.. I just wanna to think, hahaha.. You don't need any forms to write a script?
@omnagamingАй бұрын
@@Tencher1 Well it all is avaliable in my starship code, you just have to pick it up, so I am have made a video on boost back burn I will show how to write lateral distance code in minutes, I found easy version of it, while impact point code is still long so you have to pick it up, show you how to do difference and make throttle code and when to stop.
@draconios_Ай бұрын
I'm very happy to see another long video from you. I'm impressed with how you managed to do this using such basic and limited code. I wonder what you could do with code that can be used for neural networks.
@atharvasharma8313Ай бұрын
Hi brother asking for too much....There are many Auto Dock and renzendous code but they dont work on Custom Rockets....Can you try to design Auto Docking Code ?...Docking is too hard😭
@omnagamingАй бұрын
@@atharvasharma8313 yep I know I tried one it only works on his rocket and auto dock code is way to hard, I don't know know to make, but manual dock is not much hard as you do practice more, but maybe in future we can have auto dock code work on our rockets too.
@threeormore3 күн бұрын
The voice😂
@omnagaming2 күн бұрын
Voice changer was weird!!
@Moon-businessАй бұрын
We barely understand, can you talk with your real voice we all know you are INDIAN don’t try to hide it
@omnagamingАй бұрын
@@Moon-business nope I am not Indian and it's my first time time that's why it's like that
@Quick_pod13Ай бұрын
Bro the link of your power level warrior video is not working anymore please give the link again
@omnagamingАй бұрын
@@Quick_pod13 yes, thing is it's old version in that link, I tried that too, phone said to update the apps so you have to download game guardian, parallel space and sai app and TFPL from Google, that's link is like 3-4 years old, so it's for older versions of android.
@Shadow_XplemАй бұрын
The impact position program u use is an outdated version and it not accurate in long range, to create one by ur self u should look the true anomaly at the impact radius then by using your current orbital information and matrix rotation u can calculate the orbital position in that impact true anomaly
@omnagamingАй бұрын
Even it's outdated it works good on my falcon 9 and starship, just using it's PCI coordinates and works, if there is better it will be more better, this was just a simple and easy version type.
@Shadow_XplemАй бұрын
@@omnagaming Ok, but i believe your aerodynamic guidance program can 10× time more simple by using that method that i told u, u just need to calculate the heading, also u can even more simplify your heading program by using this formula : (360+(rad2deg(atan2((vector)dot(east), (vector)dot(north)))%360)
@omnagamingАй бұрын
@@Shadow_Xplem thanks but where we will add the target PCI coordinates, I think it will work, but we need to add PCI coordinates of target even for heading.
@Shadow_XplemАй бұрын
@@omnagaming easy fix just do (target position-impact position), it will give u the vector to calculate the heading in the impact position
@omnagamingАй бұрын
@@Shadow_Xplemand what's the vector? I mean it will be navigation current or something else?