Western_Hawkeye
Member-
Content Count
9 -
Joined
-
Last visited
Never -
Medals
Community Reputation
0 NeutralAbout Western_Hawkeye
-
Rank
Private
-
I have figured out how to make objectives work from the stand point of making them show completed, but I have not found a way to show them as failed if you complete the mission without completing all of the objectives.
-
Wizard option?
-
How do I select a particilur unit. Â This would help me when I want a unit with a particular skill to take out an enemy unit. Â Also, I am curious about the support waypoint that was talked about in one of they replies. Â Thanks! Â
-
Controlling the score
Western_Hawkeye replied to BaronVonRed's topic in OFP : MISSION EDITING & SCRIPTING
Yes, I was wondering something simular to that. Â I have not been able to get scoring to work at all. Â I made a multiplayer game that my son and I enjoy going through. Â Sometimes we win, others we don't. I have figured out many things, either on my own, or from this forum. Â One thing I have not figured out, or found here, is how to make the scoring work. Any help would be welcomed. -
I have yet to use that file, and everything works just fine. Â
-
I too would like to add a picture to my overview. Â Is there a place to find a bunch that are already ready to use? Â
-
I am playing the group leader. Â I am commanding 9 others, 3 of which are medics. Â I have also added 2 other medics near a M113, but have not linked them to the M113 to anything anything else for that matter. Again, if I am hurt or any members of the group I am leading is hurt, I have not found a way to get them patched up. Â I have called for a medic, as well as called in support and requested a medic. If I am hurt and go to a medic, only then am healed.
-
While working on building my first mission, I was having trouble figuring out how to respawn, so I searched this forum for the answer.   However, no one post was correct.  So I hope that this helps for all those who need this information. In order to respawn you need to create a file: description.ext.  This file needs to be located in the same folder that your mission is saved in.  I my case it was: C:\Operation Flashpoint\Users\Hawkeye\MPmissions\Lamentin.Eden As this is a multi-player mission, it is located in the MPmission folder of my User\Hawkeye folder.  This folder should also contain: briefing.html overview.html mission.sqm It may contain other files as well. This is all that is needed in the file in order to respawn: respawn=3; respawndelay=20; Having the semi-colon is very important. Respawndelay is tha amount of time before you respawn.  I have found that 20 is just right.  Not to fast and not to slow. As far as I have been able to determine there are 6 different ways to respawn.  They are: 1 = None      No respawn. 2 = Bird      Default, you are a sparrow. 3 = Instant    You respawn where you fell. 4 = Base      You respawn at your base* 5 = Group     You respawn in one of the members of your group. 6 = Side      You respawn as a remaining solder on your side. If you use the words, they must be used with quotes ie; "self". * In order for this one to work, you must place two markers.  One Respawn_West and the other Respawn_East. I hope this helps.
-
I have searched this forum for the answer to this. Â If it is here, I can't find it. Â Maybe I am searching incorrectly. Â Please help. I have successfully created my first misssion, with overview, briefing, and objectives. Â I have even figured out how to get the objectives to show completed....thanks in part to this forum, so thanks everyone. My current problem is: How do I get my squad healed? Â I have 3 in my squad already, but they don't seem to know when someone is in need of there help. Â If fact, they don't always come when I am in need of healing. Thanks again.