Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

differences between seta and set

Page: 1 of 1
 sinoth
05-09-2002, 12:24 AM
#1
On the following lines:
--
seta sv_maxclients 4
sv_maxRate 10000
set timelimit 20
--

What is the difference between set and seta? When should each be used? Also, why does sv_maxRate not need set or seta?

Thanks for the input
 MatrixCPA
05-09-2002, 2:22 AM
#2
set = set cvar

seta = set cvar and archive in jk2mpconfig.cfg

sets = set cvar and include in serverinfo query reply

It is common to use seta for most everything except serverinfo items and map rotation items. Use sets for serverinfo (Administrator, Email, URL, Connection, etc) and set for map rotations.
Page: 1 of 1