Appearance Menu Mod is a feature-rich Cyber Engine Tweaks mod for Cyberpunk 2077. It lets you spawn NPCs, swap character appearances, teleport around Night City, trigger animations and much more directly from an in-game menu. This repository contains the compiled AMM release along with optional addons used by the mod.
Release/– the compiled AMM release files. Copy this directory into your game folder to install the mod.Optional/– extra archives and collab presets that add optional functionality.Resources/– helper files such as a list of entity records.docs/– generated documentation with AMM internal data..github/workflows/– CI workflow used for creating GitHub releases when a tag is pushed.
- Cyberpunk 2077 for PC
- Cyber Engine Tweaks
lua5.4or a compatible Lua runtime for development
- Install Cyber Engine Tweaks if you haven't already.
- Copy the contents of the
Releasefolder into your Cyberpunk 2077 installation directory. The folder structure should remain intact so that the mod resides underbin/x64/plugins/cyber_engine_tweaks/mods/AppearanceMenuMod. - (Optional) Copy any
.archivefiles fromOptionalintoarchive/pc/modto enable additional assets. - Launch the game and open the CET overlay (
~by default) to access AMM.
The repository mainly contains precompiled Lua files. If you modify any .lua scripts, you can verify the Lua interpreter is available by running:
lua -vNo automated tests are provided. After making changes, ensure git status shows a clean working tree.
See Release/bin/x64/plugins/cyber_engine_tweaks/mods/AppearanceMenuMod/credits.lua for a full list of contributors and community shout‑outs.
This repository mirrors the public Appearance Menu Mod release. Please refer to the official mod page for license and usage terms.