Factorio: skip a bunch of file IO (#2444)

In a lot of cases, Factorio would write data to file first, then attach that file into zip. It now directly attaches the data to the zip and encapsulation was used to allow earlier GC in places (rendered templates especially).
This commit is contained in:
Fabian Dill
2023-11-10 22:02:34 +01:00
committed by GitHub
parent 7af7ef2dc7
commit ac77666f2f
2 changed files with 34 additions and 47 deletions

View File

@@ -1,14 +0,0 @@
{
"name": "archipelago-client",
"version": "0.0.1",
"title": "Archipelago",
"author": "Berserker and Dewiniaid",
"homepage": "https://archipelago.gg",
"description": "Integration client for the Archipelago Randomizer",
"factorio_version": "1.1",
"dependencies": [
"base >= 1.1.0",
"? science-not-invited",
"? factory-levels"
]
}