0 of 0

File information

Last updated

Original upload

Created by

Demon9ne

Uploaded by

Demon9ne

Virus scan

Safe to use

Tags for this mod

Documentation

Readme

View as plain text


Endgame Rewards Expanded
by Demon9ne

Additional post-epilogue clothing rewards.



My original intention when I started this project was to simply add retrothrusters to V's inventory after The Sun ending. However, once I realized what that change would entail, I took the project a few steps further and covered other endings and rewards too. The items you will be rewarded with after beating the game are the different endgame clothing pieces that you couldn't otherwise acquire. The quality of each reward item has been set to legendary (but they are otherwise unchanged).

This mod will provide you the additional rewards after completing the game's Devil, Star, and Sun endings. Because I couldn't figure out a way to test for Temperance, the additional items from the Temperance ending will be added to the Sun and Star endings, regardless of whether or not you choose the bridge or the well.

This mod was tedious to develop and test, but I'm optimistic that it's functional. That said, if it should fail, there are CET codes that you can enter to recieve the rewards.

CET Codes (The Devil)
Game.GetQuestsSystem():SetFactStr("q201_done", 1);
Game.ShowPONRRewardsPopup();
Game.GetQuestsSystem():SetFactStr("q201_done", 0);

CET Codes (The Star)
Game.GetQuestsSystem():SetFactStr("q202_done", 1);
Game.ShowPONRRewardsPopup();
Game.GetQuestsSystem():SetFactStr("q202_done", 0);

CET Codes (The Sun)
Game.GetQuestsSystem():SetFactStr("q203_done", 1);
Game.ShowPONRRewardsPopup();
Game.GetQuestsSystem():SetFactStr("q203_done", 0);

CET Codes (Temperance)
Game.GetQuestsSystem():SetFactStr("q204_done", 1);
Game.ShowPONRRewardsPopup();
Game.GetQuestsSystem():SetFactStr("q204_done", 0);

Changelog
- v1.0: Initial release

Mod Conflicts
- This mod may conflict with anything that edits the endgame rewards pop-up. Very unlikely.

Requirements
- TweakXL - https://www.nexusmods.com/cyberpunk2077/mods/4197
- Redscript - https://www.nexusmods.com/cyberpunk2077/mods/1511
- Cyber Engine Tweaks (CET) - https://www.nexusmods.com/cyberpunk2077/mods/107