This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "Include"

From BZFlagWiki
Jump to: navigation, search
m (add category)
m (Tweak to formatting)
Line 1: Line 1:
'''Include''' is an option in bzflag mapping that allows you to specify a second bzw file that will be included in the first bzw. Both files are then loaded by bzfs as a single bzw. It is very easy to use, just put this in the first bzw. include /path/to/file.bzw
+
'''Include''' is an option in bzflag mapping that allows you to specify a second bzw file that will be included in the first bzw. Both files are then loaded by bzfs as a single bzw. It is very easy to use, just put this in the first bzw.
  
Include can be used in many ways. When several mappers are all working on a single map, it has proved very useful. Mappers using Wings3D have found it essential in maintaining a separate materials file, as Wings3D overwrites any image URL's at export.
+
<code>include /path/to/file.bzw</code>
 +
 
 +
Include can be used in many ways. When several mappers are all working on a single map, it has proved very useful. Mappers using Wings3D have found it essential in maintaining a separate materials file, as Wings3D overwrites any image URLs at export.
  
 
[[Category:Map Making]]
 
[[Category:Map Making]]

Revision as of 10:44, 30 June 2007

Include is an option in bzflag mapping that allows you to specify a second bzw file that will be included in the first bzw. Both files are then loaded by bzfs as a single bzw. It is very easy to use, just put this in the first bzw.

include /path/to/file.bzw

Include can be used in many ways. When several mappers are all working on a single map, it has proved very useful. Mappers using Wings3D have found it essential in maintaining a separate materials file, as Wings3D overwrites any image URLs at export.