comes with 10 attachments, a full auto version and has a custom muzzle flash and melee effect
-Arc Nozzle - Fires 6 projectiles, 15% damage increase
-Power Nozzle - 30% damage increase, 15% crit chance
-Pierce Nozzle - Bullets can pierce through walls, Increases Headshot Multiplier and Armor Penetration by 50%
-Long Barrel - 100% Effective Range increase
-Long Barrel+Arc Nozzle - Same as Arc Nozzle + 100% Effective Range increase
-Long Barrel+Power Nozzle - Same as Power Nozzle + 100% Effective Range increase
-Long Barrel+Pierce Nozzle - Same as Pierce Nozzle + 100% Effective Range increase
-Suppressor - 100% Stealth Damage, 15% crit chance
-Long Barrel+Suppressor - Same as Suppressor + 100% Effective Range increase
-Reflex Sight
Vanilla sights and scopes also work well
Install this mod to fix malorian scope problem
Install this mod to remove "Action Blocked" when trying to remove attachments
You can fix any audio problems by downloading Trigger mode control main mod, install the whole mod or you could just install the "AudioFixes.reds" file. it's located in r6\scripts\TriggerModeControl. Put that file in your r6\scripts folder
Comes with a crafting recipe that can be bought from most gun vendors in Night City or added using CET
The gun itself can only be bought in my virtual atelier or at one junkshop (see pics for location) or added using CET
Game.AddToInventory("Items.Starshard",1)
Game.AddToInventory("Items.Starshard_FullAuto",1)
Game.AddToInventory("Items.Starshard_Arc_Nozzle",1)
Game.AddToInventory("Items.Starshard_Power_Nozzle",1)
Game.AddToInventory("Items.Starshard_Pierce_Nozzle",1)
Game.AddToInventory("Items.Starshard_Suppressor",1)
Game.AddToInventory("Items.Starshard_Long_Barrel",1)
Game.AddToInventory("Items.Starshard_Long_Barrel_Arc_Nozzle",1)
Game.AddToInventory("Items.Starshard_Long_Barrel_Pierce_Nozzle",1)
Game.AddToInventory("Items.Starshard_Long_Barrel_Power_Nozzle",1)
Game.AddToInventory("Items.Starshard_Long_Barrel_Suppressor",1)
Game.AddToInventory("Items.Starshard_Reflex_Sight",1)
Game.AddToInventory("Items.Starshard_Recipe", 1)
Game.AddToInventory("Items.StarshardFull_Recipe", 1)
Starshard Gameplay
How to edit weapon stats
Open the "Starshard.yaml" file with a text editor
Rate of Fire : Line 130 - Increase the value for LOWER rate of fire and decrease the value for a HIGHER rate of fire.
Magazine Capacity: Line 118 - 0 = default (10 rounds) Example: If you want 25 rounds you'll put "15" as the value
Damage: Line 124 -Higher number = more damage, lower number=lower damage
Ricochet: To enable bullet ricochet, change the "-1" on lines 136 and 142 to "0"
Tools used:
3DS MAX 2021 - Importing, Rigging and Exporting 3D meshes
Blender 3.6 - Additional mesh editing and texture mapping
Noesis - Importing and Exporting meshes to Cyberpunk 2077 format
Noesis script for 3DS Max - Importing .mesh files to 3DS MAX
Wolvenkit - Extracting and editing various game files (basically the backbone to Cyberpunk 2077 modding)
Adobe Photoshop CS6 - Editing textures
Notepad++ - Editing .yaml files
Thank You to all the people who helped create these tools and Todd Howard