unless the game is built and installed with
make USEPAK=1
make install USEPAK=1
then when you try to run blobwars it complains about missing font and suggests a pak problem.
the easiest fix is to change the makefile
sed -i 's/USEPAK ?= 0/USEPAK ?= 1/' makefile