Cyberpunk 2077

File information

Last updated

Original upload

Created by

Fronky

Uploaded by

FronkenZeepa

Virus scan

Safe to use

About this mod

Tron-inspired shoes to match with Apzurv's Tron suit mod. 4 variants in 4 colors.

Requirements
Permissions and credits
Changelogs
I was commissioned by someone to make some Tron-inspired shoes to match the existing Tron suit mod by Apzurv

Features:
-4 variants x 4 colors (blue, red, yellow, purple) = 16 total.
-FemV only

Possible Incompatibilities:
-Cyberpunk Ultra Plus Better Path Tracing and Stutter Hotfix. (At least one report of my mod and this mod interacting in crashy ways, though I can't replicate this myself)

You can buy the shoes from my Virtual Atelier store here:
Fronky's Fashions

Install:
Manual: extract the contents of the zip into your game directory.
Mod Manager: Hit the button to download with manager. I truly hope I don't have to explain more.

Uninstall:

Manual: Delete all the files that the mod installed (click "Preview File Contents" to see what it added and where).
Mod Manager: Yeah, I think you know how.

Special thanks to DBK01 for the idea!

Join us on the Cyberpunk 2077 Modding Community Discord

Buy me a Ko-fi

CET Codes:

Spoiler:  
Show
Game.AddToInventory("Items.tronshoes1blue", 1)
Game.AddToInventory("Items.tronshoes2blue", 1)
Game.AddToInventory("Items.tronshoes3blue", 1)
Game.AddToInventory("Items.tronshoes4blue", 1)
Game.AddToInventory("Items.tronshoes1red", 1)
Game.AddToInventory("Items.tronshoes2red", 1)
Game.AddToInventory("Items.tronshoes3red", 1)
Game.AddToInventory("Items.tronshoes4red", 1)
Game.AddToInventory("Items.tronshoes1yellow", 1)
Game.AddToInventory("Items.tronshoes2yellow", 1)
Game.AddToInventory("Items.tronshoes3yellow", 1)
Game.AddToInventory("Items.tronshoes4yellow", 1)
Game.AddToInventory("Items.tronshoes1purple", 1)
Game.AddToInventory("Items.tronshoes2purple", 1)
Game.AddToInventory("Items.tronshoes3purple", 1)
Game.AddToInventory("Items.tronshoes4purple", 1)