Fixes the bug with Undiscovered Temples in the game's UI so it won't be higher than the actual number of temples there are to discover
Permissions and credits
Credits and distribution permission
Other user's assetsThis author has not specified whether they have used assets from other authors or not
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
The first time I played through the game, I was terribly confused when I ran out of Power from Beyond quests yet the UI was claiming I still had more temples to find. With this in mind, I put on my detective gear and got to work looking through the game scripts to see what was going on and eventually was able to come up with this fix.
The simple explanation for what this mod does is that when you are given an artifact, the game will increase the number of undiscovered temples by 1. This mod adds a check to the script so that if the game has already registered you as having that artifact then it won't increase the number.
The longer explanation is that there are points in the game where the game will increase the number of undiscovered temples by calling a script function named "SetPlayerAcquiredArtifact". The game has a few different points where it calls this when it shouldn't such as near the beginning of New Game Plus where it calls this function three times before you have actually been given any artifacts, leaving you with more undiscovered temples than you should have. I did not change this part as I didn't want to modify anything about how the game worked, only correct the bug, so the result is that you shouldn't notice any differences in your game when installing this mod other than seeing the correct number of undiscovered temples in your UI.
Made using Caprica using decompiled scripts from Champollion Requires Archive Invalidation to use To install place the unzipped Scripts folder into your Starfield\Data folder or use your favourite mod manager