diff --git a/pbpy/pbunreal.py b/pbpy/pbunreal.py index e213518..ea46547 100644 --- a/pbpy/pbunreal.py +++ b/pbpy/pbunreal.py @@ -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: