CharactersAdditional
Play as additional characters . no .sip editing required
CharactersAdditional lets you swap your hero into other playable character from Team-Ups .
the current hero becomes an invisible "driver" (health, movement, talents) while an "illusion" entity plays the animations and powers of the chosen character.- Pros - Persistent , stores the override per player character . character powers map over slotted powers
- Cons - overrides an existing character , desync between the controller and the illusion . everything about the character like talents or resources are inherited from the underlying driver character .
Note: this implementation is experimental , and likely not viable for multiplayer due to desync of driving the illusion thru the server . other systems for this would be more ideal
Commands
| Command | Description |
|---|---|
!playas <pattern> | Swap into the character matching the name ( !playas jubilee) |
!playas list | List all available playable Team-Up characters |
!playas off | Swap back to your hero |
!playas me | Restore your hero's original powers ( legacy fix ) |
!playas status | current play-as state |
Playable Team-Up Characters
Agent13AgentCoulsonAgentVenomAngelArachneArchAngel
BackInBlackSpidermanBetaRayBillCaptainAmericaCaptainAmericaCivilWar
CarnageCleaDeadpoolTheKidDominoDrDoomDrStrange
DrStrangeMovieDraxDraxVol2FalconFalconCivilWar
FirestarFirestarYellowFrankenCastleGamoraGamoraVol2
GrootHavokHolidayDoctorDoomHolidayGrootHowardTheDuck
HydraAgentIronManCivilWarIronManMark2IronmanHulkbuster
JessicaJonesJubileeKamalaKhanMagikMagikLimboReward
MedusaMilesMoralesMordoMovieGrootOldManLogan
OldManThorPirateDeadpoolPunisherDeadWinterPunisherNetflixVariant
QuakeQuicksilverRachelAlvesRescueRobbieReyes
SamWilsonSheHulkShieldAgentShieldAirSupportSpiderGwen
SpiderWomanSpiderWomanShieldVariantSpidermanSpidermanRework
SunspotWaspWolverineWolverineBroodWolverineDangerRoomReward
Config Options
| Option | Default | Description |
|---|---|---|
PlayableExpandedEnable | true | Master switch |
PlayableExpandedDamageScale | 1.0 | Global damage multiplier on top of per-character/per-power scales |
PlayableExpandedCommandsRequireAdmin | false | Restrict commands to admins |
PlayableExpandedLoggingEnable | false | logging |
Note: Per-character tuning ( powers , damage scales , cast time ) lives in
src/MHServerEmu.Games/Entities/PlayableExpanded/Characters/*.cs , to potential add movement powers or other chimera powers to an expanded characters kit .