Jump to content

[Bug] Can't load save, LUA error upon loading


Recommended Posts

@LiberationDrive, You should be able to load up your save again if you go into the games files, data/DLC00002/scripts/prefabs/tree_creak_emitter.lua, and change this line:

	inst.timer = inst.timer - dt 

to this:

	inst.timer = (inst.timer or 0) - dt

It will might remove the tree creaking sounds, but that's better than a crash :razz:

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...