Home   Help Search Login Register  

Author Topic: problems starting intro cam on Sarugao!  (Read 1811 times)

0 Members and 1 Guest are viewing this topic.

Offline Arctic

  • Members
  • *
  • In Utero
problems starting intro cam on Sarugao!
« on: 15 Sep 2002, 02:35:38 »
 I am having trouble getting my introcam.sqs files to create the cam on Sarugao Island! I have the cam created in the script and I have:
Code: [Select]
[] exec "introcam.sqs" in the init field of the player. I have tried putting the exec command line in the activation field of a trigger as well.

Is this a bug with Sarugao Island or my script?

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:problems starting intro cam on Sarugao!
« Reply #1 on: 15 Sep 2002, 02:48:03 »
does the script activate?  Put;

hint "activated"

At the start of your script.  this way you can find out if the script is being called properly.

Offline Arctic

  • Members
  • *
  • In Utero
Re:problems starting intro cam on Sarugao!
« Reply #2 on: 15 Sep 2002, 05:37:08 »
i did the hint "activation" thing and it didn't pop up. I don't know.  :noo:


Offline KTottE

  • Former Staff
  • ****
Re:problems starting intro cam on Sarugao!
« Reply #3 on: 15 Sep 2002, 14:29:20 »
Hmm, then chances are your script isn't working.

Could you post your script here and let us look at it, so we can solve this for you mate.

Maybe you should try executing it with
Code: [Select]
this exec "introcam.sqs"

Cheers, KTottE
"Life is not a journey to the grave with the intention of arriving safely in a pretty and well preserved body, but rather to skid in broadside, thoroughly used up, totally worn out, and loudly proclaiming 'WOW What a Ride!'"

Offline Arctic

  • Members
  • *
  • In Utero
Re:problems starting intro cam on Sarugao!
« Reply #4 on: 15 Sep 2002, 15:35:12 »
Here is my intro cam script. I have left it unfinished because it is easier for me to put the cutscenes together that way. However, it should be going to the targets regardless of the script being done or not.

Code: [Select]
;Introcam.sqs
;Intro sequence for the mission Operation D

_cam = "camera" camcreate [0,0,1]
_cam cameraeffect ["internal", "back"]
;start
_cam camsettarget cX
_cam camsetrelpos [5, 3, 1.5]
_cam camcommit 0
~0.5

hint "activated"

titlecut ["", "Black In", 2]
~2

_cam camsettarget c1
_cam camsetrelpos [5,3,1.5]
_cam camcommit 0

titletext ["Sarugao Island", "PLAIN DOWN", 5]
~5.5

_cam camsettarget c2
_cam camsetrelpos [-5, 3, 1.5]
_cam camcommit 5.5
~8

titlecut ["As the Soviets steadily increased thier hold on the island, public dissent occurred", "plain down", 7]
~7.5

titlecut ["", "plain down", 2]
~2

SEAL84

  • Guest
Re:problems starting intro cam on Sarugao!
« Reply #5 on: 17 Sep 2002, 00:28:39 »
Try renaming the script to "intro.sqs".

Only intro scripts named that way seem to work for me.

Gameer_77

  • Guest
Re:problems starting intro cam on Sarugao!
« Reply #6 on: 17 Sep 2002, 00:34:27 »
Make sure its named introcam.sqs, not introcam.sqs.sqs. Get what i mean?  :-\

Are you saving it?  ::)

What text editor are you using? You should use Notepad or Wordpad.

 8)PEACE

crow

  • Guest
Re:problems starting intro cam on Sarugao!
« Reply #7 on: 17 Sep 2002, 06:57:30 »


Code: [Select]
;Introcam.sqs
;Intro sequence for the mission Operation D

_cam = "camera" camcreate [0,0,1]
_cam cameraeffect ["internal", "back"]
;start
_cam camsettarget cX
_cam camsetrelpos [5, 3, 1.5]
_cam camcommit 0
~0.5
I may be wrong but try
_cam = "camera" camcreate [0,0,0]
I may not be correct but I beleive that is what the first line should be you have [0,0,1] I have never had good luck using anything but the [0,0,0] then using _cam camsetrelpos [0,2,3]
get what I am trying to say. :)

Gameer_77

  • Guest
Re:problems starting intro cam on Sarugao!
« Reply #8 on: 17 Sep 2002, 13:01:29 »
But the script is phyiscally not running. Try putting another script in the folder and see if it runs.

 8)PEACE