Tutorial
This tutorial will show you how to perform some basic and advanced tasks with the Rico3D Game Engine and the adventure framework that is set on top of it.
Rico3D Game Engine
How to...
- Create the basic structure of a new 3d application
- Add a skybox
- Add a ground plane
- Add a heightmap terrain
- Add different types of OpenGL lights
- Add (animated) meshes from 3d model files
- Perform rotations, scalings and translations on every kind of mesh
- Assign an environment map (sphere map or cube map) to a mesh
- Use the mesh container to render a lot of meshes (with shadows)
- Add a first person camera control
- Process user defined mouse and keyboard actions
- Check collisions between 3d models
- Check if the mouse is located over a 3d model
Adventure Framework
The ".room" XML file for rooms
- Specification of the basic structure of an empty room
- Specification of lights in a room file
- Specification of camera perspectives in a room file
- Specification of a ground plane
- Specification of (animated) 3d model props
- Specification of items
- Specification of Non-Player-Characters (NPCs)
- Specification of virtual hotspots
- Specification of trigger areas
- Specification of a room's entry points
The ".con" conversation file
- Example for a typical conversation file
The ".bsh" BeanShell script file for a room
- Basic script file methods for a room with an item, an NPC, a virtual hotspot and two triggers
The ".chp" XML file for a chapter
- Example of an usual chapter file
The Rico Engine World Editor
Video-Tutorials
The videos have been recorded with CamStudio and were encoded with the "Microsoft MPEG-4 Video Codec V2". Try to install that codec on your machine, if you can't play the video files.
- Add a ground plane and a basic light to the scene
- Import a prop from a 3D model file
- Import an NPC from a 3D model file
- Import an item from a 3D model file
- Insert hotspots
- Insert triggers
- Manipulate the path grid
- Create and assign script file
- Save room with relative file pathes
- Add different camera perspectives
- Create and save a recorded camera flight