Keeping the DevKit up to date

Just curious, is there a way for us to keep the DevKit up to date? I went to go update my mod for the new items, when I noticed that the DevKit doesn’t have any of the new dino eggs (also not in the master list, so if someone did try to play with my update, they wouldn’t get to enjoy any of the new items) or the kibble items.

Anyone know what to do with this?

alright so the steam devkit version will always be up to date.

To get the latest git-hub version there are programs out there that do the cloning for you.

There is one git-hub made that if you select clone to desktop it will go to that page.

Thank you very much!!!

It is in fact NOT up to date. As of the last update, there are not 325 items. In the devkit, the primary game mode (PrimalGameData_BP) still only has 325 elements under the Master Item List.

Sooo… if I did release an updated version of my mod, and said it was current, all those new eggs and what-not, would not actually be in the game. Because the item list on my mod does not have the ability to even add the eggs in, since they are not in the DevKit yet. Hopefully they DO pose an update for when the DevKit is updated with the new files though.

Test it, come back and let us know if that is true.

I should have clarified. The dev kit auto updates on steam when THEY push updates on it.

THEY have not pushed the 186.x update yet.

Honestly, manually updating the files isn’t that bad, but if you want to look more in to using .gitignore files that is likely your solution: /pull/3 I have not used advanced features like this from github before so I am not entirely sure how to implement this commit or if it was just turned down entirely.