arrival_departure_transition_ents

by animerunt · Uploaded May 19, 2011

arrival_departure_transition_ents

Downloads: 165

Rating: (0 votes)

Description

My tweaked version of the stock arrival_departure_transition_ents.vmf instance that lets you change the opening title, subtitle, and end level on-screen text or disable them. After placing this in your map, open the properties of the instance to set the following options: $subtitle_boolean_toggle -Default value is 1 (0 disables) -Determines if the $chapter_subtitle is displayed at the start of a level $endtext_boolean_toggle -Default value is 1 (0 disables) -Determines if the $end_text is displayed at the end of a level $title_boolean_toggle -Default value is 1 (0 disables) -Determines if the $chapter_title is displayed at the start of a level $chapter_title -Default value is(without quotes) "chapter title here" -This is the text that is shown at the beginning of a level $departure_video -Default value is blank -Use this to add video to the exit elevator scene $chapter_subtitle -Default value is(without quotes) "subtitle title here" -This is the text that is shown at the beginning of a level under $chapter_title $end_text -Default value is(without quotes) "You Win Science!" -This is the text that is shown at the end of a level $arrival_video -Default value is blank -Use this to add video to the entry elevator scene

Comments

Sign in to comment.

animerunt • May 19, 2011 • #45609
17 posts

My tweaked version of the stock arrival_departure_transition_ents.vmf instance that lets you change the opening title, subtitle, and end level on-screen text or disable them.

After placing this in your map, open the properties of the instance to set the following options:

$subtitle_boolean_toggle
-Default value is 1 (0 disables)
-Determines if the $chapter_subtitle is displayed at the start of a level

$endtext_boolean_toggle
-Default value is 1 (0 disables)
-Determines if the $end_text is displayed at the end of a level

$title_boolean_toggle
-Default value is 1 (0 disables)
-Determines if the $chapter_title is displayed at the start of a level

$chapter_title
-Default value is(without quotes) "chapter title here"
-This is the text that is shown at the beginning of a level

$departure_video
-Default value is blank
-Use this to add video to the exit elevator scene

$chapter_subtitle
-Default value is(without quotes) "subtitle title here"
-This is the text that is shown at the beginning of a level under $chapter_title

$end_text
-Default value is(without quotes) "You Win Science!"
-This is the text that is shown at the end of a level

$arrival_video
-Default value is blank
-Use this to add video to the entry elevator scene

File Name: arrival_departure_transition_ents.zip
File Size: 4.31 KiB
Click here to download arrival_departure_transition_ents

Andrey594 • May 19, 2011 • #45610
13 posts

When compiling error: could not open instance file instances/transitions/transition_entry.vmf

animerunt • May 19, 2011 • #45611
17 posts

Andrey594 wrote:
When compiling error: could not open instance file instances/transitions/transition_entry.vmf

Do you have the default stock instances? Have you moved any of the files around?

transition_entry.vmf is embedded inside the arrival_departure_transition_ents.vmf instance.

Andrey594 • May 19, 2011 • #45612
13 posts

Sorry, all figured out