So i created a turret that shoots grenades as projectiles. But the turret damages itself when a enemy is too near to it.
So how can i tell the turret, it should start shooting at .. mhm.. maybe range from 20 to 50
i know you can set a maximum range,
like here: range = 20,
but how can i specify a ...
Search found 2 matches
- Fri Mar 04, 2016 9:56 pm
- Forum: Modding help
- Topic: Range of Turrets (Min-Max)
- Replies: 1
- Views: 1099
- Sun Feb 28, 2016 12:06 pm
- Forum: Modding help
- Topic: Adding custom music and disable original music
- Replies: 9
- Views: 5695
Adding custom music and disable original music
Hey,
So i want to add my own custom music to the game.
With this lua code it is possible:
https://github.com/db48x/original-music-hd/blob/master/src/data.lua
but there is one problem. It ADDS music, but doesnt disable the old original music.
So how can i disable the original music that allows me ...
So i want to add my own custom music to the game.
With this lua code it is possible:
https://github.com/db48x/original-music-hd/blob/master/src/data.lua
but there is one problem. It ADDS music, but doesnt disable the old original music.
So how can i disable the original music that allows me ...