Difference between revisions of "Compression"

(Created page with "== Compressed Files == The following file formats and extensions are supported. No additional software is required. * Zip : .zip * Rar : .rar * Tarball : .tar * Gzip compressed t...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Compressed Files ==
 
== Compressed Files ==
 
The following file formats and extensions are supported. No additional software is required.
 
The following file formats and extensions are supported. No additional software is required.
 +
===Windows and Linux===
 
* Zip : .zip
 
* Zip : .zip
 
* Rar : .rar
 
* Rar : .rar
 +
===Linux Only===
 
* Tarball : .tar
 
* Tarball : .tar
 
* Gzip compressed tarball: .tar.gz, .tgz
 
* Gzip compressed tarball: .tar.gz, .tgz
 
* BZip compressed tarball : tar.bz2, .tbz2
 
* BZip compressed tarball : tar.bz2, .tbz2
* Lzma compressed tarbal : .tar.lzma, .tlz
+
* Lzma compressed tarball : .tar.lzma, .tlz
 +
 
 +
== Compressed Game Files ==
 +
Game files can be compressed to improve transfer speed between servers. The compressed file should not include the TCA.* sub folders.
 +
 
 +
=== Linux ===
 +
First make sure the game's folder is not empty. You can run the compress scripts located in /home/tcadmin/tcafiles/games. The file name is compress_<game>.sh. If you run the compress script and the folder is empty it will create an empty file.
 +
 
 +
This example compressed the files for Counterstrike.
 +
cd /home/tcadmin/tcafiles/games
 +
./compress_cs-linux.sh
 +
 
 +
=== Windows ===
 +
Go to C:\TCAFiles\Games\<game>. Select all files and folders except the TCA.* folders.
 +
 
 +
To compress the files to ZIP right click on the selected files and select Send To > Compressed (zipped) Folder. Move the created zip file to C:\TCAFiles\Games. Name it <game>.zip
 +
 
 +
If you have Winrar installed right click on the selected files and select Add To > "<game>.rar". Move the created rar file to C:\TCAFiles\Games.

Latest revision as of 00:05, 21 December 2016

Compressed Files

The following file formats and extensions are supported. No additional software is required.

Windows and Linux

  • Zip : .zip
  • Rar : .rar

Linux Only

  • Tarball : .tar
  • Gzip compressed tarball: .tar.gz, .tgz
  • BZip compressed tarball : tar.bz2, .tbz2
  • Lzma compressed tarball : .tar.lzma, .tlz

Compressed Game Files

Game files can be compressed to improve transfer speed between servers. The compressed file should not include the TCA.* sub folders.

Linux

First make sure the game's folder is not empty. You can run the compress scripts located in /home/tcadmin/tcafiles/games. The file name is compress_<game>.sh. If you run the compress script and the folder is empty it will create an empty file.

This example compressed the files for Counterstrike.

cd /home/tcadmin/tcafiles/games
./compress_cs-linux.sh

Windows

Go to C:\TCAFiles\Games\<game>. Select all files and folders except the TCA.* folders.

To compress the files to ZIP right click on the selected files and select Send To > Compressed (zipped) Folder. Move the created zip file to C:\TCAFiles\Games. Name it <game>.zip

If you have Winrar installed right click on the selected files and select Add To > "<game>.rar". Move the created rar file to C:\TCAFiles\Games.

Retrieved from "https://help.tcadmin.com/index.php?title=Compression&oldid=1337"