ARK: Survival Evolved

ARK: Survival Evolved

Item Sorting System [No Longer Developed]
Hiển thị 21-30 trong 43 mục
< 1  2  3  4  5 >
Cập nhật: 14 Thg12, 2015 @ 11:46am

removed dev settings

Cập nhật: 14 Thg12, 2015 @ 10:46am

item drop bug should now be solved.

Cập nhật: 29 Thg11, 2015 @ 3:44pm

Attempted fix on item dropping bug.

Cập nhật: 28 Thg11, 2015 @ 10:59pm

Fixed client side crash,
Attempted fix at items disappearing
Attempted fix on items not sorting even though they should

Cập nhật: 28 Thg11, 2015 @ 4:21am

No longer sorts into Fabricator or Smithy.

Mod Structures using StructureItemContainerBaseBP can now specify "Not Sortable" in the tags to prevent the sorting chest from interacting with it.

Cập nhật: 28 Thg11, 2015 @ 2:05am

Fixed client replication bug causing infinite sound looping.

Cập nhật: 27 Thg11, 2015 @ 9:27pm

[SortingMod]
// Maximum Sorting Range, foundations are 300 units wide
// DEFAULT: 3000
SortRange=3000

//Developer Mode causes the container to not require power
// DEFAULT: false
DeveloperMode=false

// Debugging Mode WILL RENAME ANY CONTAINER IT CAN SORT TO, USE WITH CARE.
// DEFAULT: false
DebuggingMode=false

//Next Item Speed changes how quickly it will test the next item in the sorting chest. (This is the speed)
// DEFAULT: 1.0
NextItemSpeed=1.0

//Next Container Speed is how quickly it iterates through all nearby storage boxes.
// DEFAULT 0.2 (Set to 0 to disable)
NextContainerSpeed=0.2

Rewrote entire back end code.

Added new sounds to indicate it's working.

Drops items that are not sorted to provide some feedback.

Cập nhật: 15 Thg11, 2015 @ 7:15pm

Fixed crash hopefully v2

Cập nhật: 15 Thg11, 2015 @ 6:54pm

Fixed crash hopefully

Cập nhật: 15 Thg11, 2015 @ 5:38pm

Attempted fix at mod compatibility.