Basic Concepts UT2k4

From Moviesandbox

Jump to: navigation, search

Contents

[edit] General information

Moviesandbox is and will always be a tool in development. There will be bugs and problems that you encounter and it might take some time until they get fixed. Just so you know.

[edit] Basic Workflow

Moviesandbox is an Action based Character and Camera scripting tool, which means that instead of using keyframes and a timeline, you control the objects in your scene through actions.
Controllable objects like Pawns have their own Rootnode to which you can link all the actions that the pawn should execute sequentially.


[edit] The Interface

The user interface lets you spawn Actors, Props and Actions with a simple mouse interface. Once placed, you can move, rotate and scale the actors as you see fit. All Actors have their own property menu that you can access by simply right-clicking on them. You can switch from Mouse-Mode to flying mode through clicking on the "fly" icon or by pressing the "Alt" key. The Icons and the position and shape of the menu can be customised and you can assign hotkeys to every command. Hitting the "Spacebar" Key starts or stops your script.

[edit] Interface Icons

Image:flyIcon.jpg
toggles flying mode on and off (shortcut->Alt Key)

Image:ActorIcon.jpg
opens the "Pawns" submenu. Pawns are controllable Actors and have their own RootNode (see below). The menu also gives access to the Camera spawn button and the posing editor.

Image:StaticIcon.jpg
opens the props submenu. Props are helper Objects or meshes that can be used as decoration. If desired, they can be controlled through ScriptRoots and Actions.
<brY Image:nodeIcon.jpg
opens the actions submenu. Here you can spawn a ScriptRoot to start a new action sequence or actions that can be attached to Rootnodes to control your characters, cameras and objects.

Image:DrawIcon.jpg
Activates the drawing toolbar on the bottom of the screen. With it, you can paint props directly into the scene, just like in the CharacterEditor.

Image:BoneIcon.jpg
Activates the Poser toolbar. Can be used to Pose a character by cycling through his binestructure and rotating every bone as desired, save and later recall the pose with the SetPose command.

Image:sysIcon.jpg
opens the system menu where you can save and load your projects.


[edit] Special Objects

[edit] Pawns

MovieSandbox Pawns come in two flavors - 3D and 2D. While the 3D Pawns is pretty much like the average unreal player Model, the 2D Pawn consists of textures or texture sequences. Both Pawn types have Root-Boxes that enable you to control them by linking specific Actions to them.

[edit] Actions

Actions are small Boxes that you can Link with your Pawns or Objects and that make them perform certain tasks, e.g. let them move to a certain point. Actions are executed in a chronological order and can be linked to each other, so that you can draw your own queues and link them to a Pawn. Actions can also be executed independent from Pawns using a ScriptRoot.

[edit] Cameras

MovieSandbox has a special Camera that you can place in the Level. The camera has a realtime preview window when moved around, so you have an idea of what your shot compostion would look like. You can assign a path to your camera by placing keypoints in your scene and Link them together. Also, Cameras support Depth of Field. When a focus object is selected, the Camera blurs all objects that are not in focus.

[edit] Targets and other Helper Objects

Target Points can be placed in the Level for different purposes. For example, they can be assigned as Movetargets or Looktargets. Other helper objects let you specify paths for Objects to move on or help you organise your scene.

Personal tools
Moviesandbox for UT2004