- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
This lua script, introduces conveyor support for Rollout rocks.
Currently rollout rocks do not move on conveyors, so I made this.
Concole command: cfrr_enable, stops/runs a lua script, default - On.
You can also specify in the Level header whether lua should work on your map or not.
Note: If you specify this in the level header, it will ignore the cfrr_enable command.
Example:
or
Test map (Without lua, you need to download it separately)
Known issues:
- Doesn't work on the surface unless it scrolls flat texture.
Currently rollout rocks do not move on conveyors, so I made this.
Concole command: cfrr_enable, stops/runs a lua script, default - On.
You can also specify in the Level header whether lua should work on your map or not.
Note: If you specify this in the level header, it will ignore the cfrr_enable command.
Example:
Code:
Level 01
LevelName = Test
TypeOfLevel = coop
LUA.cfrr_enable = true
Code:
Level 01
LevelName = Test
TypeOfLevel = coop
LUA.cfrr_enable = false
Test map (Without lua, you need to download it separately)
Known issues:
- Doesn't work on the surface unless it scrolls flat texture.