You are viewing a potentially older version of this package. View all versions.
Kandru-MimesisPlayerEnhancement-26.6.1 icon

MimesisPlayerEnhancement

One MIMESIS mod: more players, voices, persistence, join anytime, stats, spawn/loot/money scaling, web dashboard, and more.

Date uploaded 2 weeks ago
Version 26.6.1
Download link Kandru-MimesisPlayerEnhancement-26.6.1.zip
Downloads 18
Dependency string Kandru-MimesisPlayerEnhancement-26.6.1

This mod requires the following mods to function

LavaGang-MelonLoader-0.7.3 icon
LavaGang-MelonLoader

The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono

Preferred version: 0.7.3

README

Mimesis Player Enhancement

Mimesis Player Enhancement Logo

Warning — use at your own risk. Mods change how the game runs; things can break. Only download MelonLoader from melonwiki.xyz. If you do not trust a pre-built DLL, build from source on GitHub.

One plugin for MIMESIS multiplayer: more players, more mimic voices, voice persistence, join-anytime, statistics, spawn/loot/money scaling, dungeon tweaks, a web dashboard, and more — with a single config file instead of juggling separate mods.

Tested with MIMESIS 0.3.0 and MelonLoader 0.7.3.

Install

Mod manager (recommended)

Install through r2modman, Gale, or another Thunderstore client. The MelonLoader dependency is pulled in automatically.

Manual

  1. Install MelonLoader 0.7.3+ on your MIMESIS Steam copy.
  2. Extract this package and copy MimesisPlayerEnhancement.dll and the MimesisPlayerEnhancement/ folder into <MIMESIS>/Mods/.
  3. Start the game once.

Remove older separate mods (MorePlayers, More Voices, MimesisPersistence, JoinAnytime, MoreMimics) if you still have them — this mod replaces them.

Features

Feature What it does Everyone needs the mod?
More Players Raise the 4-player cap (default: 32) No — host only
More Voices Record more mimic voice lines per context No — host only
Persistence Keep mimic voices after save/load No — host only
Join Anytime Join a session that already started Yes — every player
Statistics Session stats and leaderboard per save slot No — host only
Web Dashboard Browser UI for players, stats, and host moderation No — host only
Player Announcements Toasts for dungeon settings, boss spawns, death stats No — host only
Spawn Scaling Scale mimic/monster spawn budgets by type and player count No — host only
Loot Multiplicator Scale loot quantity by source and item type No — host only
Money Multiplier Scale startup money, goals, scrap, shop prices, and more No — host only
Dungeon Time Extend shift length for larger lobbies No — host only
Dungeon Size Scaling Scale procedural dungeon length by player count Same config on all machines
Dungeon Randomizer Randomize tram pick, layout, map variant, and seed No — host only
Spectator Transition Shorten downed/dead-camera time before spectator Host + clients for camera timing

Based on community mods by NeoMimicry/MorePlayers, Risikus/More_Voices, JoanRLopez/MimesisPersistence, and Shlygly/MimesisJoinAnytime. Please support the original authors as well.

Config

After the first launch:

<MIMESIS>/UserData/MimesisPlayerEnhancement.cfg

Edit anytime; most changes apply fully after a restart. Each feature has its own TOML section and master toggle.

Full config reference, build instructions, and contribution guide: GitHub README.

Links

CHANGELOG

Hint: this mod is still in Alpha - use at your own risk! These updates can break things that worked before. Still needs extensive testing. In case of any errors please create an issue: https://github.com/Kandru/mimesis-player-enhancements/issues

26.7.7

  • improved the loot allow/deny list to be searchable
  • properly scale the max scrap value in case of high-value loot due to allow/deny list
  • allow the host to delete (offline) users from a savegame
  • only add fully connected players to the savegame
  • webinterface now uses dropdown for settings which only allow a few possible values instead of text boxes
  • better translations to point the player into the right direction
  • better debug messages
  • removed a testing-value for RouteRetryInterval and set it to a fixed value
  • webinterface now uses the browsers language instead of the game language
  • renaming MoneyMultiplier feature to Economy
  • adding the ability to retain unspend currency between maintenance visits
  • draft: add quick-presets to the configuration (still needs tuning and extensive testing!)
  • draft: configurable periodic spawn wait (Vanilla / Fixed / Random seconds) for initial delay and wave interval; spawn multipliers no longer shorten wave periods (still needs tuning and extensive testing!)
  • draft: host-only Weather feature — fixed/cycle presets, random-roll stripping, start-time presets, real-time config apply (still needs tuning and extensive testing!)
  • draft: added godmode and noclip (still needs proper testing!)
  • draft: add the ability to change the mimic voice behaviour
  • draft: webinterface & features are now refactored properly (still needs tuning and extensive testing!)

26.7.6

  • added translations
  • proper lobby name updates in any case
  • improved logging
  • improved statistics
  • optimized webinterface for larger player counts (to avoid lags)
  • webinterface now includes a reset button for config options
  • webinterface now automatically toggles the blind-mode
  • webinterface now correctly enforces settings value limits
  • optimized savegame lifecycle (saves mod-data only when auto-save or manual save button is being pressed)
  • possible fix for late joiner who are not always being transported to the train scene between dungeons.
  • exclude crow shop detox from loot duplication
  • player-count auto scaling (Spawn Scaling, Loot Multiplicator, Economy) now uses a configurable rate per extra player above 4 (default +10% instead of the old +25% / players / 4 curve); set SpawnScalingPlayerCountScaleRate, LootMultiplicatorPlayerCountScaleRate, or EconomyPlayerCountScaleRate to 0.25 to restore the previous curve
  • draft: properly rename lobby when saved via the save button (and properly load when savegame is being loaded). Same for the lobby public type
  • draft: extended spectator death player list (just for testing currently. May gets removed).

26.7.5

  • fixed an issue with the lobby naming and not showing
  • fixed an issue which caused problems with more then 4 players
  • fixed an issue which caused problems with more then 10 players as well
  • renamed "open" to "join now" to make it clear what the user can do

26.7.4

  • embedded assets into DLL to avoid issues when copying the DLL via Mod loaders

26.7.3

  • code optimization (thx Claude Fable5)
  • allow Host to heal players
  • optimized webinterface & redesigned user list

26.7.2

  • first working version without major bugs (at least non that I've encountered)
  • better webinterface player UI

Older versions:

  • experimenting with the design of the mod, the features and stuff