Skip to content

Create Offline Install

FaithBeam edited this page Mar 5, 2026 · 3 revisions

You can create your own cache backup that can be installed completely offline. Offline Install

Prerequisites

  • Working full-install with cache
  • tar

Create Backup

Run this command from the directory that contains your cache directory to create an archive with your cache, modpackmakerlist.txt, and modlist.txt:

tar -cvf stalker-gamma-cache.(date +%F).tar ./cache/ -C ./gamma/profiles/G.A.M.M.A modlist.txt modpack_maker_list.txt

Note: There is no point compressing the archive. Very minimal gains can be achieved.

Clone this wiki locally