Jump to content
Sign in to follow this  
syncie

"introscreen" INS Revive

Recommended Posts

Is it possible to disable the "intro" screen of the INS Revivescript? With introscreen i mean the sitrep screen where you see the Island/Mission from above and have to press space to join the mission? I made an intro to my mission and players won't see it if they aren't pressing space.

or...did i miss a setting?

Share this post


Link to post
Share on other sites

I think u should delete this lines from the init.sqf or another sqf file:

		[] spawn {
		scriptName "initMission.hpp: mission start";
		[[9175.38,21602.6,0],"TEXT"] spawn BIS_fnc_establishingShot;	
		//OR , The above is a bit more user friendly and easier to control.
		//[getmarkerpos "orbit1","Alpha und Bravo Missionsparameter",300,200,180,0,[]] spawn BIS_fnc_establishingShot;   
	};

also its possible that this line is in the init.sqf:

execVM "scripts\Intro.sqf"

execVM "Intro.sqf"

execVM "someotherfilename.sqf"

with enable this script. Search for it.

Edited by Cigar0

Share this post


Link to post
Share on other sites

Thanks, solved it. I will remove/disable the UAV briefing in the sqf file(s).

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  

×