Tet_persist is an Arma 3 PBO mission module coded in SQF. It allows administrators to dynamically save objects placed by Zeus and persist changes between game sessions. This system is designed to ensure that important in-game assets, player progress, and mission-critical elements remain intact across server restarts or mission replays.
- Dynamic Object Persistence: Save and reload vehicles, objects, and players across sessions.
- Vehicle Persistence: Saves vehicle position, inventory, and damage states.
- Player Persistence: Tracks player locations, inventories, equipment, and medical states.
- Object Persistence: Saves mission-critical objects such as turrets, ammo boxes, and other placed items, including cargo loaded into vehicles or placed on the ground.
This module tracks and saves the positions, inventories, and states of various game elements at the beginning and end of gameplay, ensuring they persist when a session ends and are reloaded when it resumes without ever effecting server or player performance.
- Credit to vdauphin for a number of functions, and the initial inspiration for many of the modules.
- Install the PBO module in your mission.
- Configure Zeus to dynamically place objects and vehicles.
- Enjoy seamless session-to-session persistence.
- Arma 3
- Basic knowledge of Zeus mission creation
- Copy the
TET PERSIST
folder into your mission folder. - Copy or combine the Description.ext & Init.sqf from BASE into your mission folder.
- Follow the included instructions to set up the saving functionality.