Here's a picture of what I've got so far. Please tell me if I'm way off the mark with the theme or intended gameplay :P
The parts of the map that can't be walked to are completely blocked off with doodads or pathing blockers to prevent teleports or other stuff. The pathing features look better up close in the editor. EDIT: updated image. Download Link
I'm current working on a 3rd person minigame style map but the controls are a bit awkward atm since I can't figure out how to unbind the alert hotkey from players in game. I'd like to be able to use spacebar as a core control button, but it messes up the camera far too much whenever an alert pops up.
Is there a way to turn off the alert camera or unbind it altogether?
I'm current working on a 3rd person minigame style map but the controls are a bit awkward atm since i can't figure out how to unbind the alert hotkey from players in game. I'd like to be able to use spacebar as a core control button, but it messes up the camera far to much whenever an alert pops up.
Is there any way to unbind the shortcut for all players in game? I hope its not something easy that im missing :P
Is there a way I can modify the 'Unit - Any Unit Enters Region' event to work with variables? When I go to set the region in the trigger window, it wont let me bring up any of my variable regions.
I tried to use script as a workaround to add my events, but I'm getting an error. Is there a better way to do it or is something wrong?
Heres what I did:
General - While (Conditions) are true, do (Actions)
Conditions
i < 10
Actions
powerupRegions and weaponRegions are two size 10 region arrays that I am trying to add as a unit enters region event to my 'Pickups - PickupItem' trigger
0
Here's a picture of what I've got so far. Please tell me if I'm way off the mark with the theme or intended gameplay :P The parts of the map that can't be walked to are completely blocked off with doodads or pathing blockers to prevent teleports or other stuff. The pathing features look better up close in the editor. EDIT: updated image. Download Link
0
I think I might give it a shot, but I have a few questions.
0
Here's my attempt at this.. its my first entry ever into one of these and I probably could have done better with the camera placement : /
0
I'm current working on a 3rd person minigame style map but the controls are a bit awkward atm since I can't figure out how to unbind the alert hotkey from players in game. I'd like to be able to use spacebar as a core control button, but it messes up the camera far too much whenever an alert pops up.
Is there a way to turn off the alert camera or unbind it altogether?
0
My minigame map is playable alone with computer bots. Its sorta like a third person shooter but weirder :D
http://www.sc2mapster.com/maps/banelings/
0
I'm current working on a 3rd person minigame style map but the controls are a bit awkward atm since i can't figure out how to unbind the alert hotkey from players in game. I'd like to be able to use spacebar as a core control button, but it messes up the camera far to much whenever an alert pops up.
Is there any way to unbind the shortcut for all players in game? I hope its not something easy that im missing :P
0
Is there a way I can modify the 'Unit - Any Unit Enters Region' event to work with variables? When I go to set the region in the trigger window, it wont let me bring up any of my variable regions.
I tried to use script as a workaround to add my events, but I'm getting an error. Is there a better way to do it or is something wrong?
Heres what I did:
General - While (Conditions) are true, do (Actions)
Conditions
i < 10
Actions
General - Custom Script:
TriggerAddEventUnitRegion(gt_PickupspickupItem, null, gv_powerupRegions[lv_i], true)
General - Custom Script:
TriggerAddEventUnitRegion(gt_PickupspickupItem, null, gv_weaponRegions[lv_i], true)
Variable - Modify i: + 1
--------
powerupRegions and weaponRegions are two size 10 region arrays that I am trying to add as a unit enters region event to my 'Pickups - PickupItem' trigger