Mr Croft's Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

TRLE Question.

4 posters

Go down

TRLE Question. Empty TRLE Question.

Post by TombRaiderFan09 Tue May 05, 2009 2:58 pm

TRLE Question.How can you play a FMV one after the other at the start of a level?
TombRaiderFan09
TombRaiderFan09
Pupil

Male Posts : 266
Location : United Kingdom
Join Date : 2009-05-03

http://www.dylanhomes.com/freewebs

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by Karl Tue May 05, 2009 4:34 pm

This may help. Smile
http://www.tombraiderforums.com/showthread.php?t=150586

I have never used an FMV so am not sure if it works with trep.
Karl
Karl
Moderator

Male Posts : 45
Join Date : 2009-03-02

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by Kurtisandlara Tue May 05, 2009 10:16 pm

Depending on what you use but i suggest combining the videos in windows movie maker/sony vegas or just any video editing software.
Then use my Trigger an FMV tutorial. FMV's are very buggy so be careful.
Kurtisandlara
Kurtisandlara
Gamer

Male Posts : 28
Join Date : 2009-05-03

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by TombRaiderFan09 Wed May 06, 2009 1:07 pm

Karl wrote:This may help. Smile
http://www.tombraiderforums.com/showthread.php?t=150586

I have never used an FMV so am not sure if it works with trep.

Um..I'm banned?
TombRaiderFan09
TombRaiderFan09
Pupil

Male Posts : 266
Location : United Kingdom
Join Date : 2009-05-03

http://www.dylanhomes.com/freewebs

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by Mr Croft Thu May 07, 2009 10:09 am

Kurtisandlara wrote:Use the editor that comes with TRNG Its the only one that has the FMV trigger

1) Trigger an FMv

I've seen afew threads now, asking how to trigger an FMV. Like...A video.
This tutorial will show you how...

THINGS YOU WILL NEED:
A video in .avi or .wmv format.
NGLE
NG Scripter
And excitement .

Ok first off you have your video which is in avi or wmv format so copy it into your TRLE folder. You can create a new folder if you want title it FMV. Since you don't want to clutter your TRLE folder.
Right click on the video you copied into the folder and click on RENAME.
Call it FMV1.
TRLE Question. Fmv1pic

Now you have your video in there but How to trigger it?
Well go into your NGLE and select the square you want the FMV to start. (if you want the video to play right as you click new game trigger it under LARA) Set your trigger box like this:
TRLE Question. Triggerbox
Now if you go into the game and step on that trigger it wont play so go into NG Center now.
You should see (at the top) a section like this:



;--------------------------------------
; Platform Definitions
;--------------------------------------

[PSXExtensions]
Level= .PSX
Cut= .CUT
FMV= .FMV

[PCExtensions]
Level= .TR4
Cut= .TR4
FMV= .BIK


Change the FMV line in the [PCExtensions] so it looks like this:


FMV= .WMV


OR if your using an AVI file it should look like this:


FMV= .AVI

Now add this line to your level section of the script.



[Level]
Name= Playable Tutorial Level
FMV= 1,1
Legend= The year 2000, somewhere in Egypt...
Horizon= ENABLED
Layer1= 160,160,192,7
PuzzleCombo= 3,1,Cartouche Piece 1, $0000,$0400,$0000,$0000,$0000,$0002
PuzzleCombo= 3,2,Cartouche Piece 2, $0000,$0400,$0000,$0000,$0000,$0002
Puzzle= 3,Ba Cartouche, $0000,$0400,$0000,$0000,$0000,$0002
Puzzle= 5,Eye Of Horus, $0017,$0500,$0000,$0000,$0000,$0002
PuzzleCombo= 5,1,Eye Piece, $0017,$0500,$0000,$0000,$0000,$0002
PuzzleCombo= 5,2,Eye Piece, $0017,$0500,$0000,$0000,$0000,$0002
Puzzle= 6,The Hand Of Orion, $0000,$0400,$8000,$c000,$0000,$0002
Puzzle= 8,The Hand Of Sirius, $0000,$0400,$8000,$c000,$0000,$0002
LoadCamera= 0,0,0,0,0,0,255
LoadCamera= 11088,-1100,28896,11119,-1399,31486,0
Level= DATA\TUT1,107

Add the bold part.

on the second number 1...
That means you can hit ESC to stop the FMV. If you dont want that put 0 there.

The first number (1) is the number of the FMV.

Hope this helps.
I want to thank Matie for teaching me this. You rock!

This is what KurtisandLara posted in the Tutorials thread. Hope this helps. Wink
Mr Croft
Mr Croft
Administrator

Male Posts : 660
Location : Portugal
Join Date : 2008-12-15

http://www.mrcroftsblog.blogspot.com/

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by TombRaiderFan09 Thu May 07, 2009 11:40 am

Problem Solved.
TombRaiderFan09
TombRaiderFan09
Pupil

Male Posts : 266
Location : United Kingdom
Join Date : 2009-05-03

http://www.dylanhomes.com/freewebs

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by Mr Croft Thu May 07, 2009 11:43 am

Glad that your problem is solved. Smile

This thread is now locked.
Mr Croft
Mr Croft
Administrator

Male Posts : 660
Location : Portugal
Join Date : 2008-12-15

http://www.mrcroftsblog.blogspot.com/

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by Karl Sun May 10, 2009 5:59 am

Mr Croft wrote:Glad that your problem is solved. Smile

This thread is now locked.

This thread is now unlocked. Please don't lock a thread just because someone has got the answer they need. What if someone else is having an issue with this and wants to discuss it in this thread?
Karl
Karl
Moderator

Male Posts : 45
Join Date : 2009-03-02

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by TombRaiderFan09 Sat May 16, 2009 5:38 am

Karl wrote:
Mr Croft wrote:Glad that your problem is solved. Smile

This thread is now locked.

This thread is now unlocked. Please don't lock a thread just because someone has got the answer they need. What if someone else is having an issue with this and wants to discuss it in this thread?

Good point...
TombRaiderFan09
TombRaiderFan09
Pupil

Male Posts : 266
Location : United Kingdom
Join Date : 2009-05-03

http://www.dylanhomes.com/freewebs

Back to top Go down

TRLE Question. Empty Re: TRLE Question.

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum