This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| xg:line_type [2011-02-15 23:28] – external edit 127.0.0.1 | xg:line_type [2018-10-20 07:51] (current) – ↷ Links adapted because of a move operation skyjake | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Line Type (XG, DED) ====== | ||
| + | |||
| + | A //Line Type// defines the behavior of a [[modding: | ||
| + | |||
| + | Line behaviors are implemented by various [[xg: | ||
| + | |||
| + | Line types are a fundamental building block of XG. Please see the [[xg: | ||
| + | |||
| + | ===== Example ===== | ||
| + | |||
| + | An XG Line Type definition begins like this: | ||
| + | |||
| + | < | ||
| + | ID = 5000; # A unique ID number. | ||
| + | </ | ||
| + | |||
| + | This unique ID number is required for each line type. It is the actual type number that will be used in a level editor, instead of the line types defined by the original game. | ||
| + | |||
| + | ===== About XG lines ===== | ||
| + | |||
| + | An //XG line// is a normal Doom line whose type is set to an //XG line type//. XG lines can either be //active// or // | ||
| + | |||