Dark and Light

Dark and Light Dark and Light 7/9 Update - Dev Kit Patch Notes

Version
Dark and Light 7/9 Update - Dev Kit Patch Notes
Version Date
July 9, 2018
Links

Patch Notes

Dark and Light 7/9 Update - Dev Kit Patch Notes

Greetings Adventurers!

We have a dev kit patch first up this week, which will be going out at ~11AM PDT, Tuesday, 7/10. You will be able to update via EPIC Launcher. With this patch, we have made some adjustments to the current systems in place, as well as exposing some functions. You can check out the full notes below.
  • Expose function, Remove Item, from PrimalinventoryComponent
  • Expose function, Add Item and Add Item EX, from PrimalinventoryComponent (note: ShowHUD is different from ARK’s counterpart)
  • Expose functions, BP Timer Servers, and BP Timer NonDedicated (note: added new properties - bUseBPTimerServer, bUseBPTimerNonDedicated, float BPTimerServerMin, float BPTimerServerMax, float BPTimerNonDedicatedMin,and float BPTimerNonDedicatedMax; added new events - BPTimerNonDedicated and BPTimerServer; added new methods, EnableBPTimerServer and EnableBPTimerNonDedicated)
  • Expose function, Get Riding Dinos
  • Expose functions, BPContainerActivated and BPContainerDeactivated (note: added new property bUseBPActivated, used to determine if there is blueprint event. When true, it will trigger BPContainer Activated and BPContainer Deactivated)
  • Expose function, Spawn Dino from Data
  • Expose BPWeapon Deal Damage in the Weapons Template BP actor