Tinter / Tinter-Furniture

Script to return the furniture from space
GNU General Public License v3.0
13 stars 4 forks source link

Trigger support #29

Open Tinter opened 2 years ago

Tinter commented 2 years ago

People have asked about doing stuff in areas and I see it boils mainly down to two things:

Excluding buildings in a trigger could be done with blacklist functionality and a little script, but it would be cleaner to use the trigger directly in a nice way. The second point is harder. It would be cool to have an area that is trashed, having ugly furniture in just a specific area or likewise. This can sort of be done by manually setting the composition number, but this is not straightforward to just script in for a mission maker. The way that compositions are defined and managed also kind of makes it hard to support this (lack of metadata). Possibly a good way to work with this is to define the general compositions for a mission and then with a trigger define an override with specific composition files. So within a trigger "compositions/jono_war.sqf" applies.