OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: LCD on 29 May 2007, 02:01:10

Title: titlecut - Obsolete
Post by: LCD on 29 May 2007, 02:01:10
y does it says in da comref dat titleCut is obsolete command ? while BIS still use it in deir campaign movie script ???

actually my Q is like dat... i want my intro 2 start w/ black in... but i cant make it start in black

LCD OUT
Title: Re: titlecut - Obsolete
Post by: Blanco on 29 May 2007, 03:50:14
try :

cutText ["","BLACK IN"]

Title: Re: titlecut - Obsolete
Post by: DucusSumus on 29 May 2007, 08:54:25
I think that will still make it fade in.  Try:

cutText ["","BLACK FADED"]
Title: Re: titlecut - Obsolete
Post by: h- on 29 May 2007, 10:07:31
Neither of the above work solely..
At least not in the older versions (like 1.04 or something)..

Search is friend ;) :
http://www.ofpec.com/forum/index.php?topic=29009.msg197658#msg197658
Title: Re: titlecut - Obsolete
Post by: Mandoble on 29 May 2007, 10:15:44
For some weird reason, BIS added a "by defaul" BLACK IN effect at the start of the missions. Whatever you try to use will "fight" with that by-default BLACK IN and the result is that you will not get a perfect ALL IS BLACK since the beginning.
Title: Re: titlecut - Obsolete
Post by: LCD on 29 May 2007, 10:30:58
@ h-

lol ur probably right  :D i just searched and hit somehing like 5 resault pages with titlecut and it got me crazy.... not talkin about reasult searches for "black"  :o

btw in da new ver (Arma 1.07) da black box is actually black :D

LCD OUT
Title: Re: titlecut - Obsolete
Post by: h- on 29 May 2007, 10:31:39
The example in the message I linked to worked I think at least in version 1.04 but now in 1.07 beta there's a flash of the surroundings before the default fade in.. :(
Title: Re: titlecut - Obsolete
Post by: LCD on 29 May 2007, 10:58:42
actually it did work 2 just add

Code: [Select]
cuttext ["","BLACK FADED"]
so thax :D

LCD OUT

edit : no solve botom found ???
Title: Re: titlecut - Obsolete
Post by: Planck on 29 May 2007, 12:36:14
Also two newer commands to play with:

cutFadeOut (http://www.ofpec.com/COMREF/index.php?action=list&game=All&letter=c#cutFadeOut)
titleFadeOut (http://www.ofpec.com/COMREF/index.php?action=list&game=All&letter=t#titleFadeOut)

I added them yesterday.   :D


Planck
Title: Re: titlecut - Obsolete
Post by: Nixer6 on 30 May 2007, 17:31:56
Good info here, thanks to all.

Planck

Amongst the other commands that need work in the ComRef, setSkill and setSkillArray need it badly. FYI