Player standing on a conveyor belt.
Sector type 1024, Conveyor Belt, is a sector type which, when used in conjunction with certain linedef types, carries the player and other Objects forward as long as they touch the floor of the affected sector. For more information on setting up conveyor belts and similar scrolling effects, see the scroller tutorial.
Type of sector
|
Behavior
|
In-level sector
|
Carries the player and other Objects forward as long as they touch the floor of the sector. Must be used in conjunction with a floor scroller linedef, most commonly linedef type 530.
|
Solid FOF control sector
|
Carries the player and other Objects forward as long as they touch the FOF top. Must be used in conjunction with a ceiling scroller linedef, most commonly linedef type 533.
|
Intangible FOF control sector
|
No effect
|
Water FOF control sector
|
No effect
|
Samples
Sample 1
- Example file: ex_ld530_scrollfloortextureandcarryobjects.wad (MAP01)
How to use |
---|
- You may load this file into your favorite map editor, such as Zone Builder. Select
MAP01 as the map to load.
- You may also load this file in the game:
- Save
ex_ld530_scrollfloortextureandcarryobjects.wad into the addons folder of your SRB2 directory.
- Start SRB2, go to the Addons menu, and then select
ex_ld530_scrollfloortextureandcarryobjects.wad .
- Start the game in Single Player mode.
- Press the Console button (
~ ), and type in the command MAP MAP01 to access the example map.
- When you load this file in the game, it replaces Greenflower Zone Act 1.
|
Sample 2
- Example file: ex_ld533_scrollceilingtextureandcarryobjects.wad (MAP01)
- This example demonstrates the effect as applied to a solid FOF.
How to use |
---|
- You may load this file into your favorite map editor, such as Zone Builder. Select
MAP01 as the map to load.
- You may also load this file in the game:
- Save
ex_ld533_scrollceilingtextureandcarryobjects.wad into the addons folder of your SRB2 directory.
- Start SRB2, go to the Addons menu, and then select
ex_ld533_scrollceilingtextureandcarryobjects.wad .
- Start the game in Single Player mode.
- Press the Console button (
~ ), and type in the command MAP MAP01 to access the example map.
- When you load this file in the game, it replaces Greenflower Zone Act 1.
|