Skip to content

Commit

Permalink
fix various cook flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Aug 17, 2024
1 parent 2ac2cf7 commit 8d6a288
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pbpy/pbunreal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,24 +1147,27 @@ def build_game(configuration="Shipping"):
f"-ScriptsForProject={str(get_uproject_path())}",
"BuildCookRun",
"-nop4",
"-utf8output",
f"-project={str(get_uproject_path())}",
f"-clientconfig={configuration}",
"-unattended",
"-NoCodeSign",
"-CrashReporter",
"-CookPartialGC",
"-NumCookersToSpawn=2",
"-build",
"-cook",
"-stage",
"-pak",
"-iostore",
"-encryptinifiles",
"-makebinaryconfig",
"-compressed",
"-prereqs",
"-iterate",
"-iterativecooking",
"-SkipCookingEditorContent",
"-distribution",
"-manifests",
"-package",
"-utf8output",
]
publishers = pbconfig.get("publish_publishers")
if "steamcmd" in publishers:
Expand Down

0 comments on commit 8d6a288

Please sign in to comment.