OpenArena Message Boards

OpenArena => Technical Snafus => Topic started by: christooss on March 27, 2009, 07:57:10 PM



Title: Packages don't get downloaded
Post by: christooss on March 27, 2009, 07:57:10 PM
I put some skin models on my server. But now when player connects (without this package on his comp) server doesn't offer him download of this file. I have sv_pure turned on.

Any ideas?

BTW maps got downloaded without such problem.


Title: Re: Packages don't get downloaded
Post by: vindimy on April 04, 2009, 05:05:28 PM
put your custom stuff (not maps) .pk3's in a folder other than /baseoa (for example, i use /OACTF) and then start your server with command like this:

Code:
./oa_ded.i386 +set fs_basepath /var/oa/openarena-0.8.1/ +set fs_game OACTF +set dedicated 2

also, make sure your webserver has that folder available to http requests.