@GeneralPatrick2 the full controlbot AA gun Not support at this AA gun Except u change the Burst count to 100 or more & place Detacher n connect between fuselage n cocpit n put in active 8. This burst could t is 1 like an AA gun. Today or tomorrow I play create another AA gun pack(Phalanx, Khastan, ww2 AA flak gun dual, triple gun, Oerlekom millennium Ciws)
@NormalPioneer nah, I used manual select. The rotator will rotate automaticly upon select the enemy , so u just need shot them manually.
.
Btw where do you come from?. Ur english little bit weird, so I need the translate to reply u
@NormalPioneer ok then, tomorrow I'll create another one in deferent version with same code n the range up to 5mil accurately on 3mil. (My project next is CIWS oerlikon millennium gun) thas Brrrttt one coming tomorrow
@NormalPioneer can u explain me what happened? Beside the coding u need careful about physic.
If it don't rotate
-Maybe the base fuselage block was connected by other upper fuselage block.
-If aim assist was not lock perfectly maybe ur rotator was rotate 90° not an 180° spin
-once again very important, this code work on Land vehicle even sea. Aircraft wasn't supported. Next chance we meet with new Funky trees as Aircraft aim assist, I'm looking for that too.
@BLOODIUS exactly, this is just anti aircraft system doesn't matching into aircraft aim assist. BTW my ingLis is SUC too, so sorry, if I explain something n someone don't understand what I'm meaning
-Put ur gun velocity as 3000
-if horizontal rotator shake u, dis increase ur horizontal rotator speed(recommend 20%)
-make sure ur horizontal rotator can spin till 180°
-Reduce gun recoil (max reduce 0.05 i recommend)
- it can locked enemy up to 5-6 mil
@NormalPioneer then built ur self. With 2 rotator(one Vertical, one horizontal) next use XML property --> choose rotator find input --> replace the input with my code
Just start by analysis the blueprint in Google images to create an aircraft, if that doesn't enough or make a confusing. Then u need download from people, then analysis it
Motivation word:
-One small things, it's really make a bigger deferent "Pinkie pie"
-If u fail, don't need to quit. Learn it, n fix it. Failure is part of Progress.
Pesawat anda meng-inspirasi saya, minta izin di jadikan contoh boles gak gan? @Ryn176.
Terimakasih loh gan.. Agan ud kasih tau klo cockpit bisa di remodel. 😊
@hira629 ya, cus I put 4 XML engine there.
2 is dead engine (0 power) & 2 active engine(1.2x power) .
That's why the plane so fast drain the Fuel, if u try fly from starting island to Jager airport, aircraft just consume 40% of fuel
Thx btw for the upvote
@GeneralPatrick2 the full controlbot AA gun Not support at this AA gun Except u change the Burst count to 100 or more & place Detacher n connect between fuselage n cocpit n put in active 8. This burst could t is 1 like an AA gun. Today or tomorrow I play create another AA gun pack(Phalanx, Khastan, ww2 AA flak gun dual, triple gun, Oerlekom millennium Ciws)
+1@Airforcebombervip nice to heard that , hope useful to you🙂, I happy to share knowledge .
.
Next time I'll try other funky trees.
@Airforcebombervip it's a Gif, first record them, then Use Video2me to convert to Gif.
Damn my phone goes Fry pancakes 😆😆
+1@NormalPioneer nah, I used manual select. The rotator will rotate automaticly upon select the enemy , so u just need shot them manually.
.
Btw where do you come from?. Ur english little bit weird, so I need the translate to reply u
@NormalPioneer ok then, tomorrow I'll create another one in deferent version with same code n the range up to 5mil accurately on 3mil. (My project next is CIWS oerlikon millennium gun) thas Brrrttt one coming tomorrow
@NormalPioneer I have question too
1. Have u choose the target, did the target. Colored blue?
2.did u save my craft as sub assemblies?
@NormalPioneer can u explain me what happened? Beside the coding u need careful about physic.
If it don't rotate
-Maybe the base fuselage block was connected by other upper fuselage block.
-If aim assist was not lock perfectly maybe ur rotator was rotate 90° not an 180° spin
-once again very important, this code work on Land vehicle even sea. Aircraft wasn't supported. Next chance we meet with new Funky trees as Aircraft aim assist, I'm looking for that too.
@BLOODIUS exactly, this is just anti aircraft system doesn't matching into aircraft aim assist. BTW my ingLis is SUC too, so sorry, if I explain something n someone don't understand what I'm meaning
@Airforcebombervip yeah. Don't forget renamed that , or it will opposite 🤣
@DisguisedMonkey np, just used it
@NormalPioneer so used this
Vertical(hidge or rotator)
inverselerp(0,90,TargetElevation + (rate(TargetElevation) * (TargetDistance / 3000)))
Horizontal (Rotator only)
(((TargetHeading - Heading) + (rate(TargetHeading) * (TargetDistance / 3000)))/ 180) * clamp01(TargetDistance < 10000) * clamp01(TargetDistance > 2)
======{
-Put ur gun velocity as 3000
-if horizontal rotator shake u, dis increase ur horizontal rotator speed(recommend 20%)
-make sure ur horizontal rotator can spin till 180°
-Reduce gun recoil (max reduce 0.05 i recommend)
- it can locked enemy up to 5-6 mil
@NormalPioneer
if wanna increase range :
-first Increase ur gun velocity
-then re-coding the code with
Vertical drive
inverselerp(0,90,TargetElevation + (rate(TargetElevation) * (TargetDistance / ur gun velocity)))
horizontal drive
(((TargetHeading - Heading) + (rate(TargetHeading) * (TargetDistance / ur gun velocity)))/ 180) * clamp01(TargetDistance < Trigger range 1) * clamp01(TargetDistance > trigger range 2)
Note
-gun velocity & trigger lock must an number
Example:
U already set gun velocity as 4000
So the code is
Vertical drive(Hidge or rotator)
inverselerp(0,90,TargetElevation + (rate(TargetElevation) * (TargetDistance / 4000)))
Horizontal drive (must rotator)
(((TargetHeading - Heading) + (rate(TargetHeading) * (TargetDistance / 4000)))/ 180) * clamp01(TargetDistance < 10000) * clamp01(TargetDistance > 2)
==============
I recommend to double the Trigger range( if trigger 1 was "15000" the trigger 2 will be "3"
But the trigger 1 = "10000"
Trigger 2 = "2"
Is enough to lock about 5mil
Range or effective is come from The gun,
XML the gun velocity & spread to be more focused
This code maybe doesn't work on Simpleplane Version 1.9
@bramfarel307 np at all
@Airforcebombervip ur mean my pic?
@FPSGAMING338official https://pastebin.com/jCBzdxRc
@NormalPioneer then built ur self. With 2 rotator(one Vertical, one horizontal) next use XML property --> choose rotator find input --> replace the input with my code
@FPSGAMING338official it works, I used SP 1.10
If had some questions comment below
Place the code in "Input"
To change distance here the code
(((TargetHeading - Heading) + (rate(TargetHeading) * (TargetDistance / 1500)))/ 180) * clamp01(TargetDistance < 10000) * clamp01(TargetDistance > 2)
Place this code on Horizontal Rotator
Put on Input
Work up to 5 mil
Nice, but little bit offside, but nice btw.
This an awesome Sci-fi Aircraft
@bramfarel307 gyro is tool to make VTOL craft Flying stable,even Helicopter or to help aircraft flying stable when do autopilot
Thx y'all who upvote my craft/большое спасибо/Terima kasih banyak 🙏
@Abdiyanov thx gan atas Infonya 🙂👍
+1@Abdiyanov ya gan, klo punya gw cuman Tulisan biru
pas di klik malah ke tab gambarnya
Gan screenshot mu muncul kok punya ku gk muncul, agan upload ss dimana, saran dong. Punya ku cuman yg TU-16 doang.
Btw nice plane
Anda terlalu gabut untuk menyentuh HP wkwkwk.
+1@Randomstuffandplanes exactly
@Randomstuffandplanes no, I'm boy
Nice try at first time. Good job👍
Tips & trick:
if u have idea or wanted to create something.
No matter how long it take time
Just start by analysis the blueprint in Google images to create an aircraft, if that doesn't enough or make a confusing. Then u need download from people, then analysis it
Motivation word:
-One small things, it's really make a bigger deferent "Pinkie pie"
-If u fail, don't need to quit. Learn it, n fix it. Failure is part of Progress.
link to learn
How to make bold word, header, insert
screenshot in download site
XML magic trick
@Randomstuffandplanes sure, I like MLP
Mobilnya Fast & furious : Lembang Drift
+1Wkwkwk🤣🤣. Nice detail👍
@Subnerdica if that's Beer, the bear will using Ushanka & hold a vodka not a glass . 😆😆😆
Pesawat anda meng-inspirasi saya, minta izin di jadikan contoh boles gak gan? @Ryn176.
+1Terimakasih loh gan.. Agan ud kasih tau klo cockpit bisa di remodel. 😊
New subscription exist
Me,my wallet&my money: Oh no...anyways
Nice Fan 😆
@Highground that song louder than ship Horn 😆 👍
Low cost weapons vs expensive ship
Airforce: STONKS
Thx for the upvote, Пожалуйста , Terimakasih telah Meng upvote😊
@Ergi thx alot 👍, silahkan kalau mau di modif wkwkwk
+1Good luck to your next project comrades.👍
+1Pretty Nice tank, well done
@Hira629 thx for ur opinion. I'll make craft next time, maybe delayed due I have exam to done first, hehe.
+1@NavalBlaze mumpung gk ad tugas dari sekolahan bang wkwkwk
+1@Abdiyanov sering dapet klo bokap kerja wkwkwk
+2This an wierd product in my country. There is cows milk,bears trademarks, with dragon as the mascot
Maybe it also in your country too🤣
@ArcherDude11 same. Display ur screenshot maybe required bronze
+1@hira629 ya, cus I put 4 XML engine there.
+12 is dead engine (0 power) & 2 active engine(1.2x power) .
That's why the plane so fast drain the Fuel, if u try fly from starting island to Jager airport, aircraft just consume 40% of fuel
Thx btw for the upvote