Developer postOriginal post (opens in a new tab)

Update 0.3.0.8, Console Overhaul, Player Modding!

I mentioned in my last post that I would do these things so I did them!

Improved Console

[img=https://i.gyazo.com/0ae8d58f726247c035563057a4f3702b.png]

The new console has a suggestion system based on what you have input. It works perfect and I think will help out a lot of people. I think it is silly to expect anyone to go back and read through this post just to see what the console commands are.

[img=https://i.gyazo.com/112d879d38a6c49db220e1322c2428ec.png]
There is also a new logging system on the side! Using the arrow keys you can easily re-use a command that you already typed.

object_mode

This is a new console command that allows you to place any object that has been loaded into the game (that obviously includes any from mods). With this command you could easily build levels for others to play through or hand craft a world! I still need to create an object deletion system but that will come next as it is a bit more complicated.

Here is a gif showing off the new object_mode:
[img=https://i.gyazo.com/107377dcf990d9b276cb17a97126f05d.gif]

Player Script

Now you can modify the players variables. This includes all of the following:

  • Health, soft limit
  • Health, hard limit
  • Health falloff
  • Health heartbeat trigger amount
  • Health regeneration (food)
  • Health regeneration (thirst)
  • Health loss from starvation
  • Food limit
  • Health loss from dehydration
  • Thirst limit
  • Movement speed

If you have more suggestions regarding the players modifiable variables, let me know. I've not included sanity because it may not be in future builds. Until I decide on that I will not include it.

Foundations Fixed

This has been an issue for quite a while. I spent months trying to figure out some convoluted math equation to properly set the depth of each foundation. I finally fixed it which is great because I can progress further along with house building now!

[img=https://i.gyazo.com/006fa100faf7b9d3b8bbecaf5529fd50.gif]

Change Log

  • Fixed Foundation depth issues
  • Console system overhaul
    • object_mode
    • kill_self
    • time_set_speed
    • give_item
    • fps_set

  • Mod script files changed from ANSI to UTF8
  • Player variables modifiable via a 'PLAYER' script
  • Fixed potential crash when quitting from ingame menu
  • Foliage is no longer drawn when it is underneath a foundation