Home   Help Search Login Register  

Author Topic: Help Need regarding to the intro for the island  (Read 784 times)

0 Members and 1 Guest are viewing this topic.

iD_999

  • Guest
Help Need regarding to the intro for the island
« 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.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:Help Need regarding to the intro for the island
« Reply #1 on: 17 Oct 2003, 05:50:56 »
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
I know a little about a lot, and a lot about a little.