FAForever / fa

Lua code for FAF
221 stars 228 forks source link

Batch process all props and bake in existing blueprint manipulation #6274

Open Garanas opened 1 week ago

Garanas commented 1 week ago

Batch processes all props and bakes in existing blueprint manipulations, this involves:

And something that would previously take forever to do:

Practically this applies all the post processing in blueprints-props.lua and bakes the values into the blueprints for everyone to see.

Garanas commented 6 days ago

There's been no objections to these changes, I'd like to merge them in. Could someone review the first two commits? It contains the relevant logic. Everything else is part of the batch processing and just bakes in the values.

Note to self for next time: the batch processing should have been a separate branch, like what was done with the Blinking Lights.