Hi, Celena Luna.
There is tutorial down below here on the website.
Compilation
Quote:
sudo apt-get install libboost-all-dev cxxtest cmake gcc g++
sudo apt-get install gcc-multilib g++-multilib libc6-dev-i386 libc6-i386 # If cross compiling from 64 bit linux
cmake .
make
Installation
Quote:
Extract files from archive to cstrike/addons/
In addons/metamod/plugins.ini write linux addons/unprecacher/libunprecacher.so
Restart server
Configuring
Quote:
In list.ini write file paths that need to be unprecached and blocked. path_to_file.extension flags replace_path After file name flags "a","b","c" are supported. a - delete entity b - not delete players (working if "a" was set) c - replace file
Map prefixes also supported. In maps/ directory create file map_name.ini or prefix-my_map_prefix.ini.