dcs-bios icon indicating copy to clipboard operation
dcs-bios copied to clipboard

MiG-15bis: Values out of range

Open charliefoxtwo opened this issue 1 year ago • 4 comments

NS-430

Util.lua: value -1.000000 is too small for NS430:NS430_COM_FLIP_FLOP (address 1536 mask 8)

MiG-15bis

Util.lua: value 131070.000000 is larger than max 65535 for MiG-15bis:AIR_DILUTER (address 9252 mask 65535)
Util.lua: value -14440.000000 is too small for MiG-15bis:PANELS_LIGHT (address 9270 mask 65535)
Util.lua: value -65535.000000 is too small for MiG-15bis:ENGINE_STOP (address 9274 mask 65535)
Util.lua: value -1.000000 is too small for MiG-15bis:MACH (address 9382 mask 65535)
Util.lua: value -1.000000 is too small for MiG-15bis:THROTTLE_FRICTION (address 9216 mask 4096)

FIXED AIR_DILUTER

Range is set to { -1, 0 } but should likely be { 0, 1 }

FIXED PANELS_LIGHT

Range is set to { 0.23, 0.82 } but should likely be { 0.1, 0.9 }

ENGINE_STOP

Default is set to -1 in dcs luas and actual range is 0 to 1. Not much we can do here?

FIXED MACH

Seems to be a rounding issue - value starts ever so slightly below 0.12.

FIXED THROTTLE_FRICTION

This control is a tumb in bios, but should be a potentiometer.

DCS-BIOS.log

charliefoxtwo avatar Oct 08 '23 23:10 charliefoxtwo

Just checked this and there is only the ENGINE_STOP being reported now and insight shows it is defaulted to -1 at start. When moved it is within range 0 - 1. Damn hard control to see in the cockpit.

jdahlblom avatar Jan 02 '24 10:01 jdahlblom

Yeah these are just bugs in the dcs initialization I believe. I wonder if ED would fix them if we reported them... Probably not lol

charliefoxtwo avatar Jan 02 '24 15:01 charliefoxtwo

We should mark them all in red as this, maybe some official DCS person would notice.

jdahlblom avatar Jan 11 '24 08:01 jdahlblom

I suspect it's just very low on their priority list as nothing in the game itself is actually broken, just data export is slightly incorrect.

charliefoxtwo avatar Jan 11 '24 14:01 charliefoxtwo

Confirmed in modelviewer, range is 0 to 1. Anything outside of that range is a bug in DCS. Closing.

charliefoxtwo avatar Jul 07 '24 16:07 charliefoxtwo