whatisgithub

What is outfit-preview-selector?

fatalcmd/outfit-preview-selector — explained in plain English

Analysis updated 2026-05-18

2ActionScriptAudience · generalComplexity · 3/5Setup · moderate

In one sentence

A Skyrim Special Edition mod that lets players save, preview, and switch between fifty named outfit slots using a paused, rotatable third person character view.

Mindmap

mindmap
  root((repo))
    What it does
      Outfit slot manager
      Paused preview camera
      Exact outfit highlighting
    Tech stack
      ActionScript
      Papyrus
      C++
      SKSE
    Use cases
      Organize Skyrim outfits
      Preview before equipping
    Audience
      Skyrim players
      Mod developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Save and organize fifty different outfits for your Skyrim character with named, reorderable slots.

USE CASE 2

Preview an outfit on a paused, rotatable character model before equipping it.

USE CASE 3

Switch outfits quickly during gameplay without closing the outfit menu.

USE CASE 4

Build or modify the mod's native, interface, and script components from source.

What is it built with?

ActionScriptPapyrusC++SKSECMake

How does it compare?

fatalcmd/outfit-preview-selectorskevy/django-filebrowser-no-grappelliopen-source-flash/open-source-flash
Stars217,321
LanguageActionScriptActionScriptActionScript
Last pushed2010-05-25
MaintenanceDormant
Setup difficultymoderatemoderateeasy
Complexity3/52/51/5
Audiencegeneraldevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires an older Skyrim SE version plus SKSE64, SkyUI, and other mod dependencies already installed.

So what is it?

Outfit Preview Selector, often shortened to OPS, is a mod for the video game Skyrim Special Edition that helps players manage their character's outfits. It gives players fifty separate, renameable slots to save different armor and clothing combinations, spread across five pages, and shows a paused, rotatable third person view of the character while browsing them. Players can switch to a saved outfit without closing the selector menu, and the mod will highlight whichever slot exactly matches what the character is currently wearing. A management mode lets players copy, move, swap, delete, and reorder outfits by dragging them between pages. The interface can display outfits as a simple list or as visual cards with icons, and it works with both a mouse and a game controller, including controller specific navigation and shortcuts. If a saved outfit is missing one of its items, the mod shows a themed notice instead of silently failing or changing the player's current gear. While an outfit changes, the game's animations and physics are managed carefully so the transition looks clean, and there is optional support for two other popular Skyrim mods that improve character physics and camera movement. To use this mod, a player needs a specific older version of Skyrim Special Edition along with several other supporting mods and tools already installed, such as SKSE64 and SkyUI. For those interested in building or modifying it themselves, the project is split into three parts: native code written in C++ for camera and animation handling, an ActionScript interface for the menu itself, and Papyrus scripts, which is Skyrim's own scripting language, for storage and menu coordination. Building each part requires separate tools such as CMake for the native code and a dedicated ActionScript compiler for the interface. This is a specialized mod for Skyrim players who want more organized and visual control over managing their character's outfits.

Copy-paste prompts

Prompt 1
Walk me through installing this mod along with SKSE64 and SkyUI for Skyrim Special Edition.
Prompt 2
Explain what the fifty outfit slots and pages look like in this mod.
Prompt 3
Help me build the ActionScript interface for this mod using mtasc.
Prompt 4
Show me how to build the native CMake plugin for this Skyrim mod.

Frequently asked questions

What is outfit-preview-selector?

A Skyrim Special Edition mod that lets players save, preview, and switch between fifty named outfit slots using a paused, rotatable third person character view.

What language is outfit-preview-selector written in?

Mainly ActionScript. The stack also includes ActionScript, Papyrus, C++.

How hard is outfit-preview-selector to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is outfit-preview-selector for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.