Every loading screen becomes a little reveal — EVE steps out in a different one of your favorite outfits, every single time.
You've unlocked a closet full of outfits, and you genuinely love a lot of them. So why does EVE keep wearing the same one?
Because choosing is friction. Stopping to open a menu and pick an outfit breaks the flow of actually playing, it kills the mood, so in practice you reach for the same top favorite out of habit, again and again. All those other looks you adore never get their moment.
Auto Outfit Randomizer takes the choice off your hands. Curate your pool once, favorite every outfit you love, then forget the menu exists. From then on, every new area, every loading screen, every respawn, EVE surprises you with a fresh look pulled at random from your favorites. Never the same one twice in a row.
How to use
Open CNS's in-game menu (press N), favorite the outfits you love (pressing F by default), then play. Whenever you change zones, EVE automatically swaps into a random one of your starred outfits. You never see the same outfit twice in a row.
Works with both base-game outfits and CNS-modded outfits.
Requirements
You need these two mods installed and working first:
UE4SS for Stellar Blade: Required to run any Lua-based mod
CNS – Custom Nanosuit System: Provides the outfit menu and equip system
How to install
1. Download AutoOutfitRandomizer.zip.
2. Locate your game's Win64 folder. (Right-click Stellar Blade in your Steam library → Manage → Browse local files → then open the SB\Binaries\Win64\ folder.)
3. Extract the ZIP into that Win64\ folder. The archive contains a ue4ss\ folder which merges with your existing UE4SS install. When extraction is complete, this file should exist: SB\Binaries\Win64\ue4ss\Mods\AutoOutfitRandomizer\Scripts\main.lua
4. Enable the mod. Open SB\Binaries\Win64\ue4ss\Mods\mods.txt in Notepad and add this line near the top: AutoOutfitRandomizer : 1
5. Launch the game.
How to use
1. In-game, press N to open the CNS menu.
2. Favorite each outfit you want included in the rotation (mix base-game and CNS-modded freely).
3. Close the menu and play normally.
4. Every area transition swaps EVE into a new random outfit.
To change which outfits rotate, just open CNS again and toggle Favorite. The mod picks up changes immediately.
Heads-up
A few things to know before installing:
- Same-area camp fast-travel does NOT trigger a swap. Only travel between regions and area transitions count.
- Only EVE's body suit changes. Hair, accessories, and weapons stay the same.
Troubleshooting
Outfit doesn't change after fast-travel: Make sure you've starred at least two EVE outfits in CNS (one starred = nothing to rotate to).
Outfit changes then reverts to your saved one: Open `Scripts\favorites.lua` and raise `postLoadDelayMs` from `3000` to `5000`.
Mod doesn't seem to do anything: Confirm `AutoOutfitRandomizer : 1` is in `mods.txt`, and CNS is working (press N to test).
Optional
Timing tweaks:
If you want to fine-tune the feel, edit `Scripts\favorites.lua`:
```
return {
cooldownMs = 5000, -- min ms between auto-equips
postLoadDelayMs = 3000, -- ms after loading screen before swap
}
```
The defaults work well for most setups. Only touch these if you're seeing flicker or your outfit reverts.
How to uninstall
1. Open `SB\Binaries\Win64\ue4ss\Mods\mods.txt` in Notepad.
2. Remove the line `AutoOutfitRandomizer : 1` (or change 1 to 0 to keep it disabled but installed).
3. Delete the folder `SB\Binaries\Win64\ue4ss\Mods\AutoOutfitRandomizer\`.
Your CNS favorite stars are stored in `DekCNS.sav` (CNS's save file) — they remain in place in case you reinstall later.
You've unlocked a closet full of outfits, and you genuinely love a lot of them. So why does EVE keep wearing the same one?
Because choosing is friction. Stopping to open a menu and pick an outfit breaks the flow of actually playing, it kills the mood, so in practice you reach for the same top favorite out of habit, again and again. All those other looks you adore never get their moment.
Auto Outfit Randomizer takes the choice off your hands. Curate your pool once, favorite every outfit you love, then forget the menu exists. From then on, every new area, every loading screen, every respawn, EVE surprises you with a fresh look pulled at random from your favorites. Never the same one twice in a row.
How to use
Open CNS's in-game menu (press N), favorite the outfits you love (pressing F by default), then play. Whenever you change zones, EVE automatically swaps into a random one of your starred outfits. You never see the same outfit twice in a row.
Works with both base-game outfits and CNS-modded outfits.
Requirements
You need these two mods installed and working first:
UE4SS for Stellar Blade: Required to run any Lua-based mod
CNS – Custom Nanosuit System: Provides the outfit menu and equip system
How to install
1. Download AutoOutfitRandomizer.zip.
2. Locate your game's Win64 folder. (Right-click Stellar Blade in your Steam library → Manage → Browse local files → then open the SB\Binaries\Win64\ folder.)
3. Extract the ZIP into that Win64\ folder. The archive contains a ue4ss\ folder which merges with your existing UE4SS install. When extraction is complete, this file should exist: SB\Binaries\Win64\ue4ss\Mods\AutoOutfitRandomizer\Scripts\main.lua
4. Enable the mod. Open SB\Binaries\Win64\ue4ss\Mods\mods.txt in Notepad and add this line near the top: AutoOutfitRandomizer : 1
5. Launch the game.
How to use
1. In-game, press N to open the CNS menu.
2. Favorite each outfit you want included in the rotation (mix base-game and CNS-modded freely).
3. Close the menu and play normally.
4. Every area transition swaps EVE into a new random outfit.
To change which outfits rotate, just open CNS again and toggle Favorite. The mod picks up changes immediately.
Heads-up
A few things to know before installing:
- Same-area camp fast-travel does NOT trigger a swap. Only travel between regions and area transitions count.
- Only EVE's body suit changes. Hair, accessories, and weapons stay the same.
Troubleshooting
Outfit doesn't change after fast-travel: Make sure you've starred at least two EVE outfits in CNS (one starred = nothing to rotate to).
Outfit changes then reverts to your saved one: Open `Scripts\favorites.lua` and raise `postLoadDelayMs` from `3000` to `5000`.
Mod doesn't seem to do anything: Confirm `AutoOutfitRandomizer : 1` is in `mods.txt`, and CNS is working (press N to test).
Optional
Timing tweaks:
If you want to fine-tune the feel, edit `Scripts\favorites.lua`:
```
return {
cooldownMs = 5000, -- min ms between auto-equips
postLoadDelayMs = 3000, -- ms after loading screen before swap
}
```
The defaults work well for most setups. Only touch these if you're seeing flicker or your outfit reverts.
How to uninstall
1. Open `SB\Binaries\Win64\ue4ss\Mods\mods.txt` in Notepad.
2. Remove the line `AutoOutfitRandomizer : 1` (or change 1 to 0 to keep it disabled but installed).
3. Delete the folder `SB\Binaries\Win64\ue4ss\Mods\AutoOutfitRandomizer\`.
Your CNS favorite stars are stored in `DekCNS.sav` (CNS's save file) — they remain in place in case you reinstall later.
