💭About this tool


What is this and who is it for?

This tool is for mod developers creating Cyberpunk 2077 photomode poses. Pose packs typically rely on a .yaml file that feeds information about the pose pack (names of each pose, pose data, etc) to the games Photomode system. Filling out this file for moderate to large pose packs can be laborious.

This tool does all the hard work for you!

See also

This tool is made to be used in conjunction with theArchiveXL Photomode Poses guide on the wiki. Read it before using this tool.


😱Help


Where is my secondaryKey and my suffix?

These values are located in your localization.json file.Example.See documentation for more.

How should I configure my .xl file?

I've attached a template .xl file that supports the latest Cyberpunk patch. Template .xl file

How do I configure my .xl file to support the Nibbles replacer mod?

Append the following lines to the animations section and path it to your anim file.
- entity: base\characters\entities\photomode_replacer\photomode_npc_man_average.ent
set: PATH_TO_YOUR_ANIMS\pma.anims
- entity: base\characters\entities\photomode_replacer\photomode_npc_woman_average.ent
set: PATH_TO_YOUR_ANIM\pwa.anims
- entity: base\characters\entities\photomode_replacer\photomode_npc_npv_fem1.ent
set: PATH_TO_YOUR_ANIMS\pwa.anims
- entity: base\characters\entities\photomode_replacer\photomode_npc_npv_fem2.ent
set: PATH_TO_YOUR_ANIMS\pwa.anims
- entity: base\characters\entities\photomode_replacer\photomode_npc_npv_masc1.ent
set: PATH_TO_YOUR_ANIMS\pma.anims
- entity: base\characters\entities\photomode_replacer\photomode_npc_npv_masc2.ent
set: PATH_TO_YOUR_ANIMS\pma.anims

I think I found a bug or I have a suggestion.

Please DM/ping me on Discord (@wolv3d) or on Twitter (same handle).


⚒️Changelog


[Nov 01, 2023] - Streamlining and housekeeping

Parts of the tool have been reworded. An example image has been added to "File Setup" to make it easier for newbies to understand.

[Nov 01, 2023] - Validated for Cyberpunk 2.02 and Wolvenkit 8.11

Tool is fully functional with the latest modding tools and Cyberpunk 2.0.

[Aug 14, 2023] - New Feature: Auto Mode

Build the entire .YAML in seconds. In WolvenKit, convert your .ANIMS to a JSON by right clicking it and selecting "Convert to JSON". Then, drag the resulting JSON onto this tool. The tool will detect all your poses/animations and automatically generate the entire .YAML for you.


🫡Credits & Resources


Too many to name but thanks to all the people in the fandom for your support and feedback. Also thanks to manavortex for their resources on how photomode works internally and to Angy for her blend files.