vmroche Posted February 28 Share Posted February 28 Hi!, I'm making a player house mod, but in the exterior area, I get the hazards that the planet has. I would like to remove them and I cannot seem to find where can this be done. Besides, I choose Bardeen III, which is a planet with plenty of oxigen and an Earth like temperature. My character and NPC should not be wearing a suit outside, but still they do! Does anyone knows how to program the overlay, or the cell, for this two issues? Also, since I'm getting poor fps on the outside, when it get's foggy things get worse. Where can you program the exterior cells to always be sunny? just like in New Atlantis? Thanks for all the help! Link to comment Share on other sites More sharing options...
aurreth Posted February 28 Share Posted February 28 You're wearing a suit on Bardeen III because it has a weak magnetosphere (PlanetMagnetosphereType02Weak "Weak" [KYWD:00290FCF]). Change that keyword in the Planet Data Record (BardeenIIIPlanetData [PNDT:0005E526]) to fix the suit issue. 1 Link to comment Share on other sites More sharing options...
vmroche Posted March 1 Author Share Posted March 1 Thanks! I really do appreciate your help and I'll do that! and do you know where to change the settings for the weather and the hazards? Edit: I think I got it. As keywords in the same place as I setted the magnetosphere..... I'll see if it worked tomorrow..... Link to comment Share on other sites More sharing options...
aurreth Posted March 1 Share Posted March 1 (edited) 11 hours ago, vmroche said: Thanks! I really do appreciate your help and I'll do that! and do you know where to change the settings for the weather and the hazards? Edit: I think I got it. As keywords in the same place as I setted the magnetosphere..... I'll see if it worked tomorrow..... Weather isn't covered by a keyword. It's in the Climate (CLMT) record. To find the one you want look in the Planet record and find the Biome your house is in. In that Biome record find the Climate record. The Climate record will contain a list of Weather Settings (WSLT) entries. You can remove them wholesale, getting rid of all fog by removing WeatherFogList, or edit the referenced WTHS record to remove just one type. Note that this will affect multiple planets. There are some planets which have unique Climate records, but these are mostly in Sol System or have specific quest related content. So: PNDT > BIOM > CLMT > WSLT > WTHS Edit: Hazards are in the Biome record. Remove them there. Edited March 1 by aurreth Link to comment Share on other sites More sharing options...
Recommended Posts