ARK: Survival Evolved
Item Sorting System [No Longer Developed]
Εμφάνιση 21-30 από 43 καταχωρίσεις
< 1  2  3  4  5 >
Ενημέρωση: 14 Δεκ 2015 στις 11:46

removed dev settings

Ενημέρωση: 14 Δεκ 2015 στις 10:46

item drop bug should now be solved.

Ενημέρωση: 29 Νοε 2015 στις 15:44

Attempted fix on item dropping bug.

Ενημέρωση: 28 Νοε 2015 στις 22:59

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

Ενημέρωση: 28 Νοε 2015 στις 4:21

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.

Ενημέρωση: 28 Νοε 2015 στις 2:05

Fixed client replication bug causing infinite sound looping.

Ενημέρωση: 27 Νοε 2015 στις 21:27

[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.

Ενημέρωση: 15 Νοε 2015 στις 19:15

Fixed crash hopefully v2

Ενημέρωση: 15 Νοε 2015 στις 18:54

Fixed crash hopefully

Ενημέρωση: 15 Νοε 2015 στις 17:38

Attempted fix at mod compatibility.