Nebula.tbl

From FreeSpace Wiki
Revision as of 17:19, 11 October 2006 by Wanderer (talk | contribs) (initial page commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Nebula.tbl is used to define the various nebula bitmaps and poofs.

Format

  • Table begins with list of all bitmaps available for the nebulas
  • Section ends with #end
  • Second section is a list of nebula poofs that also ends with #end

+Nebula:

  • Defines the graphics used for the nebula bitmaps
  • Syntax: string

+Poofs:

  • Defines the used nebula poofs
  • Syntax: string

Sample

  • Retail FreeSpace 2 table
+Nebula:			nbackblue1
+Nebula:			nbackblue2
+Nebula:			nbackcyan
+Nebula:			nbackgreen
+Nebula:			nbackpurp1
+Nebula:			nbackpurp2
+Nebula:			nbackred
+Nebula:			nbackblack

#end

+Poof:				PoofGreen01
+Poof:				PoofGreen02
+Poof:				PoofRed01
+Poof:				PoofRed02
+Poof:				PoofPurp01
+Poof:				PoofPurp02

#end