Kawaii Glasses
This is my first Cyberpunk mod. It contains a bunch of colorful glasses with glowing parts.
Mods required
Cyber Engine Tweaks
ArchiveXL
TweakXL
Optional mods (highly recommend)
Equipment-Ex – for glasses in glasses slot
Installation
1a. Open the winrar file
2a. Extract its content to the game directory
CatGlasses.archive to Cyberpunk 2077\archive\pc\mod
cat_glasses.xl to Cyberpunk 2077\archive\pc\mod
cat_glasses.yaml to Cyberpunk 2077\r6\tweaks
How to use
1. Open Cyber Engine Tweaks console
2. Copy one or two or… all of the codes from the list bellow
3. Paste to the console and press Enter
4. The item should appear in your inventory in headgear slot but if you’re using Equipment-Ex it will appear in Glasses slot as well
Codes
Game.AddToInventory(“Items.admixon_cat_glasses”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_green”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_blue”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_red”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_yellow”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_white”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_red_black”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_pink_black”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_white_black”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_yellow_black”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_green_white”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_blue_white”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_pink_white”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_blue_pink”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_green_pink”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_red_yellow”,1)
Game.AddToInventory(“Items.admixon_cat_glasses_blue_red”,1)
Known issues
Missing icons – once I learn how to add icons I’ll update the mod 😉
Missing glasses on bikes while 3rd person view – my friend told me how to fix it so I’m working on it