PDA

View Full Version : Control damage multiplier and speed? And other things



Whoaness
03-03-2009, 03:24 AM
Is there a way to change the player/team's damage (not just giving them Udamage) and speed? I don't think it can work in kismet, so would scripting be too hard?

Also, I'm having a bit of trouble finding some kismet functions. I'm trying to do a few things.

1) Pick a random player
2) Give random player powerups.
3) Give team powerups.
4) Make blocking volume block one team.
5) Only allow one player to destroy specific interpactor.

And is there a way to show logos so I can tell the player that they have a certain powerup? Like how udamage is displayed?

Superking17
03-03-2009, 03:45 PM
Look through the give inventory node. You can use it to give infinite ammo, weapons, deployables and powerups. Everything given will function normally as if they were picked up (HUD icons are displayed, players drop powerups when they die).

apophis3d
03-03-2009, 04:51 PM
To give it to a random player, you would have to setup a script though kismet using random int tagged to other events which would be tagged to the player. It would be a mess to script but its defiantly doable.