Developer postOriginal post (opens in a new tab)

Update Version 0.1.2.9, Animal Collision Fix, New Books, And Some Small Fixes

I've worked at least 7 hours a day (at my day job) since 03/26/2015 and it's been rough trying to make time for Project Explore's development in between those shifts. However I feel like I owe everyone at least a minor update so here it is!

Changes In Version 0.1.2.9

  • Fixed reaching through walls for items. (Collision rectangle was too large)
  • Adjusted measurements of in-game kilometers
  • Made an attempt to stop animals walking through walls
  • Added New Item: Lord of the Pies
  • Added New Item: The Great Frisbee
  • Added New Item: Of Toast and Bread
  • Added New Item: Where The Normal Things Are
  • Changed all spawn chances to ds_lists instead of pulling them by number with a choose() function
  • Started implementing some basic changes required for the multiplayer
  • Integrated Steam ID for multiplayer use
  • Fixed possible bug leading to chunk generation breaking
  • Fixed sanity reduction GUI displaying as "0.00%" Now displays as "00%"

Multiplayer Development

I've really started to buckle down and get some work done for the multiplayer. If you follow the Project Explore Trello then you know that I've been working on it for the past few days. Well I would like to show some proof of my effort so that you know I'm not just pushing it off pretending like the works getting done.
Screenshot1

I've setup a simple command system as well. It allows commands such as "edit_ip" "ip_address_here", or "edit_port" "25565".

Well I hope you enjoyed reading this post! Thanks for playing everyone!