Page 1 of 1

[Solved] Access 'create game' setting from control.lua?

Posted: Thu Aug 18, 2016 1:15 am
by aubergine18
When player sets up a new game, they can specify amounts of various resources and a number of other settings... Is there any way for me to access information about what choices they made from control.lua?

Re: Access 'create game' setting values from control.lua?

Posted: Thu Aug 18, 2016 1:23 am
by Nexela

Re: Access 'create game' setting values from control.lua?

Posted: Thu Aug 18, 2016 2:15 am
by aubergine18
MapGenSettings is what I'm after. Looks like I can get it from a Surface object :D Thank you!!