Skip to content

Commit

Permalink
Added dcf-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent 2ef3f7f commit 08a9f19
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doomsday/Defs/jHeretic/Lights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Header { Version = 5; }

Flag { ID = "lgf_nohalo"; Value = 0x100; }

# Flags for Decoration definitions:
# Decoration will not be used with IWAD resources.
Flag { ID = "dcf_noiwad"; Value = 0x1; }

# Allow using decoration with PWAD resources.
Flag { ID = "dcf_pwad"; Value = 0x2; }

# Allow using decoration with external resources.
Flag { ID = "dcf_ext"; Value = 0x4; }


# A halo would look bad for the chandelier because it wouldn't be
# rendered around the candle flames.
Light { State = "CHANDELIER1"; Size = 0.8; Flags = "lgf_nohalo"; }
Expand Down
11 changes: 11 additions & 0 deletions doomsday/Defs/jHexen/Lights.ded
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Header { Version = 5; }

Flag { ID = "lgf_nohalo"; Value = 0x100; }

# Flags for Decoration definitions:
# Decoration will not be used with IWAD resources.
Flag { ID = "dcf_noiwad"; Value = 0x1; }

# Allow using decoration with PWAD resources.
Flag { ID = "dcf_pwad"; Value = 0x2; }

# Allow using decoration with external resources.
Flag { ID = "dcf_ext"; Value = 0x4; }


# A halo would look bad for the chandelier because it wouldn't be
# rendered around the candle flames.
Light { State = "ZCHANDELIER1"; Size = 0.8; Flags = "lgf_nohalo"; }
Expand Down

0 comments on commit 08a9f19

Please sign in to comment.