FSI's Info Overload Mod

#52
Add the option to convert the entire rocket collider into a fairing collider, so that two rovers can move pass each other (idk if that is possible, but it would be very nice for transporting multiple reusable rocket)
 

QMSP

The Big Cheese
Modder
Tier 1 Ranker
ET phone home
Atlas
Voyager Quest
Floater
#56
I found a bug, fairings don't heat up when interior view is enabled
 
#57
I found a bug, fairings don't heat up when interior view is enabled
I've tried to minimise this mod's impact on the vanilla game, however the interior view mode disables certain part colliders which I have no control over. I can't fix that without a significant amount of effort, and so it'll remain as a minor bug.
 
Last edited:

QMSP

The Big Cheese
Modder
Tier 1 Ranker
ET phone home
Atlas
Voyager Quest
Floater
#58
And the angular rotation counter seems to cap at 3000 dps
 
#67
Announcing FSI Info Overload v2.0!
This update comes with a complete overhaul of the mod's code-base, including:
  • A significant re-work of the way the mod's `Functions` and `Readouts` are stored/handled, which will make it easier to add more of these in future updates.
  • A full re-work of the settings system; including moving the settings UI to UI Tools' Mod Settings panel.
  • More settings for the functions' and readouts' windows; including width, height, scale, and their 'Minimized' state (accessible through the "window-settings.txt" file).
  • Load/unload distances are now shown on the map (thanks to Verdix).
  • The "Physics FPS" readout is now actually correct.
PLEASE READ: This update's changes to the settings system means that your previous settings' files may cause errors when loading. It is highly recommended that you delete those files.

Download | Release
 

Darthan

Modder
Deja Vu
Hot Stuff
Space Glider
Swingin' on a Star
ET phone home
Atlas
Voyager Quest
Floater
#68
Looks there may be a bug somewhere. The build screen 'readouts' window has disappeared. However, it worked initially. When switching to the build screen the readout window appears briefly then disappears - can't see anything related to it in the F1 screen.
BuildScreen.png
F1_Screen.png

last few lines in C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\UITools\positions :

"fsi-info-overload.readouts.build": {
"x": -619.837036,
"y": 648.3862
},
"fsi-info-overload.functions.build": {
"x": -723.55835,
"y": 712.802856
},
"fsi-info-overload.readouts.world": {
"x": 1581.12512,
"y": 824.7567
},
"fsi-info-overload.functions.world": {
"x": -1047.70056,
"y": 912.5925
}

C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\InfoOverload\build-readouts.txt :

{
"Active Cheats": {
"settings": {},
"Visible": true
},
"Build Info": {
"settings": {},
"Visible": true
},
"Selected Parts Info": {
"settings": {},
"Visible": true
},
"Part Count": {
"settings": {},
"Visible": true
},
"Misc. Info": {
"settings": {
"FPS Interval": 0.5,
"Physics FPS Interval": 0.5
},
"Visible": true
}
}

C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\InfoOverload\window-settings.txt :
{
"WorldReadouts": {
"Width": 400,
"Height": 700,
"Scale": 1.0,
"Minimized": false
},
"BuildReadouts": {
"Width": 400,
"Height": 700,
"Scale": 1.0,
"Minimized": true
},
"WorldFunctions": {
"Width": 300,
"Height": 500,
"Scale": 1.0,
"Minimized": true
},
"BuildFunctions": {
"Width": 300,
"Height": 500,
"Scale": 1.0,
"Minimized": true
}
}
 
#71
Looks there may be a bug somewhere. The build screen 'readouts' window has disappeared. However, it worked initially. When switching to the build screen the readout window appears briefly then disappears - can't see anything related to it in the F1 screen.
View attachment 145978 View attachment 145979
last few lines in C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\UITools\positions :

"fsi-info-overload.readouts.build": {
"x": -619.837036,
"y": 648.3862
},
"fsi-info-overload.functions.build": {
"x": -723.55835,
"y": 712.802856
},
"fsi-info-overload.readouts.world": {
"x": 1581.12512,
"y": 824.7567
},
"fsi-info-overload.functions.world": {
"x": -1047.70056,
"y": 912.5925
}

C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\InfoOverload\build-readouts.txt :

{
"Active Cheats": {
"settings": {},
"Visible": true
},
"Build Info": {
"settings": {},
"Visible": true
},
"Selected Parts Info": {
"settings": {},
"Visible": true
},
"Part Count": {
"settings": {},
"Visible": true
},
"Misc. Info": {
"settings": {
"FPS Interval": 0.5,
"Physics FPS Interval": 0.5
},
"Visible": true
}
}

C:\Program Files (x86)\Steam\steamapps\common\Spaceflight Simulator\Spaceflight Simulator Game\Mods\InfoOverload\window-settings.txt :
{
"WorldReadouts": {
"Width": 400,
"Height": 700,
"Scale": 1.0,
"Minimized": false
},
"BuildReadouts": {
"Width": 400,
"Height": 700,
"Scale": 1.0,
"Minimized": true
},
"WorldFunctions": {
"Width": 300,
"Height": 500,
"Scale": 1.0,
"Minimized": true
},
"BuildFunctions": {
"Width": 300,
"Height": 500,
"Scale": 1.0,
"Minimized": true
}
}
Hmm, maybe try deleting the "fsi-info-overload.readouts.build" and "BuildReadouts" sections from UIToools.postions.txt and InfoOverload.window-settings.txt respectively?
 

Darthan

Modder
Deja Vu
Hot Stuff
Space Glider
Swingin' on a Star
ET phone home
Atlas
Voyager Quest
Floater
#72
Hmm, maybe try deleting the "fsi-info-overload.readouts.build" and "BuildReadouts" sections from UIToools.postions.txt and InfoOverload.window-settings.txt respectively?
That fixed that problem. However, after playing for an hour or so the world readouts disappeared instead. Deleting the equivalent sections for world readouts and restarting SFS seems to fhave (temporarily?) fixed the problem.