Marvel Mods

XML and MUA - Common Items => Modding Tools => Topic started by: Kaiko on June 11, 2026, 07:51AM

Title: Alchem Engine Display Mods for XMl2/MUA
Post by: Kaiko on June 11, 2026, 07:51AM
Alchemy-engine display mods — X-Men Legends II & Marvel Ultimate Alliance

This is a github repo for allowing you to run both games in a windowed state.

(https://media.discordapp.net/attachments/1505555490531311689/1514643063895490800/image.png?ex=6a2c1cc7&is=6a2acb47&hm=c5fd11911df12fbdb00a696e21b7392f11330dda9e01626d373500c7f0c25ceb&=&format=webp&quality=lossless)

https://github.com/KaikoClanworth1/XML2-MUA-Display-Mods

Install & use
Copy your game's folder contents next to its EXE, then double-click a Display - *.cmd (or run the .ps1). -Status shows the current state; -Revert undoes everything.

X-Men Legends II — copy XML2/ next to XMen2.exe
Requires dgVoodoo2 already in the game folder (the usual modern-PC fix; most community builds include it).

Shortcut   Result
Display - Windowed.cmd   Titled, centered, movable 1280×720 window
Display - Borderless Fullscreen.cmd   Fills the monitor, no border, Alt-Tab friendly
Display - Exclusive Fullscreen.cmd   True exclusive fullscreen
.\XML2_Display_Mode.ps1 -Status
.\XML2_Display_Mode.ps1 -Mode windowed -Width 1600 -Height 900
.\XML2_Display_Mode.ps1 -Mode borderless
.\XML2_Display_Mode.ps1 -AddMenuResolutions 1920x1080,2560x1440   # add modes to the in-game menu
.\XML2_Display_Mode.ps1 -Revert
Marvel Ultimate Alliance — copy MUA/ next to Game.exe
Native D3D9, no dgVoodoo. Use -Launch (the shortcuts already do) so the script can size/center the window after the game opens:

Shortcut   Result
Display - Borderless Fullscreen.cmd   Desktop-res borderless, fills the screen, Alt-Tab friendly
Display - Windowed.cmd   Titled, centered 1280×720 window (recommended for the steadiest behavior)
Display - Exclusive Fullscreen.cmd   Stock exclusive fullscreen
.\MUA_Display_Mode.ps1 -Status
.\MUA_Display_Mode.ps1 -Mode windowed   -Launch
.\MUA_Display_Mode.ps1 -Mode borderless -Launch
.\MUA_Display_Mode.ps1 -Revert
If PowerShell blocks a script, the .cmd shortcuts already bypass that; or run powershell -ExecutionPolicy Bypass -File .\<script>.ps1 ....