Cyberpunk 2077 "Откровенный комбинезон из спандекса"

Гардероб одежды главной героини Cyberpunk 2077 помолнится новыми эротическими нарядами. Новая модификация добавляет в игру боди-комбинезоны разных вариантов и цветов из спандекса, которые подчеркивают тела девушек в игре.

Мод поддерживает следующие тела:

Получить новую одежду можно через виртуальный магазин Subleader Virtual Atelier или с помощью кода, который нужно ввести в консоли Cyber Engine Tweaks:

Спойлер

Game.AddToInventory("Items.sub_inline_bodysuit_black_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_black_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_black_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_black_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_black_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_black_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_black_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_black_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_blue_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_brown_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_red_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_red_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_red_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_red_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_red_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_red_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_red_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_red_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_rose_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_vault_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_yellowblack_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_green_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_green_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_green_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_green_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_green_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_green_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_green_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_green_cloth_nolegs")

Game.AddToInventory("Items.sub_inline_bodysuit_white_metal")
Game.AddToInventory("Items.sub_inline_bodysuit_white_metal_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_white_metal_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_white_metal_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_white_metal_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_white_metal_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_white_metal_nolegs")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth_fishnet_01")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth_fishnet_02")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth_fishnet_03")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth_fishnet_04")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth_fishnet_05")
Game.AddToInventory("Items.sub_inline_bodysuit_white_cloth_nolegs")

Совместимость мода:

  • Версия игры от 1.6 до 2.1+

Требования:

Установка:

  • Скачайте необходимый мод и установите его.
  • Распакуйте rar в *:\GOG\Cyberpunk 2077\ или *:\Steam\Cyberpunk 2077.
  • Создайте папку mod, если у вас ее нет.

Автор: Veegee

111
30
Комментарии:  30
Ваш комментарий

А кто нибудь вообще обновляет моды для 2.2+.....
ну и бред

У меня небольшая проблема (или баг) когда я еду на мотике через одежду просвечивают трусы, при том что во вкладке "снаряжение" трусов нет, и на этапе создания перса из не было. Подскажите как исправить. Заранее спасибо

что ж такие секс девки то 😀😍😍😍😍😍😍😍

Где я могу такую причу найти? На нексусе искал - нема, тут тоже :(

ЗАГРУЗИТЬ ВСЕ КОММЕНТАРИИ