Open viraptor opened 4 years ago
Skip it, if you supply an fs_basepath with pk3s already installed you don't need to check for installer files.
This doesn't seem to work. Setting fs_basepath to ./base
returns the same error. Setting it to ./base/baseq3
returns:
----- FS_Startup -----
No such file or directory
I think fs_basepath should be absolute, not relative, i.e. ./
.
Full path like
+set fs_basepath /Users/..../quakejs/base
still results in
----- FS_Startup -----
No such file or directory
I resolved the same error by downloading linuxq3ademo-1.11-6.x86.gz.sh
and linuxq3apoint-1.32b-3.x86.run
from the public content server, and putting it into the assets directory that I use as a source for bin/repak.js
. Then they'll be part of your manifest and you'll pass this check.
Yes, should've reported - adding those files makes the server work just fine 👍 Processing with the standard values even fixes the broken/missing textures in pro-q3dm6.
When specifying a content server, I get the following at startup:
And when fixed to throw that error instead, it's: