Installation
Overview
ML MasterVideo is a cinematic scene editor for FiveM. Create scenes with peds, vehicles, and props, record movement paths, build camera tracks with keyframes and interpolation, and play back full cinematic sequences. Includes a timeline system, animation browser, synchronized scenes, free camera, and a UI with 5 themes. Scenes are stored in the database.
Quick Start
- Download from CFX Portal
- Extract to your
resourcesfolder asml_mastervideo - Add to
server.cfg:
server.cfg
1ensure oxmysql
2ensure ox_lib
3ensure ml_bridge
4ensure ml_mastervideoLoad Order
ml_mastervideo must start AFTER ml_bridge.
Database
Tables are created automatically on first start:
ml_mastervideo_scenes: Scene definitions (entities, camera tracks, timeline)
ml_mastervideo_custom_models: Custom ped/vehicle model presets
Verify
After starting, press F6 (or the configured key) to open the scene editor. Use /sceneeditor as an alternative.
- Editor not opening. Check
Config.OpenKeyandConfig.OpenCommand. IfConfig.RequirePermissions = true, verify ACE permissions. - Entities not spawning. Check F8 console for model loading errors. Verify the model name is valid.
- Scenes not saving. Check database connection. Verify
oxmysqlis running.