I visited the area of the quest early and didn't get the Send a Crew shard from the merc Chase Coley kills. I revisited the area later and killed Chase Coley but the Send a Crew body had despawned.
Tried reporting it. But when I click on submit it starts submitting with a spinning thing at the end. But then just stops. I have no clue if it came through or notYou can report quest issues here (change the platform on the left if needed).
player.inventory.addItem(Items.ma_std_rcr_11_shard_merc, 1)
this workedWith the help of the CyberConsole mod I was able to figure out a workaround.
With the CyberConsole you can open a debug console in the game and execute this command:
This will add the "Send a Crew" shard to your inventory and let you finish the quest. Good luck, everyone!Code:player.inventory.addItem(Items.ma_std_rcr_11_shard_merc, 1)
Thank you kind stranger!With the help of the CyberConsole mod I was able to figure out a workaround. ...
Okay so this worked for me BUT the shard "Doesn't Look Too Good" is also missing and I've been trying to find anything for that but so far nada, any chance you got a workaround for that? or..With the help of the CyberConsole mod I was able to figure out a workaround.
With the CyberConsole you can open a debug console in the game and execute this command:
This will add the "Send a Crew" shard to your inventory and let you finish the quest. Good luck, everyone!Code:player.inventory.addItem(Items.ma_std_rcr_11_shard_merc, 1)
greetings, sire! I have probably the same issue with "cyberpsycho sighting ticket to the major leagues", how can I find a code for that? can u please guide me?With the help of the CyberConsole mod I was able to figure out a workaround.
With the CyberConsole you can open a debug console in the game and execute this command:
This will add the "Send a Crew" shard to your inventory and let you finish the quest. Good luck, everyone!Code:player.inventory.addItem(Items.ma_std_rcr_11_shard_merc, 1)
As of 1.05, console commands no longer work, but you can still run the scripts...well this doesn't work anymore in 1.05... Any chance we get a fix for this now or do I have to redownload and reinstall 1.04?
The Command is Game.AddToInventory("Items.ma_std_rcr_11_shard_merc", 1)As of 1.05, console commands no longer work, but you can still run the scripts...
So, use this instead:
AddToInventory(Items.ma_std_rcr_11_shard_merc, 1)
I just tried it and it still works. Hope this helps!
P.S.
I'm using the latest Cyber Engine Tweaks and the script works.