Map Editing
Moderator: Cheaters
-
- Newcomer
- Posts: 8
- Joined: September 9th, 2008, 4:08 am
- Title: Crack Whore
- Location: CA
Map Editing
can someone tell me how to turn off fog of war for custom maps. also can someone tell me how to make a person attack a specific area?
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: Map Editing
Alright, sorry for my late response.
Disabling fog of war:
Making a unit attack a specific spot:
Note - This requires a region of where you want to attack!
Disabling fog of war:
Code: Select all
Events - Map initialization
Conditions -
Actions - Visibility - Disable fog of war
Note - This requires a region of where you want to attack!
Code: Select all
Events - Time - Every 0.10 seconds of game time
Conditions -
Actions - Unit - Order (Select a unit here) <gen> to Attack Ground (Center of "Name of region here"<gen>)

Made by the late ILikeHacking
My quote from SKillER
Spoiler:
-
- Forum Staff
- Posts: 1400
- Joined: March 17th, 2008, 12:07 am
Re: Map Editing
(Yes, I know this is a double post, bite me. Or warn me, I don't really care)
If you need to know what I based those on, because I gave you the final trigger out-look, here is what I selected & modified.
For disabling the fog of war, you just find it and that's it...
However, to make the unit attack the spot, what you're looking for under Actions is...
"Unit - Issue Order Targeting A Point"
What you modify is...
(Things you change will be written in blue)
Order (Unit) to (Order) (Region)
If you need to know what I based those on, because I gave you the final trigger out-look, here is what I selected & modified.
For disabling the fog of war, you just find it and that's it...
However, to make the unit attack the spot, what you're looking for under Actions is...
"Unit - Issue Order Targeting A Point"
What you modify is...
(Things you change will be written in blue)
Order (Unit) to (Order) (Region)

Made by the late ILikeHacking
My quote from SKillER
Spoiler: