noxworld-dev / opennox

OpenNox main repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose harpoon rope effect for scripts

dennwc opened this issue · comments

Currently there's no way to recreate harpoon visual effect using scripts.

From the code, it looks like HarpoonRope uses a different mechanism than usual one-frame effects. Instead of a single net message for an effect it has net messages for start and end of an effect (attach/detach).

Having said that, the code for harpoon rope attachment mentions other similar ray effects as well. So it might be possible to expose a new API for all these ray effects: StartEffect and EndEffect.