User talk:Giles: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(Answered Q re: level transitions)
Line 1: Line 1:
For transitions...what about new chapters?—'''[[User:Ts2do|ts2do]]''' 17:51, 24 Feb 2006 (PST)
For transitions...what about new chapters?—'''[[User:Ts2do|ts2do]]''' 17:51, 24 Feb 2006 (PST)
:Afaik, chapter changes are just level transitions where a chapter title is displayed, from a map building perspective. Source also demands a "return-trip" level transition regardless of whether the '''newunit''' [[worldspawn]] keyvalue is set or not. If it can't find one, the level load fails with the following message in the console:
:Host_Error: Level transition ERROR
:Can't find connection to <''previous level''> from <''next level''>
:I've verified this by experimenting with my own maps and by looking at how Valve handled the one-way transition from ''d2_prison_08'' to ''d3_c17_01'' and ''d3_c17_01'' to ''d3_c17_02'' (which is the first map of the new chapter '''Anticitizen One''').
:[[User:Giles|Giles]] 01:24, 25 Feb 2006 (PST)

Revision as of 02:24, 25 February 2006

For transitions...what about new chapters?—ts2do 17:51, 24 Feb 2006 (PST)

Afaik, chapter changes are just level transitions where a chapter title is displayed, from a map building perspective. Source also demands a "return-trip" level transition regardless of whether the newunit worldspawn keyvalue is set or not. If it can't find one, the level load fails with the following message in the console:
Host_Error: Level transition ERROR
Can't find connection to <previous level> from <next level>
I've verified this by experimenting with my own maps and by looking at how Valve handled the one-way transition from d2_prison_08 to d3_c17_01 and d3_c17_01 to d3_c17_02 (which is the first map of the new chapter Anticitizen One).
Giles 01:24, 25 Feb 2006 (PST)