Cyberpunk 2077
A game by CD Projekt RED, the creators of The Witcher, based on Mike Pondsmith's tabletop game Cyberpunk 2020. The player is sent to the year 2077, where their... Read more
Cuffs on jeans
-
www.nexusmods.comDownloadArchive password: vgtimes
Always Cuff Your Jeans.
This mod adds rolled cuffs to all used jeans.
To receive:
Game.AddToInventory("Items.Pants_01_basic_01", 1)
Game.AddToInventory("Items.Pants_01_basic_02", 1)
Game.AddToInventory("Items.Pants_01_basic_03", 1)
Game.AddToInventory("Items.Pants_01_old_01", 1)
Game.AddToInventory("Items.Pants_01_old_02", 1)
Game.AddToInventory("Items.Pants_01_old_03", 1)
Game.AddToInventory("Items.Pants_01_rich_01", 1)
Game.AddToInventory("Items.Pants_01_rich_02", 1)
Game.AddToInventory("Items.Pants_01_rich_03",)
Always Cuff Your Jeans.
Этот мод добавляет подвернутые манжеты на все используемые джинсы.
Для получения:
Game.AddToInventory («Items.Pants_01_basic_01», 1)
Game.AddToInventory ( «Items.Pants_01_basic_02», 1)
Game.AddToInventory ( «Items.Pants_01_basic_03», 1)
Game.AddToInventory ( «Items.Pants_01_old_01», 1)
Game.AddToInventory ( «Items.Pants_01_old_02», 1)
Game.AddToInventory ( «Items.Pants_01_old_03 », 1)
Game.AddToInventory («Items.Pants_01_rich_01», 1)
Game.AddToInventory («Items.Pants_01_rich_02», 1)
Game.AddToInventory («Items.Pants_01_rich_03»,)
Useful links: