SMAPI Commands - Floogen/FashionSense GitHub Wiki

Reloading

Using the fs_reload command will reload all Fashion Sense content packs and apply the changes to the existing players that utilize the textures.

This is useful to apply changes to a content pack and see how they reflect in-game, without having to reload the game itself.

Debugging

Using the fs_display_movement command will display debugging information in the top left corner of the game.

The information displayed is useful for testing, as it shows values such as movement speed and movement duration.

Freezing

Using the fs_freeze_self command will freeze the player in place, making it easier to show movement-based animations.

To unfreeze the player, simply use fs_freeze_self once more.