General Question module not visible in ''select ship''

IronRain

The One and Only (AFAIK)
Administrator
Moderator
Orbiter Contributor
News Reporter
Donator
Joined
Oct 11, 2009
Messages
3,488
Reaction score
407
Points
123
Location
Utrecht
Website
www.spaceflightnewsapi.net
hya all,

i'm building my own space station and i already have a couple modules docked to it. but now, the list of spacecrafts in the ''select ship'' window (F3) is there a way to make some of those modules invisible?

thanks!

IronRain
 
if the modules are .cfg based put at the top of the .cfg file
"EnableFocus = false" that should stop it showing in the "F3" window
 
the modules .cfg , the content should be something like this
Code:
Meshname = burchismo\BN301
Mass = 3000
Size = 6.0
Inertia = 7.7 7.7 2.3
[COLOR=Red]EnableFocus = false[/COLOR]
 
Hey yeah, that is a big help. Thanks a bunch! That really cleaned things up.
 
It works with all vessels, including spacecraft3 ones, since all vessels have a .cfg file. spacecraft3 vessel's cfg files just reference the respective .ini file.
 
mmmm I tried it but it didn't work. do you mean the .cfg file in the config folder?? :P
 
Last edited:
mmmm I tried it but it didn't work. do you mean the .cfg file in the config folder?? :P

Yes.

It would be heplful if you could say what module you are trying to hide and what .cfg file you have edited.
 
well, I try to hide pirs_DC_1
i already managed to hide PMA so I think i just had the wrong.cfg file...
but i really can't find the pirs.cfg...

---------- Post added at 04:59 PM ---------- Previous post was at 04:56 PM ----------

never mind, I forget to look in the sub folders -.-
 
Maybe it's DLL rather than CFG - I'm not sure if you can hide a DLL based addon from the F3 list if it's a DLL....
 
I already saw what I was doing wrong: forget to look in the sub folders XD

thanks anyway
 
Back
Top