ARK: Survival Evolved

ARK: Survival Evolved

Item Sorting System [No Longer Developed]
Mostrando 31-40 de 43 aportaciones
< 1  2  3  4  5 >
Actualización: 15 NOV 2015 a las 5:33 p. m.

Attempted fix at mod compatibility.

Actualización: 15 NOV 2015 a las 3:58 p. m.

Attempted fix at mod compatibility.

Actualización: 14 NOV 2015 a las 10:40 p. m.

Fixed issue with blueprinted items stacking.

Actualización: 13 NOV 2015 a las 5:54 p. m.

Added INI File setting to change sorting range. If there is no range set it will default to 3000. Range cannot be less than 1000 (2.5 foundations). If set lower than 1000 it will be set at default.
To modify sorting range, add

[SortingMod]
SortRange=XXXX

To GameUserSettings.ini on the server.

Tried to fix pin codes, not sure if they work still.

Actualización: 7 NOV 2015 a las 2:39 p. m.

Cleaned up something that might of been causing a lot of lag.

Actualización: 7 NOV 2015 a las 2:25 p. m.

Whoops forgot to fix debug options

Actualización: 7 NOV 2015 a las 2:20 p. m.

Updated Range to 3000 (10 foundations)
Republished the back-end update
Allowed other modders to support sorting into their containers.
Fixed a bug relating to multiple items not going into the same container (Thanks GoA [Black]!)

For Users of other mods
Please let the owners of any mods you'd like to see compatible with this mod know the information below!

For Modders
To allow sorting into your custom containers, please add "Sortable" to the tags of the container actor. (Not the inventory or item, just the base place-able actor.)
Your actor MUST be a child of StructureItemContainerBaseBP and your inventory component a child of PrimalInventoryBP_StorageBox_Base. This is to prevent the sorting mod from dumping stuff into 'alive' actors (like players or dinos)

Actualización: 6 NOV 2015 a las 11:52 p. m.

Reverted back-end changes due to dupe exploit

Actualización: 6 NOV 2015 a las 10:44 p. m.

Added Pickup Item. Reworked Sorting Backend

Actualización: 3 NOV 2015 a las 9:02 a. m.