Jump to content
Sign in to follow this  
kittycat

Multiplayer briefing

Recommended Posts

Hi

I get this shit in the mulitplayer briefing. The objectives for res appear for east too. How can I fix that?

<html>

<! ******************************************************************* >

<! **** Multi-sided briefing file for Operation Flashpoint >

<! **** Generated by Chris's OFP Script Editor >

<! **** Create Briefing Wizard >

<! ******************************************************************* >

<head>

<title>Briefing</title>

</head>

<body bgcolor = "#FFFFFF">

<! ****************************************** >

<! **** Notes section in handwriting >

<! ****************************************** >

<! **** Mission plan East **** >

<h2><a name = "Main.East"></a></h2><h6>

Defend trucks

</h6><hr>

<! **** Mission plan Resistance **** >

<h2><a name = "Main.Guerrila"></a></h2><h6>

Kill trucks

</h6><hr>

<! ****************************************** >

<! **** Plan section East >

<! ****************************************** >

<! **** Mission plan text **** >

<p><a name = "Plan.East"></a>

Defend trucks

</p><hr>

<! **** Objective 1 **** >

<p><a name = "OBJ_EAST_1"></a>

Defend the fuel trucks

</p><hr>

<! **** Objective 2 **** >

<p><a name = "OBJ_EAST_2"></a>

Kill the guerillas

</p><hr>

<! ****************************************** >

<! **** Plan section Resistance >

<! ****************************************** >

<! **** Mission plan text **** >

<p><a name = "Plan.Guerrila"></a>

Kill trucks

</p><hr>

<! **** Objective 1 **** >

<p><a name = "OBJ_RES_1"></a>

Destroy 2 fuel trucks located in <a href = "marker:sainte">Sainte Marie</a>.

</p><hr>

<! **** Objective 2 **** >

<p><a name = "OBJ_RES_2"></a>

Kill all defending soviets.

</p><hr>

<! ****************************************** >

<! **** Debriefing >

<! ****************************************** >

<! **** End #1 East **** >

<hr><br><h2><p><a name = "Debriefing:End1.East">

Mission Failed

</a></p></h2><br><p>

The fuel trucks have been destroyed.

</p><br>

<! **** End #1 Resistance **** >

<hr><br><h2><p><a name = "Debriefing:End1.Guerrila">

Mission Successful

</a></p></h2><br><p>

The fuel truck hev been destroyed.

</p><br>

<! **** End #2 East **** >

<hr><br><h2><p><a name = "Debriefing:End2.East">

Mission Successful

</a></p></h2><br><p>

The Guerilla Squad has been killed in the assault.

</p><br>

<! **** End #2 Resistance **** >

<hr><br><h2><p><a name = "Debriefing:End2.Guerrila">

Mission Failed

</a></p></h2><br><p>

Your team has been killed in the assault.

</p><br>

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">"OBJ_RES_1" objStatus "FAILED"<span id='postcolor'>

Only the first objective for Resistance will be tagged Failed.

Share this post


Link to post
Share on other sites
I get <s>this shit</s> in the mulitplayer briefing. The objectives for res appear for east too. How can I fix that?

up :]

i have a briefing with 3 side and when i have a West player or a Est player i see the plan guerrila :/

But no problem with the Resistant side, i see just the plan guerilla :]

Help me tounge_o.gif

Merry Christmas everyone xmas_o.gif

Share this post


Link to post
Share on other sites

this problem is solved.

create or include in your "init.sqs" (in root folder map)

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">? (side player == EAST OR side player == WEST): "Guerrila_1" objstatus "hidden"; "Guerrila_2" objstatus "hidden"; "Guerrila_3" objstatus "hidden"

it's work for 4 side too, write this :

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">? (side player == EAST OR side player == RESISTANCE OR side player == WEST): "CIV_1" objstatus "hidden"; "CIV_2" objstatus "hidden"; "CIV_3" objstatus "hidden"

? (side player == EAST OR side player == CIVILIAN OR side player == WEST): "Guerrila_1" objstatus "hidden"; "Guerrila_2" objstatus "hidden"; "Guerrila_2" objstatus "hidden"

a link for generality

thanks all :]

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×