Difference between revisions of "Nebula.tbl"

From FreeSpace Wiki
Jump to: navigation, search
m (Revision fix)
(formatting)
Line 2: Line 2:
  
  
Nebula.tbl is used to define the various nebula bitmaps and poofs.
+
The '''Nebula.tbl''' is used to define the various nebula bitmaps and poofs.
  
 +
 +
[[Tables|List of Tables]]
  
 
==Format==
 
==Format==

Revision as of 04:22, 19 July 2012

Revision information.....

FSO Revision: 5154
Note: Please update the version when the page is updated. If your edit had nothing to do with new code entries then please do not edit the version



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


List of Tables

Format

  • Table begins with list of all bitmaps available for the nebulae
  • 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