Clarification on game files that can be deleted #7
Replies: 3 comments 2 replies
-
Additionally, it might be helpful to add a single command to the README that would delete all un-needed game files at once. |
Beta Was this translation helpful? Give feedback.
-
Oh, that's a bash expansion: $ echo {patch_master,{common,common_mp,highlight,particle_scripts}{,\(*}}.rpak ui{,\(*}.dll
patch_master.rpak common.rpak common(*.rpak common_mp.rpak common_mp(*.rpak highlight.rpak highlight(*.rpak particle_scripts.rpak particle_scripts(*.rpak ui.dll ui(*.dll It's definitely confusing if you aren't used to them (and still a bit hard to read if you are), so I'll do something about that later this week. |
Beta Was this translation helpful? Give feedback.
-
I made a powershell script for copying all server-only files:
I couldn't actually test whether script does make proper server install, cause I had a sudden realization that my VPS has two cores only so it gets stuck on "Launching the game..." |
Beta Was this translation helpful? Give feedback.
-
Per the README, the 3rd bullet point on "Reducing the size":
delete r2/paks/ except for {patch_master,{common,common_mp,highlight,particle_scripts}{,(}}.rpak ui{,(}.dll
I'm struggling to find a command that can actually parse that expression. Can someone please provide a command that will delete the files mentioned here?
Beta Was this translation helpful? Give feedback.
All reactions