Skip to content
Schnappy edited this page Jun 23, 2021 · 14 revisions

Basics

Here is a quick overview of the exporter/engine's possibilities. For further detail, see dedicated sections.

Texturing/coloring

You can use vertex paint to color your geometry, or UV textures.

When exporting, your textures will be converted to the Playstation TIM format in 8bit mode by default. An option is available to use 4bits TIMs instead.

By default, the script looks for/saves textures in a 'TEX' folder in your project directory. There is an option to use a custom folder when exporting.

Lightsources

So far, you can use 3 directional, colored light sources. The direction, color and intensity will be used by the game engine. The position of the light source is irrelevant here.
Set your light sources as "Sun" in order to get a sense of what the lighting will be in-game.

Horizon color

The PSX far color will be set according to the Horizon color set in the World tab.

Horizon color

Camera

You can set multiple cameras in your scene to use either as different camera angles you can switch between, or have the camera position interpolate between.

Camera modes

A few different camera modes are available.

Animation

The engine supports vertex animation. You can use shape keys or use a rigging/IK setup. Just know that your animation will be converted to keyframes, i.e : Your armature won't be retained in the engine.

Rendering

There is an option to use pre-rendered backgrounds, ala Resident Evil/Parasite Eve.

Flags

The exporter uses flags you'll have to set in the object's data Custom Properties tab.

Flags

See the dedicated sections for a list of available flags.

Clone this wiki locally