Archtec-io / bugtracker

0 stars 0 forks source link

Report by EDWIR: Its not possible to use more then 3 slots ... #83

Closed Archtec-Bot closed 1 year ago

Archtec-Bot commented 1 year ago

Report by EDWIR:

Its not possible to use more then 3 slots in distributors across all TA tiers, no matter the configuration, placement or items used

Position:

{
    y = 14.5,
    z = -1820.8840332031,
    x = 4606.7270507813
}

Meta:

{
    fields = {
        ["signslib:pos"] = "(4621,14,-1828)",
        ["customskins:skin"] = "return {legs=\"legs_2.png\",bodyB=\"body2_10.png\",base=\"skin_default.png\",shoes=\"shoes_none.png\",misc=\"misc_none.png\",bodyA=\"body1_default.png\",hair=\"hair_5.png\",face=\"face_7.png\"}",
        techage_prog_numbers = "return {\"40143\"}",
        ["stairsplus:max_offered"] = "99",
        ["chatplus:namecolor"] = "5",
        techage_forceload_blocks = "return {{y=14,z=-1817,x=4603},{y=14,z=-1814,x=4614},{y=14,z=-1826,x=4615},{y=14,z=-1832,x=4600}}",
        techage_ex_points = "39",
        towercrane_isoperator = "0",
        techage_collider_number = "40203",
        ["3d_armor_inventory"] = "return {\"3d_armor:boots_mithril 1 16450\",\"shields:shield_mithril 1 15017\",\"3d_armor:helmet_mithril 1 15017\",\"3d_armor:leggings_mithril 1 15017\",\"3d_armor:chestplate_mithril 1 15017\",\"\"}",
        ["stairsplus:shape_groups"] = "[\"legacy\"]",
        player_physics_locked = "0",
        ui_waypoints = "{\"data\":[null],\"selected\":1.0}",
        ["stamina:level"] = "17",
        ["sethome:home"] = "(4612.8608398438,15.5,-1798.6881103516)",
        bone_waypoints = "return {}",
        ["stamina:poisoned"] = "no",
        ["unified_inventory:bags"] = "return {\"unified_inventory:bag_large\"}",
        ["stamina:exhaustion"] = "122"
    }
}

Server status:

Archtec: version: 5.7.0 | uptime: 2d 1h 57min | max lag: 0.153s | clients (4/20): EDWIR, Niklp, mallinix, Faded_Glory
Niklp09 commented 1 year ago

There is a limit of 36 items per distributor. There is a max stack-size limit of 12 items per stack too.

https://github.com/joe7575/techage/blob/master/basic_machines/distributor.lua#L29-L30

Niklp09 commented 1 year ago

@joe7575 this behavior is documented in TA2/distributor at the very end, could it be described a little more prominently?