Hovercraft


Speed across land and water in your own personal hovercraft, but watch out for trees! Now with Missiles!

Content
4 years ago
0.16 - 0.17
36
Transportation

i Add an option to change collision mask.

5 years ago
(updated 5 years ago)

This will allow players to fix incompatibilities of mods that use the same collision mask.
To do this add this to setting.lua:

data:extend{
{
type = "int-setting",
name = "name-of-option",
setting_type = "startup",
minimum_value = 11,
maximum_value = 15,
default_value = 12,
order = "a-a",
}
}

5 years ago

Not sure I understand, can you give an example where someone needs to reduce the collision mask?

5 years ago

I have a mod that uses collision mask 12 and 13. If any other mod uses those collision masks then they are incompatible so they can't use both mods at the same time. If there is an option to change the collision mask the player could then fix the incompatibility and play with both mods at the same time.

New response