darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
135 stars 12 forks source link

Saves don't record timed events #106

Open darkf opened 6 years ago

darkf commented 6 years ago

Timed events are not recorded/serialized, so if a script is relying on them, it will not work properly when loaded again.

An easy example of this is in arcaves, the ants rely on timed events to move. If you save and reload, they will stay still as nothing is triggering their movement.

This should of course save in temrs of game ticks rather than real time.