@Chancey21 thanks for suggestion of vortex generator. I am parallel work on mod "SimpleWings". I will try to embed it in wing.
So, simple wings looks like usual wings: simplewings (never mind about boxes, its temporarily)
But it will be possible to set a aerodynamics a little bit. Flow separation, for example.
@MWG4386 it is no physics tracks. They don't collide with ground. This type of track is more hard than texture track, but more easier than physics track (when each track-rigidbody). I hope you will can play with pleasure :)
Ракеты взрываются при запуске. Возможно это происходит потому, что на самих Rocket не стоит disable aircraft collision. У полых фюзеляжей коллайдер такой же, как и у обычных фюзеляжей. Поэтому они и сталкиваются.
@Baby Yes, you can mirror the part. The tracks part have a 10 attach point at the moment - 5 on the left side and 5 on the right side. But after that part will not mirror automatically: you should to set attribute "Side" to "Left" instead "Right".(if you first track was "Right"). It's no need to adjust track for the each side. You can adjist only for one side and mirror it. But perhaps after mirrored you should to re-attached tracks to your tank. And i will recommend to "remember" the track position with overload mod before re-attaching.
@Tessemi I mean that "computer block" in this mod read the pitch value from aircraft control stick, compute it and set the VTOL, and VTOL turn the stabilizers and thrust vectoring. Canard too, but i don't tune canard yet. But its work like stabilizer.
@Tessemi of course. But i reccomend to use thrust vectoring for this. Also, in this game unstable planes have bad particular qualities. Also, you will can switch 2 types of fly by wire system(pitch and yaw) and 1 type of FBW for roll. But its needed 2 axis-1 input and 1 output. For example:stabilizers are controlled by VTOL and Pitch in the same time.
@squideater56 Looks interesting, but i could not download your craft. I have download all mods, but i haven't some parts. i don't know why. And i think than nobody want to download craft with 5 mods.
@squideater56 the problem is that tracks count 4. The maximum tracks count=2. One left track and one right track. But, in tracks 2 mod you will can use any count of tracks.
@squideater56 upload your crane on the site and tag me. When you will upload, write about this here. The tag system work bad on the site, of the this reason i usually see my mail to know when somebody tag me.
@Brields95 I use solidworks 2017. Model from solidworks i export to IGES format, after that i open IGES model in 3dMax. In 3dMax i convert model to FBX format. And then FBX format i use in Unity. This operation is tire, if i have to edit 3d model many times.
@Minecraftpoweer Sorry, but i can not say exact time of the mod is out. The mod have some problems, which i didn't show:) Also, i want to make a texture for tracks, and this requires time:)
@Tessemi Nice idea, maybe i will create this mod. But now i creating "Tracks 2" mod with my own 3d model of tracks and wheels. The jet engine mod was stopped for the reason of fuel problem and i have sent this engine to devs. The update of hover mod was stopped for the same reason, because hover mod have fuel consumption too.
@NathanMikeska I was tested this again and discover that:
"So setting ServiceProvider.Instance.PlayerAircraft.Fuel affects AI spawned aircraft?"
No, if this AI aircraft no have my mod. Like "Hellseka". And yes, if this AI aircraft use this mod engines. And this work for ServiceProvider.Instance.PlayerAircraft.Controls too. But the AI aircraft must have the mod part.
The problem is that game don't distinguish the script on my aircraft and script on AI aircraft.
If i create a some engine part and write code in it:
{
Nozzleflap.transform.localeEulerAngles = new Vector3(Input.GetAxis("Vertical"),0,0)
}
and attach this engine to airplane, save this, run game and spawn the same AI airplane with this engine mod, then nozzle flap will be move on AI airplane and on my airplane in one time.
This problem was solved when i started using Input controller. So, then i write:
{
Nozzleflap.transform.localeEulerAngles = new Vector3(InputController.Value,0,0)
}
After this action nozzle flap work correct.
But it not work for fuel. If i want to write fuel consumption code, i compelled to use ServiceProviderScript. In this case i have no ways to do that fuel will not decrease on AI aircraft with mod engines and decrease on my aircraft with this mod engines.
@NathanMikeska "So setting ServiceProvider.Instance.PlayerAircraft.Fuel affects AI spawned aircraft?" Yes, it is. And ServiceProvider.Instance.PlayerAircraft.Controls.Pitch,Yaw... and other axis too. If i use input controller or array of input controllers, its ok. But if i use ServiceProvider.Instance.PlayerAircraft.Controls, its affect to AI aircraft.
I have tag you in another unlisted post with unity file.
@AndrewGarrison Is it planned to update SimplePlanes ModTools? It can increase opportunity for modding. The current version of SimplePlanes ModTools was updated a long time ago, from that moment in game appeared new weapons, like Rocket.
It be cool if developers begin add player's carriers in game.
+5Very interesting design!
@Chancey21 thanks for suggestion of vortex generator. I am parallel work on mod "SimpleWings". I will try to embed it in wing.
+1So, simple wings looks like usual wings: simplewings (never mind about boxes, its temporarily)
But it will be possible to set a aerodynamics a little bit. Flow separation, for example.
@MWG4386 yes. It physics tracks like this is-7
My tracks not like this.
@MWG4386 it is no physics tracks. They don't collide with ground. This type of track is more hard than texture track, but more easier than physics track (when each track-rigidbody). I hope you will can play with pleasure :)
@RamboJutter
Отлично, как и всегда
+4@Mavizasyon good idea. But i am not plan to update mod soon.
@Mavizasyon try to turn it off not by button on screen, but a command
Mode on/off
. You can find this in block attribute.@randomusername Oh, thanks)
+1@randomusername google translate can not translate this word:) what does it mean?
@randomusername you mean google drive links? Thanks, i forgot about it :)
@Mavizasyon mod was updated.
+1@Klafzfox mod was updated.
@Klafzfox mod will be updated soon
Ракеты взрываются при запуске. Возможно это происходит потому, что на самих Rocket не стоит disable aircraft collision. У полых фюзеляжей коллайдер такой же, как и у обычных фюзеляжей. Поэтому они и сталкиваются.
+1@Tessemi work in progress:)
+1@Tessemi You can do this. But if you want, you can don't do this.
+1@Tessemi I don't create a mod yet:) It is only description.
+1@Tessemi The mod not ready yet, but i have begin to write a description
LINK
@Baby Yes, you can mirror the part. The tracks part have a 10 attach point at the moment - 5 on the left side and 5 on the right side. But after that part will not mirror automatically: you should to set attribute "Side" to "Left" instead "Right".(if you first track was "Right"). It's no need to adjust track for the each side. You can adjist only for one side and mirror it. But perhaps after mirrored you should to re-attached tracks to your tank. And i will recommend to "remember" the track position with overload mod before re-attaching.
@Tessemi In the mod description wil be some pictures, which will better explain how its work:)
@Tessemi I mean that "computer block" in this mod read the pitch value from aircraft control stick, compute it and set the VTOL, and VTOL turn the stabilizers and thrust vectoring. Canard too, but i don't tune canard yet. But its work like stabilizer.
@Tessemi of course. But i reccomend to use thrust vectoring for this. Also, in this game unstable planes have bad particular qualities. Also, you will can switch 2 types of fly by wire system(pitch and yaw) and 1 type of FBW for roll. But its needed 2 axis-1 input and 1 output. For example:stabilizers are controlled by VTOL and Pitch in the same time.
+1@BoganBoganTheMan the tracks part will have "Right/Left"attribute
@Tessemi today i have began creating fly-by-wire mod:
+1gif1
gif2
gif2
@squideater56 Looks interesting, but i could not download your craft. I have download all mods, but i haven't some parts. i don't know why. And i think than nobody want to download craft with 5 mods.
@squideater56 yes. In new mod "Tracks 2" (now in develop) this problem was fixed. Also, you can scale tracks of your crane
@squideater56 the problem is that tracks count 4. The maximum tracks count=2. One left track and one right track. But, in tracks 2 mod you will can use any count of tracks.
@squideater56 upload your crane on the site and tag me. When you will upload, write about this here. The tag system work bad on the site, of the this reason i usually see my mail to know when somebody tag me.
@DeezDucks I think yes
@DeezDucks Yes. Only limit of wheels- perfomance of your computer:)
@Baby Yes. But it can decrease perfomance. I added a new gif, you can see.
+2@Kimcotupan15 current version of mod have only wheels from T-80.
+1@exosuit i want to do this feature.
@Z3RO i will try to do it.
@Kyle123344 i hope this too) This is version for current version simpleplanes-1.7.1
@Brields95 I use solidworks 2017. Model from solidworks i export to IGES format, after that i open IGES model in 3dMax. In 3dMax i convert model to FBX format. And then FBX format i use in Unity. This operation is tire, if i have to edit 3d model many times.
@Minecraftpoweer Sorry, but i can not say exact time of the mod is out. The mod have some problems, which i didn't show:) Also, i want to make a texture for tracks, and this requires time:)
@EternalDarkness At the moment tank with this tracks can turn on the spot.
+1@Tessemi Nice idea, maybe i will create this mod. But now i creating "Tracks 2" mod with my own 3d model of tracks and wheels. The jet engine mod was stopped for the reason of fuel problem and i have sent this engine to devs. The update of hover mod was stopped for the same reason, because hover mod have fuel consumption too.
Полностью поддерживаю нижнего комментатора. Эта техника должна получать гораздо больше апвотов.
@NathanMikeska I was tested this again and discover that:
"So setting ServiceProvider.Instance.PlayerAircraft.Fuel affects AI spawned aircraft?"
No, if this AI aircraft no have my mod. Like "Hellseka". And yes, if this AI aircraft use this mod engines. And this work for ServiceProvider.Instance.PlayerAircraft.Controls too. But the AI aircraft must have the mod part.
The problem is that game don't distinguish the script on my aircraft and script on AI aircraft.
If i create a some engine part and write code in it:
{
Nozzleflap.transform.localeEulerAngles = new Vector3(Input.GetAxis("Vertical"),0,0)
}
and attach this engine to airplane, save this, run game and spawn the same AI airplane with this engine mod, then nozzle flap will be move on AI airplane and on my airplane in one time.
This problem was solved when i started using Input controller. So, then i write:
{
Nozzleflap.transform.localeEulerAngles = new Vector3(InputController.Value,0,0)
}
After this action nozzle flap work correct.
But it not work for fuel. If i want to write fuel consumption code, i compelled to use ServiceProviderScript. In this case i have no ways to do that fuel will not decrease on AI aircraft with mod engines and decrease on my aircraft with this mod engines.
@NathanMikeska "So setting ServiceProvider.Instance.PlayerAircraft.Fuel affects AI spawned aircraft?" Yes, it is. And ServiceProvider.Instance.PlayerAircraft.Controls.Pitch,Yaw... and other axis too. If i use input controller or array of input controllers, its ok. But if i use ServiceProvider.Instance.PlayerAircraft.Controls, its affect to AI aircraft.
I have tag you in another unlisted post with unity file.
@BlackhattAircraft Me.
@PhilipTarpley
@AndrewGarrison @NathanMikeska
Beautiful targets!
+2@AndrewGarrison Is it planned to update SimplePlanes ModTools? It can increase opportunity for modding. The current version of SimplePlanes ModTools was updated a long time ago, from that moment in game appeared new weapons, like Rocket.
+2@GreatHenry это уже можно сделать в игре, включив их командой toggle fps через консоль
Very beautiful.