Achimobil / FS22_BigDisplay

8 stars 3 forks source link

"Leere" Getreide werden mit 0 (null) angezeigt #21

Closed andreasthu closed 9 months ago

andreasthu commented 1 year ago

Hallo Achimobil habe deine Displays gerne in Verwendung. es kommt aber öfters vor, das eigentlich "Leere" filltypes mit 0 angezeigt werden: fsScreen_2023_10_17_17_17_28 in der placeables.xml sind sie mit nullkommairgendwas drinnen:

    <placeable modName="FS22_FoodMixers" filename="$moddir$FS22_FoodMixers/pigFoodMixer.xml" id="95" position="-84.650398254395 46.194557189941 -79.325836181641" rotation="0 90.000002504478 0" age="50.000000" price="22000.000000" farmId="1">
        <productionPoint productionCostsToClaim="1.469032">
            <production id="pfm_group_1_1" isEnabled="true"/>
            <production id="pfm_group_1_2" isEnabled="true"/>
            <production id="pfm_group_2_1" isEnabled="true"/>
            <production id="pfm_group_3_1" isEnabled="true"/>
            <production id="pfm_group_3_2" isEnabled="true"/>
            <production id="pfm_group_2_2" isEnabled="true"/>
            <production id="pfm_group_3_3" isEnabled="true"/>
            <production id="pfm_group_4_1" isEnabled="true"/>
            <production id="pfm_group_4_2" isEnabled="true"/>
            <production id="pigFood" isEnabled="true"/>
            <storage farmId="1">
                <node fillType="CANOLA" fillLevel="0.015008"/>
                <node fillType="SOYBEAN" fillLevel="0.043586"/>
                <node fillType="SUGARBEET" fillLevel="0.190364"/>
                <node fillType="PIGFOOD" fillLevel="59999.808594"/>
                <node fillType="GROUP_BASE" fillLevel="14264.518555"/>
                <node fillType="GROUP_EARTH" fillLevel="28076.437500"/>
                <node fillType="GROUP_PROTEIN" fillLevel="53727.566406"/>
                <node fillType="GROUP_GRAIN" fillLevel="47512.156250"/>
            </storage>
        </productionPoint>
    </placeable>

ich krieg diese null eigentlich nur weg, wenn ich die entsprechenden zeilen direkt in der xml entferne. gäbs da irgend ne andere möglichkeit, z.b. werte unter 1 nicht anzuzeigen? lg andreas

Achimobil commented 1 year ago

Diese blöden Rundungen sind echt ein graus, aber ich notiere das mal als Fehler für wenn ich hier wieder ein Update mache. Alles kleiner 1 sollte nicht angezeigt werden.

andreasthu commented 1 year ago

danke dir lg