DestroyerX 0 Posted December 22, 2001 Hmm, can somebody help me please? i have 2 questions: 1) I made a mission where you must defend a UAZ and when the UAZ is destroyed you'll get an Outro-loose (The mission is failed). I have also an Outro-win when all enemy soldiers are dead. Now I have trigger near the UAZ with: Type: End#2 Condition: not (alive car) but when the UAZ is destroyed I get the Outro-WINNING(!) outro! ?? how is this possile? 2) I made a briefing and it works. I have made a pic in the right size and named it: pic.paa, placed it in the mission folder. Now when I click the mission from the single Mission-menu I get an error. Something like: " Image C:\.....pic.paa not found". Will somebody help me with these 2 Questions? ( I know, the question of the pic is old, but I coulnd't find it, so i'm asking again) Thank You... Share this post Link to post Share on other sites
Damage Inc 0 Posted December 22, 2001 1) I remember that there is an End (lose) trigger or something like that. (Edited by Damage Inc at 12:23 pm on Dec. 22, 2001) Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 Damage, my man.... I already tried the loose end, but I setted it by the wrong trigger, now I setted by the right trigger and it works now Objective 1 completd can somebody answer question #2? TY... Share this post Link to post Share on other sites
Intruder 0 Posted December 22, 2001 What does the briefing look like in html? This example was made from the briefing generator: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1250"> <meta name="GENERATOR" content="JISGF Mission Helper"> <title>Overview</title> </head> <body bgcolor="#FFFFFF"> <p><br> </p> <h2 align="center"><a name="Main">Chopper Tactics 101</a></h2> <p><br> </p> <p align="center"><img src="chopper.jpg" width="170" height="64"></p><br> <br> <p><b>By Intruder</b><br> <br> This is a set of training missions for the US helicopters. You can either complete the missions or just explore.</p><br> </body> </html> the chopper.jpg is located in the user/missionname folder with the overview file (Edited by Intruder at 12:04 pm on Dec. 22, 2001) Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 Um, i made it with a small program Share this post Link to post Share on other sites
Intruder 0 Posted December 22, 2001 OFP mission assistant V1.2.0003 works best for me. I tried it with another program (I forget which one), it never inserted the picture properly. You can open it up in notepad and where it says <p align="center"><img src="chopper.jpg" width="170" height="64"></p><br> just change chopper.jpg to your picture file name located in the same folder. (Edited by Intruder at 12:12 pm on Dec. 22, 2001) Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 Sorry, I dont know what you mean Intruder. I made my briefing with the Briefing and Overview Generator Share this post Link to post Share on other sites
Intruder 0 Posted December 22, 2001 Is that the one with the handgrenade as the icon? If so thats the one that didn't work for me, try the OFP mission assistant, you can get it over at the OFP editing centre http://www.ofpeditingcenter.com/download_new.shtml Share this post Link to post Share on other sites
Damage Inc 0 Posted December 22, 2001 Just open your briefing.html in Notepad and change that line. Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 Yeah, I checked it now and did as you said but is still shows the same error. BTW, it was the hand grenade, but i'm gonna check your program now (Edited by DestroyerX at 12:38 pm on Dec. 22, 2001) Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 This program looks really nice! gonna try it now.... Share this post Link to post Share on other sites
Intruder 0 Posted December 22, 2001 This program doesn't let you insert image.paa files. What you can do is insert the image.jpg image of it first, create the briefing files then open it in notepad then change this line: <p align="center"><img src="chopper.jpg" width="170" height="64"></p><br> to <p align="center"><img src="chopper.paa" width="170" height="64"></p><br> Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 Yeah, but the by the program there is an option to import an image to the overview but I don't know how to do that Share this post Link to post Share on other sites
Intruder 0 Posted December 22, 2001 Click on image, it opens up a dialogue box, and there's a button with some dots on it, press that and locate a jpg image located in your user/mission/missionname folder (the folder with your mission.sqm file), then accept. Once this has been done, you can always change the image and size by opening the overview html file in notepad later on. Share this post Link to post Share on other sites
DestroyerX 0 Posted December 22, 2001 I did everything you said, but it won't work Same error. But I really appriciate your help, i'll find out myself. Thanks... Share this post Link to post Share on other sites