45 lines
1.3 KiB
HTML
45 lines
1.3 KiB
HTML
<HTML>
|
||
<HEAD>
|
||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
||
<TITLE>Anachronox Editing Documentation</TITLE>
|
||
</HEAD>
|
||
<BODY BGCOLOR="#000000" TEXT="#EFEFEF" LINK="#00FFFF" ALINK="#FFFFFF" VLINK="#05F3D0">
|
||
<CENTER>
|
||
<P>
|
||
<FONT FACE="Helvetica">
|
||
|
||
<FONT COLOR="#0055DD"><B>Tutorial 34: Using APE to Call Scenes</B>
|
||
</FONT>
|
||
</CENTER>
|
||
<P>
|
||
<HR>
|
||
<BR>
|
||
APE does a lot. There may are may not be documentation for it. But here are some APE commands to call cines.
|
||
<P>
|
||
Lets say you click on a person or a switch that starts a cine. The switch has a sequence number of 14:2301
|
||
<P>
|
||
The APE window will look like this
|
||
<P>
|
||
#switch 14:2301<BR>
|
||
playscene tenements_scene_with_grumpos
|
||
<P>
|
||
If you wanted to play the scene manually from the console just type<BR>
|
||
ui_playscene tenements_scene_with_grumpos
|
||
<P>
|
||
When the cine is done, the camera will come to rest behind the main character. So try and put the camera near where the main character is (so it doesn’t cut through walls).
|
||
<P>
|
||
You can also play ambients that DO NOT HAVE A CAMERA, just make sure you aren’t link any of the main party characters.
|
||
<P>
|
||
#switch 14:2301<BR>
|
||
playambient scommons_scientist_flies_into_building
|
||
<P>
|
||
or from the console<BR>
|
||
ui_ playambient scommons_scientist_flies_into_building
|
||
|
||
|
||
|
||
|
||
|
||
<P> <P>
|
||
</BODY>
|
||
</HTML>
|