Crimson Fleet Eye of the Storm Quest Fix
⚪ Last updated 2023⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 🏆 #462 of 468 Gameplay mods in this game by downloads
📋 About This Mod
Attempts to fix the issue with the credtanks bug that makes you need to reload the game.
Performed an in-depth review of the code for the mission CF07 "Eye of the Storm". It actually is 2 quests running in parallel... the second quest is LC107 "Legacy". The credtank to datacore transfer is handled in LC107. In short, I've added an additional condition to a while loop in a function called for by many other functions needed to progress the quest.
In my game, this while loop was likely where the quest got hung because the Global LC107CredTankShelvesCurrentGlobal = 116. 00 (the value in my multiple attempts of testing was between 110 and 130), and would never get to LC107CredTankShelvesTotalGlobal = 202. 00, which is needed to exit the while loop. What my "fix" does is add an int called failsafe. Since the script is waiting for this value to be updated outside the script and checks it every less than a second, I also require that the value must be changing every less than a second. If the value isn't changing (like we should expect it to), we exit the while loop. It's more important to continue the quest than whatever visual oddity may be going on with the credtanks.
Unfortunately, I can no longer reproduce the bug (as normally it is resolved on the restart of the game) to confirm. Loading a prior save and attempting to re-do the quest I couldn't reproduce it with the script. I have, of course, run through this mission myself with the script and confirmed it shouldn't create issues. So, I turn to the community to confirm if we finally got it done.
This mod is a script fix, it will not take up an ESM slot. In order to load loose files, be sure to enable archive invalidation in your starfield ini! Mod manager always recommended.
📊 Mod Details
- Game
- Starfield Mods
- Author
- Korodic
- Version
- BETA
- Downloads
- 301
- Endorsements
- 30
- Category
- Gameplay
- Created
- 12/4/2023
- Updated
- 12/4/2023
🔧 How to Install Starfield Mods
Download from Nexus.
📖 Full step-by-step install guide for Starfield →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Starfield commands, item IDs, and more.
Keep browsing — more Starfield mods await