Skip to content

Building (Material)

aubergine10 edited this page Oct 21, 2015 · 3 revisions

##Overview

Foundations Building

The Building material is found on the "Foundations" menu and defines the foundations for BrickWall buildings.

##Modding

See Materials - Modding for scripting information and details on how to change menu, icons, sprites, and settings.

For reference, here is the default definition for this material:

BEGIN Material

END

##Notes

The Building material is accessed from the "Building (Brick)" option on the "Foundations" menu. It uses the same sprite as the BuildingConcrete material, the toolbar sprite must therefore be hardcoded.

A layer of BuildingFrame material will be constructed first, then the floor will be replaced with ConcreteFloor and the BrickWall will be added around the building (except where the building intersects with some existing building in which case some wall segments might be removed).

If enabled in the "Foundations" menu, Light objects will be placed at intervals throughout the building once fully constructed.

##See Also

  • Materials:
    • [BuildingConcrete](BuildingConcrete (Material))
    • [BuildingFrame](BuildingFrame (Material))
    • [ConcreteFloor](ConcreteFloor (Material))
    • [BrickWall](BrickWall (Material))
  • Objects:
    • Light

^ Open "Pages" to Search



! = Not placable by player

Foundations:

  • [Building](Building (Material))
  • [BuildingConcrete](BuildingConcrete (Material))
  • [BuildingFrame](BuildingFrame (Material))

Fire Damage:

  • [BurntFloor !](BurntFloor (Material))
  • [BurntWall !](BurntWall (Material))

Walls:

  • [BrickWall](BrickWall (Material))
  • [ConcreteWall](ConcreteWall (Material))
  • [Fence](Fence (Material))
  • [PerimeterWall](PerimeterWall (Material))
  • [Roof !](Roof (Material))

Indoor Floor

  • [CeramicFloor](CeramicFloor (Material))
  • [ConcreteFloor](ConcreteFloor (Material))
  • [FancyTiles](FancyTiles (Material))
  • [MarbleTiles](MarbleTiles (Material))
  • [MetalFloor](MetalFloor (Material))
  • [MosaicFloor](MosaicFloor (Material))
  • [WhiteTiles](WhiteTiles (Material))
  • [WoodenFloor](WoodenFloor (Material))

Indoor & Outdoor Floor

  • [ConcreteTiles](ConcreteTiles (Material))

Outdoor Floor

  • [Gravel](Gravel (Material))
  • [PavingStone](PavingStone (Material))
  • [Stone](Stone (Material))

Outdoor Terrain

  • [Dirt](Dirt (Material))
  • [Grass](Grass (Material))
  • [LongGrass !](LongGrass (Material))
  • [Mud !](Mud (Material))
  • [Sand](Sand (Material))
  • [Water !](Water (Material))

Roads

  • [Road](Road (Material))
  • [RoadCrossing !](RoadCrossing (Material))
  • [RoadCrossingLeft !](RoadCrossingLeft (Material))
  • [RoadCrossingRight !](RoadCrossingRight (Material))
  • [RoadMarkings !](RoadMarkings (Material))
  • [RoadMarkingsLeft !](RoadMarkingsLeft (Material))
  • [RoadMarkingsRight !](RoadMarkingsRight (Material))

Commands:

  • [CancelJobs](CancelJobs (Material))
  • [ClearIndoorArea](ClearIndoorArea (Material))
  • [Demolish](Demolish (Material))
  • [DemolishWalls](DemolishWalls (Material))
  • [RemoveTunnels](RemoveTunnels (Material))
Clone this wiki locally