Server side only (Pure?)

3 replies [Last post]
cats
Offline
Joined: Sep 2003
Posts:

In a reply to how to avoid people getting the pak0.pk3 cid wrote:

Quote:
3. unpacking the .pk3
You rename the pak0.pk3 to pak0.zip and unpack it to keep that
structure:
C:\Games\Quake III Arena\excessiveplus\vm\*.qvm

Then it will be a fully server-side only mod

I need to ask further to that;
Do I only need the 3 *.qvm files in the vm-folder or do I also need to have the 5 other folders with their files, in the excessiveplus folder to run a server-side only mod?

Frag on

cats: All your base are belong to us!

cid+
cid's picture
Offline
Joined: Sep 2003
Posts:
Server side only (Pure?)

You need only the vm/ folder.

BUT be aware of that when running a pure server because people with the
mod will not be able to connect.
In that case your server will be empty.

The better way would be:
Let the pk3 there and use
[code:1]set sv_pure 1
set sv_allowDownload 1[/code:1]

cats
Offline
Joined: Sep 2003
Posts:
Server side only (Pure?)

OK
What if I unpack the vm folder
but set
[code:1]set sv_pure 0
set sv_allowDownload 0[/code:1]

What will happen to people:
1. Who have the pk3
2. Who dont have the pk3

cats: All your base are belong to us!

easy
Developer
easy's picture
Offline
Joined: Sep 2003
Posts:
Server side only (Pure?)

1. = 2. = Both will be able to connect and play.