PFQNiet / Satisfactorio

Factorio mod that brings Satisfactory mechanics
GNU General Public License v3.0
11 stars 2 forks source link

Optimisations #35

Closed TimVroom closed 3 years ago

TimVroom commented 3 years ago

To optimise a lot of items mainly global stuff

PFQNiet commented 3 years ago

Your migration scripts aren't working - they're trying to access global objects that haven't been created yet. Example space-elevator tries to set global.space_elevator.elevator but global.space_elevator wasn't created.

TimVroom commented 3 years ago

Ah crap... yeah on existing saves that script doesn't seem to work properly... great XD ah well time to redo them all :P

PFQNiet commented 3 years ago

It should just be a case of ensuring the base table exists and creating it if not :)

TimVroom commented 3 years ago

I think i have done them all... did not test excesivly because... well.. brain dead