Home   Help Search Login Register  

Author Topic: this exec "camera.sqs"  (Read 1294 times)

0 Members and 1 Guest are viewing this topic.

Offline 456820

  • Contributing Member
  • **
this exec "camera.sqs"
« on: 30 Nov 2004, 16:26:33 »
this exec "camera.sqs" what dows it actually do apart from make the player into a camera does it record and if it does how does it cause i cant get it to work

Gooner861

  • Guest
Re:this exec "camera.sqs"
« Reply #1 on: 30 Nov 2004, 16:48:24 »
Look in the editors depot for sum really gud tut's on this.

To put it simply, camera.sqs lets you make better cutscenes than those crappy trigger cameras.

Anyway move the camera around and than once you have ur angle or shot u want press ctrl-c, alt tab out of OFP, open up notepad, and press ctrl-v.

Now u shud see a load of code etc. Thats the basics, im not on my main comp so i cant give u any examples or the code u need at the beginning of each script.

Read the tuts though first.

Gooner

Offline 456820

  • Contributing Member
  • **
Re:this exec "camera.sqs"
« Reply #2 on: 30 Nov 2004, 16:53:57 »
cool cheers yes i prob should read the tuts first cause i get confused easily

Lean Bear

  • Guest
Re:this exec "camera.sqs"
« Reply #3 on: 30 Nov 2004, 19:00:35 »
better cutscenes than those crappy trigger cameras.

^ Only really useful for getting unique angles. The easiest way is to script cutscenes.

O Neil

  • Guest
Re:this exec "camera.sqs"
« Reply #4 on: 03 Dec 2004, 01:36:31 »
Quote
The easiest way is to script cutscenes

^ That IS camera scripting ain't it ?

(O'Neil

Offline Triggerhappy

  • Contributing Member
  • **
  • Llama, it's what's for dinner.
Re:this exec "camera.sqs"
« Reply #5 on: 03 Dec 2004, 02:53:28 »
i believe he means typing it into a sqs file yourself,
i.e.:
_camera = "camera" camcreate getpos [0,0,0]
_camera camsettarget someguy
_camera camsetrelpos [2,1.5,10]
_camera camcommit 3
@camcommitted _camera

~2

etc.

O Neil

  • Guest
Re:this exec "camera.sqs"
« Reply #6 on: 03 Dec 2004, 05:37:48 »
Oh, soz, misunderstood it a lil bit.

(O'Neil

Lean Bear

  • Guest
Re:this exec "camera.sqs"
« Reply #7 on: 03 Dec 2004, 18:06:11 »
Yeah, that is what I meant.

Should've made it clearer :P