Difference between revisions of "CP2077: Custom Photo Mode Expressions"

From Nexus Mods Wiki
Jump to: navigation, search
(Created page with "(Thanks to glory-ride for showing me how to do this <3)   This tutorial will teach you how to create your own photo mode expression mod by making your selection from an N...")
 
 
(2 intermediate revisions by the same user not shown)
Line 30: Line 30:
 
You can select a total of 12 expressions from the NPC's anim file. You do this by changing their names to the ones the photo mode will look for (in scroll order):
 
You can select a total of 12 expressions from the NPC's anim file. You do this by changing their names to the ones the photo mode will look for (in scroll order):
  
#facial_neutral&nbsp;&nbsp; &nbsp;
+
#facial_neutral  
#facial_charming&nbsp;&nbsp; &nbsp;
+
#facial_charming  
#facial_furious&nbsp;&nbsp; &nbsp;
+
#facial_furious  
#facial_bored&nbsp;&nbsp; &nbsp;
+
#facial_bored  
#facial_pissed&nbsp;&nbsp; &nbsp;
+
#facial_pissed  
#facial_pleased&nbsp;&nbsp; &nbsp;
+
#facial_pleased  
 
#facial_disgusted  
 
#facial_disgusted  
#facial_happy&nbsp;&nbsp; &nbsp;
+
#facial_happy  
#facial_scared&nbsp;&nbsp; &nbsp;
+
#facial_scared  
 
#facial_surprised  
 
#facial_surprised  
#facial_sadness&nbsp;&nbsp; &nbsp;
+
#facial_sadness  
 
#facial_whistling  
 
#facial_whistling  
  
 
Do this by opening the file (photomode_female_facial.anims or photomode_male_facial.anims that you replaced with the NPC of your choice) in WolvenKit (or 010 if you know how to use it). Find the animation you want to use* and change its name.
 
Do this by opening the file (photomode_female_facial.anims or photomode_male_facial.anims that you replaced with the NPC of your choice) in WolvenKit (or 010 if you know how to use it). Find the animation you want to use* and change its name.
 +
 +
[[File:Cp2077-photomode-custom-expressions.png|thumb|Cp2077-photomode-custom-expressions.png]]
  
 
Rinse and repeat until you're done.
 
Rinse and repeat until you're done.
Line 49: Line 51:
 
Save the file, pack the project, and start the game - voila, you now have custom expressions.
 
Save the file, pack the project, and start the game - voila, you now have custom expressions.
  
https://i.imgur.com/g9vAjCM.png
+
&nbsp;
  
 
''* As for which expressions you want to use, you'll have to try them one by one. The reference section contains pictures that I made for myself, feel free to add to them!''
 
''* As for which expressions you want to use, you'll have to try them one by one. The reference section contains pictures that I made for myself, feel free to add to them!''
Line 55: Line 57:
 
= References =
 
= References =
  
[https://i.imgur.com/gVX82tg.jpg Johnny]
+
[https://i.imgur.com/nLWZQJH.jpg photomode_johnny_facial]
 +
 
 +
[https://i.imgur.com/JW2ZW2r.jpg johnny__facial_idle_poses]
 +
 
 +
[https://i.imgur.com/7apn9yx.jpg rogue_facial_idle_poses]
 +
 
 +
[https://i.imgur.com/HPd71Bb.jpg evelyn_facial_idle_poses]
 +
 
 +
[https://i.imgur.com/ZxwSOxy.jpg generic_average_female_facial_idle_poses]
  
[https://i.imgur.com/wGe6dvL.jpg Rogue]
+
[https://i.imgur.com/DuKRBYe.jpg panam_facial_idle_poses]
  
[https://i.imgur.com/mRuL4J4.jpg Evelyn]
+
&nbsp;
  
 
&nbsp;
 
&nbsp;
  
 
&nbsp;
 
&nbsp;
 +
 +
[[Category:Cyberpunk 2077 Modding]]

Latest revision as of 11:21, 4 September 2022

(Thanks to glory-ride for showing me how to do this <3)   This tutorial will teach you how to create your own photo mode expression mod by making your selection from an NPC's.

Step 1: Locate the right file

female
base\animations\ui\photomode\photomode_female_facial.anims
male
base\animations\ui\photomode\photomode_male_facial.anims

Step 2: Replace the file with the one you want

NPC animation files live under

base\animations\facial\

and end in .anims. You can pick any of them, regardless of gender.

Replace the player file with the one you've selected.

Example:

Copy base\animations\facial\main_characters\rogue\rogue_facial_idle_poses.anims to base\animations\ui\photomode\photomode_female_facial.anims

Step 3: Pick the expressions you want

You can select a total of 12 expressions from the NPC's anim file. You do this by changing their names to the ones the photo mode will look for (in scroll order):

  1. facial_neutral
  2. facial_charming
  3. facial_furious
  4. facial_bored
  5. facial_pissed
  6. facial_pleased
  7. facial_disgusted
  8. facial_happy
  9. facial_scared
  10. facial_surprised
  11. facial_sadness
  12. facial_whistling

Do this by opening the file (photomode_female_facial.anims or photomode_male_facial.anims that you replaced with the NPC of your choice) in WolvenKit (or 010 if you know how to use it). Find the animation you want to use* and change its name.

Cp2077-photomode-custom-expressions.png

Rinse and repeat until you're done.

Save the file, pack the project, and start the game - voila, you now have custom expressions.

 

* As for which expressions you want to use, you'll have to try them one by one. The reference section contains pictures that I made for myself, feel free to add to them!

References

photomode_johnny_facial

johnny__facial_idle_poses

rogue_facial_idle_poses

evelyn_facial_idle_poses

generic_average_female_facial_idle_poses

panam_facial_idle_poses