OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: iD_999 on 17 Oct 2003, 03:22:38
-
Hi everyone~
I really need your help as soon as possible.
Recently i have finish creating my map and i had try to play with it, but when i try exit the mission editor to the main menu screen I could see my character as the the background and i was still able fired my gun.
I also had look through some of the forum regarding to my problem ,but it seem that i still cannot solve it
I know that I have to create a Intro in the mission editor for my map ( Sars), I have to change the mission to intro.
I had this code in my config.cpp for my map : cutscenes[] = {"../addons/Sars_anims/intro"};
I also had a folder for my intro "Sars_anims"
Does anyone know why i still can't get my intro screen out .
I really need help.. ???
Thanks in advance.
-
The folder containing your intro should be placed in the addons folder.
For example:
Inside your addons folder you would have another folder called Sars_anims and inside this folder you should make another called intro.sars.
Then place your mission.sqm inside the intro.sars folder.
But, I think your problem might be this line:
cutscenes[] = {"../addons/Sars_anims/intro"};
It should read:
cutscenes[]={"..\addons\Sars_anims\intro"};
Planck