Download
Last updated: 26 July 2026

Photo Mode Assets

(TEN.Objects.ObjID.PHOTOMODE_ANIMS)
(TEN.Objects.ObjID.PHOTOMODE_SPRITES)
(TEN.Objects.ObjID.PHOTOMODE_FRAMES)

Setup Instructions

An in-game photo mode for Tomb Engine.

The player freezes the game, moves a free camera, adjusts Lara’s pose and appearance, sets up a light, applies post-process filters, and can overlay frame sprites before taking an in-game screenshot.

To enable photo mode in a level, require this module once in your level script or in Autoexec.lua:

`local PhotoMode = require("Engine.PhotoMode.PhotoMode")`

For further information: please see the official Tomb Engine Lua API