File information

Last updated

Original upload

Created by

Malefiquinn

Uploaded by

Malefiquinn

Virus scan

Safe to use

Tags for this mod

About this mod

Aviator sunglasses as Archive XL additions in 12 colorful tints (and an optional proper replica of Johnny's glasses), for female and male V.

Share
Requirements
Permissions and credits
Changelogs
Available colors

Tints:
- Clear (aka transparent)
- Light tint
- Dark tint (but not as dark as vanilla glasses)
- Sepia
- Red
- Apricot
- Yellow
- Mint
- Green
- Aqua
- Blue
- Purple

Frames:
- Silver (like Johnny's)
- Gold
- Chrome (cops wear these)
- Johnny (the actual aviators Johnny wears, with dark red glass)

Everything works for both female & male V. It's also possible to have more than one frame color at the same time, as these variations don't conflict with each other.

These are EquipmentEx compatible (for the glasses slot).

Optional files

As of 20/06/23, these glasses can also sit on top of V's head by using one of the "Up" files. The diference between "Up 1" and "Up 2" is just that 2 is worn a bit higher than 1 to account for some of the bulkier hair styles. I tried to reach a middle ground so that either one will work for most styles, as I will not provide more than these two options.

However, keep in mind that you can only use one mesh per frame. This means that if you want to use Silver Up 1, for example, you'll need to delete the regular Silver.archive from your mod folder. The .xl and .yaml files are shared, so it's okay if you're prompted to replace them.

Installation instructions

To install, unzip and drop the contents in the main game folder (usually GOG Galaxy\Games\Cyberpunk 2077 or Steam\steamapps\common\Cyberpunk 2077).

The Aranearum Atelier is not required, but recommended to buy these items ingame. Alternatively, the CET commands for those who don't use Atelier are:
Spoiler:  
Show
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Clear",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_TintLight",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_TintDark",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Sepia",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Red",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Apricot",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Yellow",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Mint",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Green",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Aqua",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Blue",01)
Game.AddToInventory("Items.Malefiquinn_SilverAviators_Purple",01)

Game.AddToInventory("Items.Malefiquinn_GoldAviators_Clear",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_TintLight",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_TintDark",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Sepia",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Red",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Apricot",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Yellow",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Mint",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Green",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Aqua",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Blue",01)
Game.AddToInventory("Items.Malefiquinn_GoldAviators_Purple",01)

Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Clear",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_TintLight",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_TintDark",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Sepia",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Red",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Apricot",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Yellow",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Mint",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Green",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Aqua",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Blue",01)
Game.AddToInventory("Items.Malefiquinn_ChromeAviators_Purple",01)

Game.AddToInventory("Items.Malefiquinn_JohnnyAviators",01)


To uninstall, simply remove the files from the game folder.


Licencing

By downloading and installing this mod you agree to use it at your own risk. I won't provide help with any issues this mod might cause on pirated copies of the game (buy it if you haven't yet). Do not re-host the files anywhere.


Credits

  • Big thanks to the CP77 modding wiki for the invaluable tutorials.