A tech test for a mp version of s2s set in space that's based on mp_s2s by cat or not.
As of now, this mod doesn't require any dependencies
Dependencies that are needed for the original mp_s2s mod but not for this one.
set the s2s_strip_debug
convar to 1
and reload the map.
This section isn't required (or possible) if you downloaded the mod from thunderstore.
Because of file size large files like the bsp and vpks are compressed and splitted into multiple files. To concat them into their original files just run concat_assets.sh
or concat_delete_assets.sh
in the mods root directory.
cat compressed/assets.tar.gz.* > compressed/assets.tar.gz
tar -xvf compressed/assets.tar.gz
rm -f compressed/assets.tar.gz*
GitHub only allows files up to 100MB and git lfs is shit please split your files instead.
run compress_assets.sh or do this:
tar cvzf - vpk/client_mp_s2s.bsp.pak000_000.vpk vpk/englishclient_mp_s2s.bsp.pak000_dir.vpk mod/maps/mp_s2s.bsp | split --bytes=90MB - compressed/assets.tar.gz.