• 0

    posted a message on Making a unit "Shoot"

    its all trigger based. the unit isn't actually ordered to attack and he typically doesn't even change animations because he will be walking and if u change to attacking he will look as if hes floating unless u create a combined animation yourself.

    that said. You would do something along the lines of

    event - player clicks

    codition player left clicks down?

    action - create unit (something that will be a bullet) for player and move it.

    then you have to create another trigger for collision detection that will cause the bullet to do damage when it touches an enemy. not sure how that works in sc2 editor. search this site for top down fighter and look at the code inside this

    Posted in: Galaxy Scripting
  • 0

    posted a message on Third person online lag?
    Quote from Sumsin: Go

    Do any of you guys know any way possible to bypass keypressed lag for online gaming? Like maybe making some of the stuff client side somehow so the server aint tracking, its only updating positions? EDIT

    Nvm fixed this issue, but now I have a new problem.

    would enjoy seeing how you Fixed the problem. would really enjoy it.

    Posted in: Galaxy Scripting
  • To post a comment, please or register a new account.