Skip to content

Commit becea48

Browse files
authored
Merge pull request #53 from X2CommunityCore/revert-dlc-cook
Revert DLC cooking + some improvements
2 parents 3fef85d + 305bef8 commit becea48

File tree

3 files changed

+411
-359
lines changed

3 files changed

+411
-359
lines changed

EmptyPackage

-485 Bytes
Binary file not shown.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Assuming the file is named `ContentOptions.json`:
297297
$builder.SetContentOptionsJsonFilename("ContentOptions.json")
298298
```
299299

300-
Two options are avaliable: `missingUncooked` and `sfCollectionMaps`. Omitting an option (or the file entirely)
300+
Four options are available: `missingUncooked`, `sfStandalone`, `sfMaps`, `sfCollectionMaps`. Omitting an option (or the file entirely)
301301
is treated the same as setting it to an empty array
302302

303303
### Including missing uncooked
@@ -318,8 +318,8 @@ Example from Covert Infiltration:
318318

319319
### Asset cooking
320320

321-
The other option is for the mod assets cooking. Because it is such a complex process, the package and map configuration is
322-
described in a separate file. See [Asset Cooking](https://github.com/X2CommunityCore/X2ModBuildCommon/wiki/Asset-cooking-(v1.2.0)) for details.
321+
The rest of the options are for the mod assets cooking. Because it is such a complex process, the package and map configuration is
322+
described in a separate file. See [Asset Cooking](https://github.com/X2CommunityCore/X2ModBuildCommon/wiki/Asset-cooking) for details.
323323

324324
# Additional features
325325

0 commit comments

Comments
 (0)