@Neji_Neji01 and Offcoure I join them. I need to know about Ship mechanics in this game. How scale basic fuselage when crate destroyers, Lt.cruiser, battleship (my phone cant handle this ship ), the engine u all use for ship( cus that will shot down by water) ETC.
@Neji_Neji01 ohh thats from my bio,.... So I was wrong translation about beat meaning. Beat what I mean is something I can do that in my current skill & gain some new experience from something impossible i could do. I don't wanna make enemy on this community, Cus I think this community was very friendly. even they were on the top(platinum).
@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.
@NBTamata wew main apa cok?.. Wkkw
@FlightTester exactly
@JOEMAMA07 damn where me? , am I not nominated?😆
@NormalPioneer @NBTamata @GeneralPatrick2 @WarshipDude.. Here an modern CIWS with autotarget system
@Charris969 enjoy ur dramatic landing with This CIWS on airport 😆
@NBTamata...?
Komandan Ada egg ship. Lapor 😆😆😆
@Neji_Neji01 and Offcoure I join them. I need to know about Ship mechanics in this game. How scale basic fuselage when crate destroyers, Lt.cruiser, battleship (my phone cant handle this ship ), the engine u all use for ship( cus that will shot down by water) ETC.
@Neji_Neji01 ohh thats from my bio,.... So I was wrong translation about beat meaning. Beat what I mean is something I can do that in my current skill & gain some new experience from something impossible i could do. I don't wanna make enemy on this community, Cus I think this community was very friendly. even they were on the top(platinum).
@Highground lov that song 🤣
Thx for y'all upvote& spotlight
Damn I little bit offside shifting the Ship into ajar
@NBTamata how this looks?, BTW ini Egg ship pertama gw Wkwkwkk.
Thx y'all for upvote & spotlight My craft/Terima kasih telah meng-upvote pesawat saya.
@CK10 I forget to tell y'all, if wanna launch the AGM-65 maverick need slowly thrust (must 30-40%)
Yo dwag. Washap
@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.
@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 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
@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
@Subnerdica if that's Beer, the bear will using Ushanka & hold a vodka not a glass . 😆😆😆
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😊