Jump to content
Sign in to follow this  
Sarge46

Players cant go past briefing screen

Recommended Posts

I made a really simple mission and who ever is the host, is able to join the game but anyone else is stuck on the briefing screen.

The players press continue but remain on the briefing, while the host is inside the game. There is no "Receiving Data" either. Even people who have the mission downloaded previously can't join, ruling out strange mission download problems.

.rpt doesn't report any errors either from players or the host.

I don't know where to begin bug hunting.

Share this post


Link to post
Share on other sites

description.ext


respawn = 3;
respawndelay = 10;


class Header
{
gameType = COOP;
minPlayers = 1;
maxPlayers = 10;
};




class Params {
class Time {
 title = "Time";
 values[] = {0,6,12,18};
 texts[] = {"00:00","06:00","12:00","18:00"};
 default = 12; 
};
}

init.sqf

skiptime (paramsArray select 0); 

// Start the marker loop
_0 = [] execvm "markerupdate.sqf";


placeresp = grpleader addaction ["Place Respawn", "respawn.sqf",[],0];

Share this post


Link to post
Share on other sites

have you tried removing and deleting the mission file in all mission folder and making a new mission.pbo

Share this post


Link to post
Share on other sites

Yes, several times.

Its definitely the mission, two different hosts tried it with same results.

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  

×