ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
Showing 121-130 of 162 entries
< 1 ... 11  12  13  14  15 ... 17 >
Update: May 28, 2017 @ 4:01pm

  • reworked AntiFraud system
  • completely reworked web api stuff for trade logs

Update: May 19, 2017 @ 10:55am

  • corrected SellAll logic -> now reports correct amount of sold items to web api

Update: May 19, 2017 @ 2:03am

  • jet another timestamp fix
  • increased size of coins and collision box

Update: May 18, 2017 @ 3:10pm

  • timestamp caused write error on web api - replaced build in DateTime struct with own time management logic
  • reworked store building date logic
  • reworked StatisticsProcessor with new date time implementation

Update: May 15, 2017 @ 10:24am

  • changed debugging web address from http to https
  • Added StatisticsLog UI to the StatisticsProcessor

Update: May 12, 2017 @ 9:29am

  • recooked and reupload with fresh GUID to fix issue with missing assets

Update: May 12, 2017 @ 5:08am

  • reupload with linux sources to test on my own linux server

Update: May 11, 2017 @ 7:45pm

  • moved PlayerTable notes to currency and added them to IsCustomBlueprint function
  • Coin mesh vanishing if dropped on dedicated server in some cases -> added 4 LOD levels and changed material
  • cooked with dev kit version 257.45

Update: Apr 30, 2017 @ 10:51am

  • reworked mesh LOD levels for the GloryCoin mesh in order to prevent vanishing on item drop
  • reparented BountyNote to PrimalItem_Note in order to solve vanishing bug on server restart

Update: Apr 25, 2017 @ 2:38pm

  • Added MUE function to remove inventory entry
  • moved complete Item scan logic to Currency package