@DCSplanepro12 i don't have a way to transfer entire projects as they are very large, even my mods on github only have assets folder
Can you try this one from flight park kirama, though will be missing the easyroads3d stuff as those are closed source. The map has the roads around the airports
@Whatamievendoing if the x value is the same, i think it's undefined behavior. Maybe the smallest id missile goes first.
Just nudge the missiles slightly to force a chosen launch order
@Ownedpilot sure, you can post it
There is no auto pitch control, except for pitch adjustment when steering to reduce unwanted pitch, which is just made through trial and error. The ground effect is disabled on the rotor. The ground following feature comes from jets, see the VerticalEngine variable.
@Ownedpilot yeah it's quite hard to copy the handling, so i just made sure it had the same controls
Also the custom chase camera is probably quite jank
@DCSplanepro12 i checked again and the unity version i use is 2020.3.19f1, either andrew mistyped or the mod unity version is different from the game version
The hierarchy should look like Map > Road Network > (roads). Currently you have the road network and roads outside the map so they won't appear in the map.
Terrain tab is in the road network component. Idk if there are any differences between your version and mine.
You need to use the "import assets to folder" function under the terrain tab. Don't save the road as ome of the game objects, only save the map.
Also, it seems that wheels need the built-in suspension to work with easyroads terrain
All wheels receive the same torque. The amount of torque is proportional to input regardless of speed. Since power is proportional to torque * speed, power increases continuously.
You need funky trees methods to make a gearbox. The easiest method to control power is to divide your input by the average rpm
If you're accessing unity components (game object path has >), you probably want to learn about c# programming and unity first
There is a way to hide the ui on mobile using the dev console, but i don't remember it, can probably be found with search feature
I have it on google and steam
I might have pirated it on android for a bit in the v1.4 days (i'm old), luckily that package only had an easy-to-remove adware on it but still stupid
low gears/ cbt mode are actually useful now assist prototype with ft that i may or may not use in the future
does not need elliptical grip model to work (but the change is more obvious with the mod as it makes tires lose cornering ability with too much forward slip) ABS example image, you can also see TCS marks
if the rear wheels alternate being under extreme load, that's the kinda bad funky LSD from a previous elliptical grip model demo. it only serves to remove one wheel peel and is good enough(tm) for that
Use a resettable timer. I have a webpage with some timers and other stuff
rate(BOOL) is a good rising edge detector. BOOL is your variable that is true when you fire a weapon when the cannon is selected. To prevent it from being true when reloading, you need another timer
@GrandPrix @Kerbango i think that now, since people haven't spammed the website like i thought would happen, i'm more ok with image packs
Extra tip: if you want to make screens, building the bezel with fuselage makes it look better
@Zaineman don't change your variable names to match other users' code (especially one-liners). It just leads to chaos on your end.
You also need to replace charge rate and discharge rate with your own numbers. If they are the same, you can replace the second ternary section with a constant.
When I provide code, I put variable names in all caps so they become easier to spot, but I don't actually use those names
If you roll a subject list you like, sec 3 isn't that bad
@hisuslol stuff > submit bug report
Terrain resolution also matters, more pixels on heightmap = more triangles on terrain
They don't work, probably just a sp spaghetti code moment or devs forgor
+1@BaconEggs ok, settings that can be changed using commands are now saved between runs. It doesn't use the mod settings mod
@Fshd1103 i didn't
+1you can tune accel and top speed by adjusting thrust and drag multipliers, works for planes as well
@PowerRanger9604 yes but only the trunks of trees
+1@idk201011323 use the variable setters menu and change the controls, it's very easy to do
+1@DCSplanepro12 i don't have a way to transfer entire projects as they are very large, even my mods on github only have assets folder
Can you try this one from flight park kirama, though will be missing the easyroads3d stuff as those are closed source. The map has the roads around the airports
Nice, i think it flies better than mine
Real wing parts are good
231217 > Added real accel variant
.
Other:
Ayo how curated, it has no cockpit
Bot comment acted like it read the dev notes xdd
@Whatamievendoing if the x value is the same, i think it's undefined behavior. Maybe the smallest id missile goes first.
Just nudge the missiles slightly to force a chosen launch order
@Ownedpilot sure, you can post it
+1There is no auto pitch control, except for pitch adjustment when steering to reduce unwanted pitch, which is just made through trial and error. The ground effect is disabled on the rotor. The ground following feature comes from jets, see the VerticalEngine variable.
Weapons always launch innermost to outermost. Also, the order is always the same as long as the plane isn't changed
@Ihavesnowball just because it's not called "sam destruction"
+3@ZER0G but you really only just need to change material 0 and 1
+1I added one color variation (but that one also changes the label colors)
@Ownedpilot yeah it's quite hard to copy the handling, so i just made sure it had the same controls
+1Also the custom chase camera is probably quite jank
@kaokaoo if that's true then the mod tools i'm using is older
+1@DCSplanepro12 i checked again and the unity version i use is 2020.3.19f1, either andrew mistyped or the mod unity version is different from the game version
@DCSplanepro12 unity is free bruh
+1@DCSplanepro12 from andrew's blog post, it's 2022.3.9
@DCSplanepro12 currently i use whichever is the recommended version rn
I tried to make a easyroads map recently, but scrapped it
@JacksEpicGamingYT i'm using a heli rotor for some rotation control, it makes the sound
title references a quote from some random video essay i no longer remember
it is probably about a ps1 demo disc, but i'm not gonna check
released
@Hellfire3627 you cannot use source code directly, it's just so people can see how the mod works
The hierarchy should look like Map > Road Network > (roads). Currently you have the road network and roads outside the map so they won't appear in the map.
Terrain tab is in the road network component. Idk if there are any differences between your version and mine.
You need to use the "import assets to folder" function under the terrain tab. Don't save the road as ome of the game objects, only save the map.
Also, it seems that wheels need the built-in suspension to work with easyroads terrain
I updated, but I think the new version is slightly more laggy. Not downgrading yet
All wheels receive the same torque. The amount of torque is proportional to input regardless of speed. Since power is proportional to torque * speed, power increases continuously.
You need funky trees methods to make a gearbox. The easiest method to control power is to divide your input by the average rpm
If you're accessing unity components (game object path has >), you probably want to learn about c# programming and unity first
There is a way to hide the ui on mobile using the dev console, but i don't remember it, can probably be found with search feature
Amazing model and animations, unfortunately fake screenshot
+2I have it on google and steam
I might have pirated it on android for a bit in the v1.4 days (i'm old), luckily that package only had an easy-to-remove adware on it but still stupid
activation groups
Try clamp01 or the ternary operator if you only want the airbrakes to extend for as long as FireWeapons is held down
gt4 all american championship moment
@PUMPKINSIDD if only i had one
@Nerfaddict probably about 8 minutes
low gears/ cbt mode are actually useful now
assist prototype with ft that i may or may not use in the future
does not need elliptical grip model to work (but the change is more obvious with the mod as it makes tires lose cornering ability with too much forward slip)
ABS example image, you can also see TCS marks
if the rear wheels alternate being under extreme load, that's the kinda bad funky LSD from a previous elliptical grip model demo. it only serves to remove one wheel peel and is good enough(tm) for that
Use a resettable timer. I have a webpage with some timers and other stuff
rate(BOOL) is a good rising edge detector. BOOL is your variable that is true when you fire a weapon when the cannon is selected. To prevent it from being true when reloading, you need another timer
@GrandPrix @Kerbango i think that now, since people haven't spammed the website like i thought would happen, i'm more ok with image packs
Extra tip: if you want to make screens, building the bezel with fuselage makes it look better
@rexzion me too
@Zaineman don't change your variable names to match other users' code (especially one-liners). It just leads to chaos on your end.
You also need to replace charge rate and discharge rate with your own numbers. If they are the same, you can replace the second ternary section with a constant.
When I provide code, I put variable names in all caps so they become easier to spot, but I don't actually use those names
smooth(APU_ON?10000:0, APU_ON?CHARGE_RATE,DISCHARGE_RATE)
No, just use T1000 for the least sound
+5You can try to increase power and decrease input amounts, works for jets but idk for props
I misread and thought you wanted to find bandit airport 💀
4 and maybe 3 still apply
@RaptorAerosystemsCorp despair
To handle FT, you can use input controller, but it's not a good solution since mod parts can only have one input controller (i think)
+1@CrestelAeronautics2 no
+1textmeshpro rich text
+4There also are the "rotate" and "scale" tags which this page doesn't mention