- Made a work around in kismet which destroys weapon/pickup drops as they spawn.
- Fixed the disintegration of the bots when getting killed by alpha.
The solution to the first problem actually helped me figure out the second. There's a little option in the trigger event called "use instigator", this basicly stores the instigator of the event into a variable.
Here's a screenshot of the first solution within Kismet:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhC0J9D321FK-sim8QKB0T3DxPSRypyY4GtFjAZez6e6yTyW8Ra3mPywLLNF_OvuWi_3iYZAjvItywjYPxCGceQyNDAGjaeYVxCfccOrYsvT3GGR49RFG85h2cFPuQqqJgxhdxxjkfNmGY/s320/SS37_KismetDestroy.jpg)
Combine this kismet stuff with a trigger volume which goes round the entire map and it works like a charm.
On another note, I have the Capture timer working and it triggers an explosion once the energycell has been captured. There's quite a lot left to do on that kismet sequence but it shouldn't take that much longer. I am having problems however with the UIScene not rendering every frame, I'm currently using the UIScene as a HUD for the count down timer. If the IUScene doesn't get updated every frame my timer material will not display correctly.
No comments:
Post a Comment