Hi, new to SC2 editing and new here. I have been messing around in the editor, looking at how everyone makes RPGs, shooters, and the like.
And I though "Why not make a fighting game."
The only problem is I can't figure out the keyboard controls. I want A to move the character left, D to move the character right, R to attack, and W to defend.
I tried a tutorial to get the movement, it was meant for 3rd person style, but I thought I modified the commands enough foor the movement I needed. Then when I went to test it, only one direction works and instead of walking, the unit just teleports forward.
A few of the results had me doing the same thing that didn't work before; my units either don't move, or go teleporting along the stage.
Another had a download link to a pre-made trigger list, but when I imported it my units just went sprinting across the stage and I had no control over them.
And another one, when I hit download, it brought me to a webpage with a bunch of text which I assume was the triggers, but I had no idea what to do from there.
Any tutorial/download you can reccomend? I'm still trying to figure out how to stop my fighters from auto-attacking.
I'm still trying to figure out how to stop my fighters from auto-attacking.
Make all owners of the fighting units treat each other as allies at the start of the game.
As far as movement goes, when you use the Move Unit Instantly action make sure you turn blending on. This should preserve the unit's movement animation. I recommend you create a loop that initiates when the player presses the movement button down and terminates when they release the button (press the button "UP".) Over the course of the loop, have the unit move in very small but rapid increments.
I hope that makes sense. Good luck!
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hi, new to SC2 editing and new here. I have been messing around in the editor, looking at how everyone makes RPGs, shooters, and the like.
And I though "Why not make a fighting game."
The only problem is I can't figure out the keyboard controls. I want A to move the character left, D to move the character right, R to attack, and W to defend.
I tried a tutorial to get the movement, it was meant for 3rd person style, but I thought I modified the commands enough foor the movement I needed. Then when I went to test it, only one direction works and instead of walking, the unit just teleports forward.
Can I get some help?
WASD movement is what ur looking. Use the search bar there are alot of tutorials 'bout it. Btw, welcome to this huge community, known by Sc2Mapster!
I just went ahead and did a search.
A few of the results had me doing the same thing that didn't work before; my units either don't move, or go teleporting along the stage.
Another had a download link to a pre-made trigger list, but when I imported it my units just went sprinting across the stage and I had no control over them.
And another one, when I hit download, it brought me to a webpage with a bunch of text which I assume was the triggers, but I had no idea what to do from there.
Any tutorial/download you can reccomend? I'm still trying to figure out how to stop my fighters from auto-attacking.
Make all owners of the fighting units treat each other as allies at the start of the game.
As far as movement goes, when you use the Move Unit Instantly action make sure you turn blending on. This should preserve the unit's movement animation. I recommend you create a loop that initiates when the player presses the movement button down and terminates when they release the button (press the button "UP".) Over the course of the loop, have the unit move in very small but rapid increments.
I hope that makes sense. Good luck!