Auto Outfit Randomizer 1.1.2

A Mod for Stellar Blade
Auto Outfit Randomizer Mod Preview Image
  • 02.jpg
    02.jpg
    172 KB · Views: 172
  • 03.jpg
    03.jpg
    531 KB · Views: 164
  • 04.jpg
    04.jpg
    303.4 KB · Views: 166
  • 05.jpg
    05.jpg
    483.4 KB · Views: 168
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.
  • Like
Reactions: NameXD
6.2 KB
Log in or sign up to download
Uploaded by
HozukiSatowa
Downloads
51
Views
798
First release
Last update
Platform
PC 
Version
1.1.2
Total Size
6.2 KB
Rating
0.00 star(s) 0 ratings

Uploaded by

  • 51
  • 798

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. Fix invisible-body / floating-head

    Fixes the bug where, after the mod swapped outfits, EVE's body could vanish (only her head...
  2. Fixes death-respawn rotation

    Fix a bug where the death trigger introduced in v1.1.0 could stop working sometimes, this...
  3. Triggers on death

    Now the outfit randomizer also triggers after dying

vel.esh

Members
Members
May 12, 2026
0
0
Awesome! Can this be made so that specific places trigger favorited suits?
 

Kaczamama

Members
Members
May 30, 2026
0
0
After change the new outfit flashes for a sec, then the entire body disappears. There's only levitating head visible lol. Any ideas why this could be?
 

HozukiSatowa

Modder
Modder
Members
Dec 7, 2025
0
2
After change the new outfit flashes for a sec, then the entire body disappears. There's only levitating head visible lol. Any ideas why this could be?
lol I will check this
for now try changing the `postLoadDelayMs`, maybe increasing it would help

edit `Scripts\favorites.lua`:
```
return {
cooldownMs = 5000, -- min ms between auto-equips
postLoadDelayMs = 3000, -- ms after loading screen before swap
}
```
 

Teitanblood21

Members
Members
May 28, 2026
0
0
I happen upon the same bug, after changing an outfit, Eve's body disappears. i have tweaked the values in favorite.lua/postLoadDelayMs, both increasing and decreasing them (min 2k ms, max 5k ms) and the problem perseveres. It happened when I used the hotkey Ctrl+Shift+R to force swap, so that probably caused it at some capacity. This also remains between loading saves, if the autosave's instance includes Eve's absent body.
 

Kaczamama

Members
Members
May 30, 2026
0
0
yeah changing the values didn't help, and I also did the forced swap before that happens. funny thing, I delete and disable the mod, but still after loading / resting the body disappers, only if I change the outfit again it preserves.
 

HozukiSatowa

Modder
Modder
Members
Dec 7, 2025
0
2
Thanks for the detailed reports

Fixed! New version is up

You don't need to do anything special: just update — it repairs itself on your next outfit change. If EVE loads in headless, one fast-travel (or area change) should brings her body back, permanently.

(Heads up: the force-swap hotkey moved from Ctrl+Shift+R to Alt+C)

Sorry for the bodyless EVE
Thanks for the reports and the patience

I happen upon the same bug, after changing an outfit, Eve's body disappears. i have tweaked the values in favorite.lua/postLoadDelayMs, both increasing and decreasing them (min 2k ms, max 5k ms) and the problem perseveres. It happened when I used the hotkey Ctrl+Shift+R to force swap, so that probably caused it at some capacity. This also remains between loading saves, if the autosave's instance includes Eve's absent body.

yeah changing the values didn't help, and I also did the forced swap before that happens. funny thing, I delete and disable the mod, but still after loading / resting the body disappers, only if I change the outfit again it preserves.