Warcraft III resources & community, 2003–2006 · archived

A very interesting idea for a sneak-em-up

16 posts
#1

A very interesting idea for a sneak-em-up

For the record, im a huge metal gear solid fan, so i thought I would make a MGS tribute in sneak-em-up form. I thought I would make a map with two co-operative sneakers vs one computer which controls many guards and nine enemies, who have to try and prevent the sneakers from completing the desired objectives.

One of my aims for this map is to try and fix the acquisition range so certain units will only acquire targets which are in front of them.
Is there any known way of doing this? Is there a skilled mapper who will step up to the challenge? ;)
#2
I myself have had problems recently in making a unit aquire only certain targets. I think you can make it so a unit aquires a target within a range by changing the Attack - Target Aquisition Range. If that helps any.
#3
Most probably the best solution would be to turn off default aquisition, and write it yourself with timers
#4
Herio-sanI myself have had problems recently in making a unit aquire only certain targets. I think you can make it so a unit aquires a target within a range by changing the Attack - Target Aquisition Range. If that helps any.


Its not the acquisition range thats the problem, its the direction of acquisition. I dont want guards to see the players which are behind them, get what i mean?
#5
low-lifeMost probably the best solution would be to turn off default aquisition, and write it yourself with timers


How would i go about doing that?
#6
create a timer, check triange area in front of guars every time cycle, if there are units there, start alarm.
#7
Check triangle area?
#8
Hou have a triangle, the area unit sees (three points of it, position of unit, and two points in front of him, to the left and to the right. They define triangle). Check if player unit is in this triangle. If yes, alarm
#9
How do i use this mighty triangle of which you speak!? Hmmmm... I only know of a radius around the unit, acquisition radius.
#10
what grade are you in?
#11
in before flamewar starts
so anyways low-life, i imagine that triangles would be hard to do if you don't have the slightest idea what you're doing. i have a vague idea of something that might work, but it would probably leak massively and i'm not sure the appropriate functions are in gui (yeah, i know i don't know JASS :( )
#12
There's a Custom Trigger action you know. It's just RemoveLocation(), you don't need to know anything about jass. Also Anything would be hard to do if you don't have the slightest idea what you're doing. Also,

> in before flamewar starts
self-reference
#13
low-lifewhat grade are you in?


I had alot of respect for you before that unnecessary comment.
#14
:O

That's really bad. I need respect from people who don't even know basics of geometry badly. oh no. T_T T_T T_T
#15
Theres no need to be sarcastic, mate. I know what I triangle is, im not that stupid, and I resent the fact that you insinuate that. I do not understand how to make units see a triangle of vision instead of their default radius (acquisition range). Simpler?