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
Cannon-launched missiles: just put missiles in the cannon. The missiles should have disableAircraftCollisions = true and proximity fuse enabled for the best function, given sp quirks.
Hydraulics: idk xdd
@Masotan86 appdata folder may be hidden by default, so use the file explorer settings to show hidden folders
Also on mac, the file will be somewhere else, check the modding guide to find your simpleplanes folder
Dw about it, i'd like to blame mod settings mod's poor documentation for how i do things today
@Masotan86 unfortunately, all i can say is that if you follow the instructions above, you will know where to find the folder and what the different settings do. My limited programming ability and the history of simpleplanes modding (>5 years ago) lead to this kind of very cursed user experience
@CoachPickles86 increase the maximum particle count for the cloud settings you are using, or try to decrease cloud density by making particles bigger and spread further apart
@ToeTips LateralG is not a predefined variable. It is defined using setter GS * (YawRate*pi/180) / 9.81, using the physics formulas v = r * OMEGA and a_c = v^2 / r
But this setter doesn't include the effects of gravity.
.
I think that as Yamashiro is a manufacturer, it will only run its own cars in races. Manufacturers also don't sponsor teams using other cars. For accuracy, you can probably only make the livery for a Yamashiro car.
@ToeTips gold prix test and using LateralG variable in the aircraft:
100% throttle, full input using assisted steering mode, record LateralG when reaching speed:
100 km/h: 2.69, 1.92, 1.89, 2.59
120 km/h: 2.79, 2.78, 2.09, 2.80
140 km/h: 2.81, 2.79, 1.61, 2.74
160 km/h: 2.52, 2.25, 2.73, 2.48
it would be nice to have a variable data logging mod for this
I use 100 km/h and 160 km/h as reference points since that's what i know from forza
some hexa gear/ frame arms designs, i'm not too familiar with those but there's some realistic ones
some armored cores, try crest, GA, balam, or all 5th gen designs
There's a spot on the 5 o' clock position of the ice base where you can put a boom 50 and it will usually take put everything there
Or take a vtol aircraft, fly to that spot and start blasting
The main parts of a timer:
repeat(...) returns the remainder of division. Try repeat(Time,60)
floor(...) rounds down and is good for displaying the integer part of a positive number. Try repeat(floor(Time/60),60)
Go to storage>android>data
If the folder cannot be opened or appears empty: you have a newer version of android that blocks that folder. There is no way to access it.
If you can open it: find the simpleplanes folder, probably called com.jundroo.simpleplanes
That's just a limitation of all label artificial horizons. If possible, make a cutout in the main wall of the panel, so that you can place the label deeper than the panel
@ToeTips sure, you can add of rate(Altitude) as well. Precalculate a constant value that roughly counteracts the weight, and then have a PID for rate(Altitude)
@ToeTips the realistic method would be to make one engine produce more thrust than the other to produce rotation. Try PID with the monitored value PitchRate, and target value proportional to Pitch input.
You can move reticles like what people do with helmet displays, except the movement is just along a vertical plane
The problem is that the label will not disappear outside of the gun sight
@Mahoots unfortunately no
I may or may not make a different recorder in the future that uses input controllers. (if other modders see this, you can do it too)
@Nerfaddict somewhat yeah. If the asymptote is too close to the extremum, the wheel will lose grip too quickly. Usually street tires lose grip slowly compared to racing tires.
@FlyingPatriot i can only make adjustments to the ResizableWheelCollider component, which itself is based on the WheelCollider component. That feature needs a completely new wheel part
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)
I misread and thought you wanted to find bandit airport 💀
4 and maybe 3 still apply
@RaptorAerosystemsCorp despair
Cannon-launched missiles: just put missiles in the cannon. The missiles should have disableAircraftCollisions = true and proximity fuse enabled for the best function, given sp quirks.
Hydraulics: idk xdd
@Masotan86 appdata folder may be hidden by default, so use the file explorer settings to show hidden folders
Also on mac, the file will be somewhere else, check the modding guide to find your simpleplanes folder
Dw about it, i'd like to blame mod settings mod's poor documentation for how i do things today
@Masotan86 unfortunately, all i can say is that if you follow the instructions above, you will know where to find the folder and what the different settings do. My limited programming ability and the history of simpleplanes modding (>5 years ago) lead to this kind of very cursed user experience
@Masotan86 NACHSAVE\CLOUDGEN folder
@CoachPickles86 increase the maximum particle count for the cloud settings you are using, or try to decrease cloud density by making particles bigger and spread further apart
Use engines
But why
@ToeTips LateralG is not a predefined variable. It is defined using setter
GS * (YawRate*pi/180) / 9.81
, using the physics formulasv = r * OMEGA
anda_c = v^2 / r
But this setter doesn't include the effects of gravity.
.
I think that as Yamashiro is a manufacturer, it will only run its own cars in races. Manufacturers also don't sponsor teams using other cars. For accuracy, you can probably only make the livery for a Yamashiro car.
@ToeTips gold prix test and using LateralG variable in the aircraft:
100% throttle, full input using assisted steering mode, record LateralG when reaching speed:
100 km/h: 2.69, 1.92, 1.89, 2.59
120 km/h: 2.79, 2.78, 2.09, 2.80
140 km/h: 2.81, 2.79, 1.61, 2.74
160 km/h: 2.52, 2.25, 2.73, 2.48
it would be nice to have a variable data logging mod for this
I use 100 km/h and 160 km/h as reference points since that's what i know from forza
@ToeTips there is no standardized list, you just change grip until the turning g-force seems right
Large
@IndonesianHoe if your filename has spaces, you must use double quotes
@DatMaluchGuy19 no
some hexa gear/ frame arms designs, i'm not too familiar with those but there's some realistic ones
some armored cores, try crest, GA, balam, or all 5th gen designs
There's a spot on the 5 o' clock position of the ice base where you can put a boom 50 and it will usually take put everything there
Or take a vtol aircraft, fly to that spot and start blasting
what's the FT of the hinge?
@FlyingPotato_131 i have no idea why but setting the aircraft's location every frame is just very laggy
The main parts of a timer:
repeat(...) returns the remainder of division. Try
repeat(Time,60)
floor(...) rounds down and is good for displaying the integer part of a positive number. Try
repeat(floor(Time/60),60)
@UAIBrasil sure
Have you tried this
Although, it has no launch simulation rn, so revving in neutral does nothing
it should be under com.jundroo.SimplePlanes/files/[AIRCRAFTNAME]_model
Go to storage>android>data
If the folder cannot be opened or appears empty: you have a newer version of android that blocks that folder. There is no way to access it.
If you can open it: find the simpleplanes folder, probably called com.jundroo.simpleplanes
Yeah it's almost impossible to edit 1 part PFDs. Try to contact the author (but it's likely they already forgot how they made it lol)
That's just a limitation of all label artificial horizons. If possible, make a cutout in the main wall of the panel, so that you can place the label deeper than the panel
。。。
@ToeTips sure, you can add of rate(Altitude) as well. Precalculate a constant value that roughly counteracts the weight, and then have a PID for rate(Altitude)
@ToeTips the realistic method would be to make one engine produce more thrust than the other to produce rotation. Try PID with the monitored value PitchRate, and target value proportional to Pitch input.
@ToeTips are you using gyros? Those can help.
If your hover jet applies thrust in line with the CoM, your aircraft should not tilt.
Just git gud, you will start aiming automatically
You can move reticles like what people do with helmet displays, except the movement is just along a vertical plane
The problem is that the label will not disappear outside of the gun sight
@Mahoots unfortunately no
I may or may not make a different recorder in the future that uses input controllers. (if other modders see this, you can do it too)
Real lore, i'm 10'2", but i split my form into two people who are 5'1" each to blend in with the humans
@ShinyGemsBro drift, sure, but to drift properly you probably want to add funky trees
@StockPlanesRemastered you don't need to know all that to use this mod. Like with the vanilla tire model, just set traction until it feels right
@Nerfaddict somewhat yeah. If the asymptote is too close to the extremum, the wheel will lose grip too quickly. Usually street tires lose grip slowly compared to racing tires.
@Heneepr it cannot detect the weight on the wheel as there is no built-in functionality for that to begin with. (also see comment below)
@FlyingPatriot i can only make adjustments to the ResizableWheelCollider component, which itself is based on the WheelCollider component. That feature needs a completely new wheel part