Difference between revisions of "Zone.dat"

From ASSS Wiki
Jump to: navigation, search
m (edited example to make it more relivent :P)
m (cleaned up the zone.dat article)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Category Formats]]
+
The zone.dat file contains several entries which define a player's favorite server list. The information can either be downloaded from a [[directory server]] or manually added to the file.
  
== Zone.dat format ==
+
== Format ==
 
+
For each zone a entry like the following exist in the zone.dat file.
For each zone an entry like this must exist.
 
 
 
The last field indicates that [[Continuum]] will not warn you are entering a non-[[SSC]] zone. This is changed to 1 if you tick the box do not warn me again in Continuum.  The unknown field often seems to contain a dns name for some zones such as "server.trenchwars.org" for Trench Wars.
 
  
 
<pre>
 
<pre>
<Zone name>,<Zone ip>,<Zone port>,<unknown dns (can be left blank)>,<Warn non-SSC zone>
+
<Zone name>,<Zone ip>,<Zone port>,<unknown dns>,<Warn non-SSC zone>
 
#<description>
 
#<description>
 
</pre>
 
</pre>
Line 18: Line 15:
 
#SSCU Trench Wars - Sysops: DoCk> and PriitK - http://www.trenchwars.org ss://server.trenchwars.org
 
#SSCU Trench Wars - Sysops: DoCk> and PriitK - http://www.trenchwars.org ss://server.trenchwars.org
 
</pre>
 
</pre>
 +
 +
=== Notes ===
 +
* The <Unknown dns> field often seems to contain a DNS name for some zones (ex.: "server.trenchwars.org" for Trench Wars). It may remain blank.
 +
 +
* The <Warn non-SSC zone> field is a boolean value which indicates whether or not [[Continuum]] will not warn you are entering a non-[[SSC]] zone. When this field is set to 1 Continuum will not warn the player they are [[This zone is not connected to the central player database|entering a non-SSC zone]].
 +
 +
* The <Warn non-SSC zone> field is ignored by Continuum if the zone is an [[SSC]] zone. 
 +
 +
== Tips and Tricks ==
 +
 +
In Continuum, in order to add a link into the "Web Links & News" menu, you may prefix URLs with site name in brackets in the zone description field.
 +
 +
<pre>
 +
(Zone Website)http://zone.website/
 +
</pre>
 +
 +
[[Category: Formats]]

Latest revision as of 22:17, 8 October 2007

The zone.dat file contains several entries which define a player's favorite server list. The information can either be downloaded from a directory server or manually added to the file.

Format

For each zone a entry like the following exist in the zone.dat file.

<Zone name>,<Zone ip>,<Zone port>,<unknown dns>,<Warn non-SSC zone>
#<description>

Example:

SSCU Trench Wars,66.36.241.110,5400,server.trenchwars.org,0
#SSCU Trench Wars - Sysops: DoCk> and PriitK - http://www.trenchwars.org ss://server.trenchwars.org

Notes

  • The <Unknown dns> field often seems to contain a DNS name for some zones (ex.: "server.trenchwars.org" for Trench Wars). It may remain blank.
  • The <Warn non-SSC zone> field is a boolean value which indicates whether or not Continuum will not warn you are entering a non-SSC zone. When this field is set to 1 Continuum will not warn the player they are entering a non-SSC zone.
  • The <Warn non-SSC zone> field is ignored by Continuum if the zone is an SSC zone.

Tips and Tricks

In Continuum, in order to add a link into the "Web Links & News" menu, you may prefix URLs with site name in brackets in the zone description field.

(Zone Website)http://zone.website/