Skip to main content

EXTENSION

Constant EXTENSION 

Source
pub const EXTENSION: &str = "_tables.bin";
Expand description

File extension pattern for animation table files.

To differentiate animation tables from other .bin files, RPFM only recognizes files ending in _tables.bin as AnimsTable files.

Note: This is a library-specific requirement for disambiguation, not a game limitation. The game itself doesn’t require this specific naming pattern.