Menu

#13 program does not play without pak

open
nobody
None
5
2012-05-30
2012-05-30
tim
No

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

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.