Difference between revisions of "LVZ"

From ASSS Wiki
Jump to: navigation, search
m (See Also: added some internal links (er, seems LVZ Files and LVZ are similar pages))
(combined with LVZ Files)
Line 1: Line 1:
An LVZ is a file that can customize an arena beyond simply changing the map with an LVL. An LVZ can contain compressed files, mapobjects, screenobjects, or a combination of the three. The server will send the respective LVZs to a [[Continuum]] client when it enters an arena for storage in the zone's directory (Continuum\Zones\[Zone Name]) along with the LVLs and news.txt for that zone.
+
An LVZ is a file that can customize an arena beyond simply changing the map with an LVL. An LVZ can contain compressed files, mapobjects, screenobjects, or a combination of the three. The server will send the respective LVZs to a [[Continuum]] client when it enters an arena for storage in the zone's directory (Continuum\Zones\[Zone Name]) along with the LVLs and news.txt for that zone. The primary way of creating an LVZ is the [http://www.shanky.com/cgi-bin/ryan/download.cgi?lvztoolkit.zip LVZ Toolkit].
  
 
== Adding/Replacing Files ==
 
== Adding/Replacing Files ==
Line 9: Line 9:
 
== Map Objects ==
 
== Map Objects ==
  
Map objects are images placed by Continuum at a static location on the map. They can be animated in the normal way for [[SubSpace]]/Continuum, that is, with horizontal and vertical tiles representing frames. Their display time and display mode (when Continuum will display them) can but customized.
+
Map objects are images placed by Continuum at a static location on the [[map]]. They can be animated in the normal way for [[SubSpace]]/Continuum, that is, with horizontal and vertical tiles representing frames. Their display time and display mode (when Continuum will display them) can be customized.
  
 
== Screen Objects ==
 
== Screen Objects ==
Line 16: Line 16:
  
 
== See Also ==
 
== See Also ==
* [[LVZ_Format|LVZ File Format]]
 
 
* [[LVZ Files]]
 
* [[LVZ Files]]
 
* [[LVZ Scripting]]
 
* [[LVZ Scripting]]
 +
* [[Continuum Level / Ini Tool]]
 +
 +
[[Category:Definitions]]

Revision as of 19:50, 24 May 2005

An LVZ is a file that can customize an arena beyond simply changing the map with an LVL. An LVZ can contain compressed files, mapobjects, screenobjects, or a combination of the three. The server will send the respective LVZs to a Continuum client when it enters an arena for storage in the zone's directory (Continuum\Zones\[Zone Name]) along with the LVLs and news.txt for that zone. The primary way of creating an LVZ is the LVZ Toolkit.

Adding/Replacing Files

Adding a file to an LVZ with the same filename (extension does not matter) as a default Continuum image or sound file will replace that file for that arena. For example, placing a file called victoryl.wav in an LVZ will override the standard victory music in that arena. Along with the standard BMP (bm2) and WAV (wa2) formats, Continuum supports PNGs, GIFs, and JPGs. Note that MP3s, however nice that would be, are not supported.

Adding a file to an LVZ with a different filename from one of the defaults will make that image available to be placed as a map object or screen object.

Map Objects

Map objects are images placed by Continuum at a static location on the map. They can be animated in the normal way for SubSpace/Continuum, that is, with horizontal and vertical tiles representing frames. Their display time and display mode (when Continuum will display them) can be customized.

Screen Objects

Screen objects are images placed by Continuum at a specific point on the screen or a point relative to one of the presets, meaning they will move around with the pilot. Like map objects, they can be animated and their display time and mode can be customized.

See Also