Cyberpunk 2077

File information

Last updated

Original upload

Created by

manavortex and evander98

Uploaded by

manavortex

Virus scan

Safe to use

Tags for this mod

About this mod

Adds 42 pair of Converse (low and high top) for both body genders. Dynamic variants allow mixing and matching base color, shoelaces, eyelets and sole stripe for over 8000 unique combinations!

Requirements
Permissions and credits
Changelogs
Donations
Adds 21 pair of Converse for both body genders. Dynamic variants allow mixing and matching base color, shoelaces, eyelets and sole stripe for over 4000 unique combinations!

make your own modsbuy me a coffee


_Evander98_ for commissioning me, TheYorkshireDonny for the awesome preview screens, and everyone else who encouraged and supported me in these trying times of executive dysfunction.


Edit the following file:
Cyberpunk 2077\r6\tweaks\manavortex\converse.yaml
and save it under a new name (for example converse_custom.yaml) to save your changes from getting lost when I update.

To add a variant to the game (and the atelier store), remove the # at the beginning of the line and and make sure that the indent is the same as the line entries above it.
For documentation, see the preview pictures or check the wiki (for a different mod, but the principle is the same).





The item codes are generated as Items.manavortex_converse_<base_color>_<shoelace_color>
so if you make black converse with neon_red shoelaces, you will have to spawn
Game.AddToInventory("Items.manavortex_converse_black_neon_red")

Changing the colour of the eyelets or the stripe on the sole won't influence anything.

My Atelier Store has all of the item codes included, and you can find them as comments at the bottom of the .yaml file.

Standard codes:

Game.AddToInventory("Items.manavortex_converse_white_red")
Game.AddToInventory("Items.manavortex_converse_black_red")
Game.AddToInventory("Items.manavortex_converse_white_blue")
Game.AddToInventory("Items.manavortex_converse_black_blue")
Game.AddToInventory("Items.manavortex_converse_white_green")
Game.AddToInventory("Items.manavortex_converse_black_green")
Game.AddToInventory("Items.manavortex_converse_white_pink")
Game.AddToInventory("Items.manavortex_converse_black_pink")
Game.AddToInventory("Items.manavortex_converse_white_yellow")
Game.AddToInventory("Items.manavortex_converse_black_yellow")
Game.AddToInventory("Items.manavortex_converse_white_violet")
Game.AddToInventory("Items.manavortex_converse_black_violet")

Game.AddToInventory("Items.manavortex_converse_red_white")
Game.AddToInventory("Items.manavortex_converse_red_black")
Game.AddToInventory("Items.manavortex_converse_blue_white")
Game.AddToInventory("Items.manavortex_converse_blue_black")
Game.AddToInventory("Items.manavortex_converse_green_white")
Game.AddToInventory("Items.manavortex_converse_green_black")
Game.AddToInventory("Items.manavortex_converse_pink_white")
Game.AddToInventory("Items.manavortex_converse_pink_black")
Game.AddToInventory("Items.manavortex_converse_yellow_white")
Game.AddToInventory("Items.manavortex_converse_yellow_black")
Game.AddToInventory("Items.manavortex_converse_violet_white")
Game.AddToInventory("Items.manavortex_converse_violet_black")

Game.AddToInventory("Items.manavortex_converse_high_tops_white_red")
Game.AddToInventory("Items.manavortex_converse_high_tops_black_red")
Game.AddToInventory("Items.manavortex_converse_high_tops_white_blue")
Game.AddToInventory("Items.manavortex_converse_high_tops_black_blue")
Game.AddToInventory("Items.manavortex_converse_high_tops_white_green")
Game.AddToInventory("Items.manavortex_converse_high_tops_black_green")
Game.AddToInventory("Items.manavortex_converse_high_tops_white_pink")
Game.AddToInventory("Items.manavortex_converse_high_tops_black_pink")
Game.AddToInventory("Items.manavortex_converse_high_tops_white_yellow")
Game.AddToInventory("Items.manavortex_converse_high_tops_black_yellow")
Game.AddToInventory("Items.manavortex_converse_high_tops_white_violet")
Game.AddToInventory("Items.manavortex_converse_high_tops_black_violet")
                                               
Game.AddToInventory("Items.manavortex_converse_high_tops_red_white")
Game.AddToInventory("Items.manavortex_converse_high_tops_red_black")
Game.AddToInventory("Items.manavortex_converse_high_tops_blue_white")
Game.AddToInventory("Items.manavortex_converse_high_tops_blue_black")
Game.AddToInventory("Items.manavortex_converse_high_tops_green_white")
Game.AddToInventory("Items.manavortex_converse_high_tops_green_black")
Game.AddToInventory("Items.manavortex_converse_high_tops_pink_white")
Game.AddToInventory("Items.manavortex_converse_high_tops_pink_black")
Game.AddToInventory("Items.manavortex_converse_high_tops_yellow_white")
Game.AddToInventory("Items.manavortex_converse_high_tops_yellow_black")
Game.AddToInventory("Items.manavortex_converse_high_tops_violet_white")
Game.AddToInventory("Items.manavortex_converse_high_tops_violet_black")