By default EVE keeps an activity look for a few seconds after the activity ends, then
changes back to her everyday look. You can retune these (milliseconds; 0 = instant)
in config.lua:
Code:
stateExitDelayMs = {
combat = 5000, -- keep the combat look 5s after a fight
swim = 5000, -- keep the swim look 5s after leaving the water
fish = 2000, -- keep the fishing look 2s after stowing the rod
}
Re-entering any activity during the wait cancels the change-back (so the swim delay
also smooths bobbing in and out of the water). A loading screen, respawn, or camp
rest always lands you in an everyday look.
Randomizes whole Presets instead of just Suits
The themed-presets feature — combat, swimming, and fishing looks — is now on by default. No config file to edit: just save presets named combat …, swim …, fish … and play. EVE picks a random one from the matching set whenever she enters that activity.
EVE now rotates to a random favorited outfit when you rest at a camp — a new trigger alongside loading screens, area transitions, fast-travel, and respawns.
On by default. Don't want it? Set randomizeOnCamp = false in Scripts/favorites.lua.
Fires only on resting at a camp — not from walking past one.
New timing knob campDelayMs (default 1500) tunes the pause after resting before the swap.
Fixes the bug where, after the mod swapped outfits, EVE's body could vanish
(only her head showing) and stay that way across saves and restarts.
If you hit this bug: just update. It repairs itself on your next outfit change
if you load in headless, one fast-travel brings her body back for good. No save
editing or re-favoriting needed.
Also:
- Force-swap debug hotkey moved Ctrl+Shift+R → Alt+C, and now swaps instantly.
- Internal reliability fixes to the equip + favorites logic.