Difference between revisions of "Extended LVL"

From ASSS Wiki
Jump to: navigation, search
m (Reverted edit of Pests, changed back to last version by Smong)
(reworded. changed category (Documents -> Definitions))
Line 1: Line 1:
Extended .lvl Files, or eLVL files are a (relatively) new, reverse compatible format for representing maps in SubSpace/Continuum. That being said it is desirable to switch to the eLVL format as it may not stay reverse compatible forever (think arbitrary number of tile types). ASSS is currently the only server capable to make practical use of eLVL files.
+
Extended LVL, or ELVL is a new format for representing maps in SubSpace/Continuum. ASSS is currently the only server capable of making practical use of ELVL files.
 +
 
 +
Right now the [[ELVL Format]] is backwards compatible with the [[LVL Format]]. But in the future there may be a switch to this newer format. This will help bring about arbitrary [[Tiles|tile]] types among other things.
  
 
They can be generated using a Python script available at the [http://sscx.net/asss/ ASSS site], using [[Continuum Level / Ini Tool]] or [[DustEd]].
 
They can be generated using a Python script available at the [http://sscx.net/asss/ ASSS site], using [[Continuum Level / Ini Tool]] or [[DustEd]].
 
A specification for the [[ELVL_Format]] is available on the wiki.
 
  
  
 
----
 
----
 
'''References'''
 
'''References'''
 
+
*http://sscx.net/asss/lvltool.py
http://sscx.net/asss/lvltool.py
+
*http://sscx.net/asss/extended-lvl-format.txt
 
 
http://sscx.net/asss/extended-lvl-format.txt
 
  
  
[[Category: Documents]]
+
[[Category: Definitions]]
 
[[Category: Map]]
 
[[Category: Map]]

Revision as of 10:29, 13 January 2005

Extended LVL, or ELVL is a new format for representing maps in SubSpace/Continuum. ASSS is currently the only server capable of making practical use of ELVL files.

Right now the ELVL Format is backwards compatible with the LVL Format. But in the future there may be a switch to this newer format. This will help bring about arbitrary tile types among other things.

They can be generated using a Python script available at the ASSS site, using Continuum Level / Ini Tool or DustEd.



References