-
Posts
188 -
Joined
-
Last visited
Reputation
181 ExcellentProfile Information
-
About me
Retextures stuff
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
[1.3.1 - 1.12.x] Outer Planets Mod [v2.2.11] [31st Aug 2024]
planeguy868 replied to Poodmund's topic in KSP1 Mod Releases
When I try to fly near/land on OPM bodies, the textures and terrain meshes are extremely blurry and low-res. On the surface, there are no terrain scatters either. I've attached my KSP log file, but of note I was able to find these error messages in the log. I'm running with Ultra terrain scatters, and OPM + Astronomer's Visual Pack. [WRN 15:17:06.192] Cannot find preset 'High' for pqs 'Karen' [WRN 15:17:06.211] Cannot find preset 'High' for pqs 'Plock' [WRN 15:17:06.229] Cannot find preset 'High' for pqs 'Nissee' [WRN 15:17:06.247] Cannot find preset 'High' for pqs 'Thatmo' [WRN 15:17:06.266] Cannot find preset 'High' for pqs 'Tal' [WRN 15:17:06.284] Cannot find preset 'High' for pqs 'Wal' [WRN 15:17:06.302] Cannot find preset 'High' for pqs 'Priax' [WRN 15:17:06.320] Cannot find preset 'High' for pqs 'Polta' [WRN 15:17:06.341] Cannot find preset 'High' for pqs 'Tekto' [WRN 15:17:06.359] Cannot find preset 'High' for pqs 'Slate' [WRN 15:17:06.395] Cannot find preset 'High' for pqs 'Ovok' [WRN 15:17:06.413] Cannot find preset 'High' for pqs 'Hale' https://www.dropbox.com/s/18kbsollf61a28r/KSP.log?dl=0 KSP.log Dropbox link attached. -
I'm trying to make a patch for the BeamedPower mod that applies a WirelessReceiver module to every single solar panel, using a crude scale factor assuming that panel area is directly proportional to EC/s produced. .cfg attached, but I'm getting errors and thus far haven't been able to get this patch to work. Any tips for where I'm going wrong? @PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]:HAS[#resourceName[ElectricCharge]],!MODULE[ModuleCommand],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[BeamedPowerStandalone] { // Make all NFS panels beamed energy receivers, assuming 1 EC/s = 1m2 of receiving area %EC = #$@MODULE[ModuleDeployableSolarPanel]/chargeRate$ %Area = #$EC$ @Area *= 1 // Convert to diameter (since beamed power uses that as a measure... assume a circular receiver) %Diam = #$Area$ @Diam *= 0.318309886 @Diam != 0.5 @Diam *= 2 MODULE { name = WirelessReceiver recvType = Directional recvDiameter = #$../Diam$ recvEfficiency = 0.98 } } Log errors are: [LOG 17:27:52.929] Applying update zzz_MyCustomPatches/Solar/@PART[*]:HAS[@MODULE[ModuleDeployableSolarPanel]:HAS[#resourceName[ElectricCharge]],!MODULE[ModuleCommand],!MODULE[ModuleEnginesFX],!MODULE[ModuleEngines]]:NEEDS[BeamedPowerStandalone] to Bluedog_DB/Parts/Hexagon/bluedog_Hexagon_SolarPanel.cfg/PART[bluedog_Hexagon_SolarPanel] [ERR 17:27:52.930] Error - Cannot parse variable search when replacing (%) key EC = #$@MODULE[ModuleDeployableSolarPanel]/chargeRate$ [WRN 17:27:52.930] Cannot find key EC in PART [ERR 17:27:52.930] Error - Cannot parse variable search when replacing (%) key Area = #$EC$ [WRN 17:27:52.930] Cannot find key Area in PART [ERR 17:27:52.930] Error - Cannot parse variable search when replacing (%) key Diam = #$Area$ [WRN 17:27:52.930] Cannot find key Diam in PART [ERR 17:27:52.930] Error - Cannot parse variable search when inserting new key recvDiameter = #$../Diam$ Edit: The line that seems to be causing trouble is the one that pulls the chargeRate from the solar panel module. Not sure why, though. Edit 2: Fixed it! For anyone else's future reference, I changed the chargeRate line to: %EC = #$/MODULE[ModuleDeployableSolarPanel]/chargeRate$
-
I'm not seeing any Optional folders in any of the release .zip files. Moreso, I searched the entire Git repository and couldn't find the configs. Am I going crazy and looking in the wrong place?
- 323 replies
-
- scatterer
- environmentalvisualenhancements
-
(and 3 more)
Tagged with:
-
I ain't seeing it in the release files. What's the exact path?
- 323 replies
-
- 1
-
-
- scatterer
- environmentalvisualenhancements
-
(and 3 more)
Tagged with:
-
This looks incredible! Absolutely loving using it so far. One question, though: I haven't been able to locate the TUFX profile mentioned in the changelogs - was it removed?
- 323 replies
-
- 1
-
-
- scatterer
- environmentalvisualenhancements
-
(and 3 more)
Tagged with:
-
When I install SimpleLogistics and its dependencies, it does not appear in the stock toolbar. It's most likely an installation issue on my end, but I've been scratching my brain trying to figure out what's making the toolbar icon not appear.
-
[1.4.X] Commonwealth Rockets - Tea Powered Spaceflight!
planeguy868 replied to CobaltWolf's topic in KSP1 Mod Development
@Drakenex I may be mistaken, but I'm pretty sure those fairing textures, I made years ago (I recognize the light gray rectangle above the color change, I added that to imitate Angara). I've lost my hard drive with my old files on it, any chance you could send the textures back to me? -
@CobaltWolf Following up on your earlier remark for which Saturn parts seem to be lacking the right rim lighting settings. Hopefully this simplifies things and means you don't have to dig through all your old parts to see what has that issue. S-IV 3.75m interstage S-IV 3.75m instrument ring/probe core S-IVB fuel tank (not the S-IVC extension) S-IVB engine mount The 3.75m SLA and SLA-derived payload fairing That's all I've been able to find so far. Hope this makes things a bit easier.
-
Hi @CobaltWolf, been a long-time user of this mod (mainly for the ETS parts/Saturn Multibody). I recently updated to the newest version of BDB, and I'm getting a weird texture bug on a lot of the parts. I attached a screenshot that sorta shows what's going on. Some of the parts appear to be partially highlighted in-flight, almost like a specular map bug. When I'm in the hangar, that issue persists, until I mouse over the parts in question, and they go back to normal. Have you seen this before? Edit: I have been able to replicate this bug on a stock install, with just BDB and required mods installed. Also @Drakenex I've seen you mention a Github repository a couple of times on here, is that just the BDB Git, or is there another one with more dank textures?