Jump to content

Barar

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by Barar

  1. I'd make suggestions but they would be redundant as you look to be quite thorough. I look forward to playing with this mod when you release it.
  2. This one can supply you in orbit, but its limited to Kerbin, Mun and Minmus. It bills you on delivery of goods. It refills the tank on the part, charging what it cost to top off the tank. It also can be modified to any other resources you want to include. Just need to make a patch or edit the config. The module is 38tons empty, has the capacity of LF: 2880, Ox: 3520 and monopropellant: 750. So it may some effort to get it into space.
  3. You are using the latest version of Kerbal Space Program - 1.11.2.3077 Logs show. Environment Info Win32NT 7FFFFFFFFFFFFFFF Args: KSP_x64.exe -force-d3d9 Not sure why you have this in your arguments --> -force-d3d9 I thought DX9 was removed from unity a while back and affected 1.8 onward so it would not work. Not sure what happens when you put it in. Looking at your logs, it seems these three mods are generating most of your 1,484 errors on load. Only giving a brief example below. Not sure if this is normal for these mods. Kerbin Side is at KSP 1.9, Tundra Space is KSP 1.81, Omega's Stockalike is for 1.61 KSP. All probably have differently levels of compatibility with current KSP. I wonder if the errors are increasing the load times. You could try removing them and see if it helps. Just copy your entire KSP game to your desktop or someplace and run from there. You can then delete the folders manually and not worry about messing up your current install. As it was mentioned, more mods means longer load times.
  4. You could have a patch like this, then adjust to what you want. I did add in a few items. @PART[Large_Crewed_Lab]:FINAL { @MODULE[ModuleScienceConverter] { @dataProcessingMultiplier = 0.5 // Multiplier to data processing rate and therefore science rate @scientistBonus = 0.25 //Bonus per scientist star - need at least one! So 0.25x - 2.5x @researchTime = 7 //Larger = slower. Exponential! @scienceMultiplier = 5 //How much science does data turn into? } @ModuleScienceLab { SurfaceBonus = 0.1 ContextBonus = 0.25 homeworldMultiplier = 0.1 } } Lowering the dataProcessingMultiplier would slow the data processing thus the research yield you would generate per day. So yes it would make research gain slower and longer to process data. You could just put the scientistBonus to 0.0001 value. This would make it so the difference between a level 1 vs level 5 scientist was negligible. For researchTime, I tried a value of 100, and it threw no error when I tried. So I don't see why you could not, It does say it is exponential so a value change could have a big result. Here is the Wiki on the Lab and science calculations. https://wiki.kerbalspaceprogram.com/wiki/Mobile_Processing_Lab_MPL-LG-2 https://wiki.kerbalspaceprogram.com/wiki/Science These do a better explanation then I could write here and might help.
  5. This may be the mod, it is only one part that uses monopropellant and a thrust of 1. Its called "Extendable RCS Boom".
  6. I look forward to using this mod, it looks well planned out. A couple questions. Is the workshop its own part or is it patched to existing KSP parts? If it has its own part and can house Kerbals, will the Kerbals have any effect on production or builds? Some examples. Will the shop work faster if you have more than one Kerbal Engineer. Will you only be able to build certain parts depending on who is on board, like science parts if you only have a scientist on board. Of course an option to turn it off. Just like reasons to take more than one of each Kerbal class. I wish you luck working toward a release.
  7. Well jet engine don't work on Eve because it has no oxygen. But you could take a look at this mod, it might help. Just make sure you download the proper version for 1.6.1. I haven't been to Eve very much, but if this doesn't work. You could always just mod the Eve engines and make them extremely efficient. Then you could just drop them on a aircraft.
  8. This should be posted in Technical Support (PC, modded installs). Looking at the message, it says "This is likely caused by an earlier error or by ModuleManager being missing or out of date" Looking at your Player.log. I do not see ModuleManager v4.1.4.0 under Mod DLLs found. I checked my own log and it shows up. Could you verify that it is in the GameData folder since I see the other ModuleManager files are present.
  9. @PART[*]:HAS[@MODULE[ModuleScienceExperiment],!MODULE[ModuleScienceContainer]] { @cost *= 12.35 } Could do something like this. This will search for all parts that have ModuleScienceExperiment and eleminate any that also have ModuleScienceContainer. Since most command pods have the ModuleScienceContainer this should avoid increasing the cost of them. Only increasing the ones with science experiments. Adjust the @cost multiplier to your liking. Might be a few parts that get an unexpected increase or missed with this patch. I did do a quick test and it looks to work.
  10. I always wondered why modpacks never took off with KSP. It would be cool in CKAN if you could select someone's modpack and it downloaded all the mods and any extra patches the ModPack author has made for them to work together. I do hope this takes off. As it could bring in vastly different play styles. I always enjoy the Near Future parts and its hard not to recommend them.
  11. Looking at the parts, I can see where you want to go. This is setup to swap out the texture. The next issue will be that it swaps out all the textures for the one replacing it. This is from what I can tell is that the variant module can only handle one texture swap to the part, at a time. The only way I can see around it using the Variant system would be to create a texture file that would be a combination of c125-colormap.dds/Copper.dds in one texture file. With every variant being a combination of c125-colormap.dds/aluminum.dds, c125-colormap.dds/gold.dds, c125-colormap.dds/silver.dds and so on. Combined into one file, also making sure the UV maps line up, so would need the same texture layout. The other way would be to skip swapping out the texture. You would rebuild the model, naming the gameobject unique names, and then flag them true or false. The GAMEOBJECTS in this case being the tanks that have a texture applied to it, but just made invisible till you make it visible. I'll mess with the sphere tanks and try to send you a model.
  12. So a few problems if you are running 1.9 KSP. You have some outdated mods. This is causing some issues. You have B9PartSwitch v2.6.0.0 Compiled against KSP 1.6.1 . See newer release below. You probably also need to update NearFutureAeronautics-1.0.4. Not sure what version you have. But this may give you the missing WildBlueIndustries dll's that are causing these errors on NearFutureAeronautics on several parts. For Example. [LOG 23:00:05.280] PartLoader: Compiling Part 'NearFutureAeronautics/Parts/Engine/LiftFans/nfa-liftfan-10-1/nfa-liftfan-10-1' [ERR 23:00:05.297] Cannot find a PartModule of typename 'WBIHoverController' [ERR 23:00:05.305] Cannot find a PartModule of typename 'WBIPropSpinner' [ERR 23:00:05.305] Cannot find a PartModule of typename 'WBIPropSpinner' Community Category Kit is release V4.0.0.0 made for KSP 1.5.0 Latest one is CCK 4.1.0.0 for KSP 1.8.1 https://github.com/BobPalmer/CommunityCategoryKit/releases CommunityTraitIcons v1.0.0.0 is for KSP 1.4.x / 1.3.x Latest update only shows update to KSP 1.7.x but seems to work for me. https://github.com/cake-pie/CommunityTraitIcons/releases/tag/v1.1.1 In the AirplanePlus mod, you seem to be getting a bunch of DDS format errors and then parts not loading. Seems 18 or so parts wont load, only did a quick count. [LOG 22:57:21.572] Load(Texture): AirplanePlus/Parts/Utility/Skid/skidtex [ERR 22:57:21.573] DDS: DXT3(256x256, MipMap=True) - DXT3 format is NOT supported. Use DXT5 [WRN 22:57:21.573] Texture load error in 'C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\GameData\AirplanePlus\Parts\Utility\Skid\skidtex.dds' [ERR 22:58:34.250] Texture 'AirplanePlus/Parts/Command/airbuscockpit/AerojetKerbodyne' not found! [LOG 22:58:35.491] Load(Model): AirplanePlus/Parts/Utility/Skid/model [ERR 22:58:35.494] Texture 'AirplanePlus/Parts/Utility/Skid/skidtex' not found! You should also give this a read. You are getting a bunch of NullReferenceException from this issue. You are also getting these errors for StationPartsExpansion. I do not use this mod but it looks like the one for KSP 1.5.1. Should just mean missing parts. My last suggestion would be to copy the "Kerbal Space Program" folder from you steam folder onto your desktop or other location and launch from that location. So you wont get hit by updates and possibly ruin your save or stable setup.
  13. @zer0Kerbal I have played around with the variant system. Usually just followed the examples from some parts like the expansion fuel tanks. The mk2LanderCan_v2 can show some advanced options if you want to go beyond texture swapping. It can disable the gameobject meshes, colliders and even animations. You can also adjust nodes, costs and mass. You can find some more information here if you have not seen this thread.
  14. I use this mod and it works well for me. Not exactly what you are looking for but might be worth to take a look.
  15. @zer0Kerbal When you say it fails, does that mean it doesn't load, part is distorted, parts are all one color? Shadowmage is smart on all the other stuff. I hope this helps and correct me if I am wrong on any of it.
  16. Hi @Stone Blue, Which issue are you trying to resolve? Is it the export model orientation or making the fairing collider? If you could provide the model or blender file for download. I could take a look and orient it properly and you could review it.
  17. It does looks like you have a bunch of NullReferenceExceptions for texturesunlimited. And it looks like it is not updated to 1.8 yet. Also on page 383 of the SSTULabs forum it mentions the fairing colours and shadows not working properly and need to wait for an update.
  18. The size is determined by the model and I don't think can be changed. What you need to use is ModuleEnginesFX This is a patch I made for an engine. I did have to add in some thrusttransforms from a model and to note. When using multiple prefab particles in the same effect, each must have a unique name. As you can see there is a localRotation, localScale, and localOffset. But depending on the FX, some dont work being rescaled. It has to do with a version of unity it was made with not supporting local scale. Don't have a list of which. Also the smoke trails tend to go sideways and needs reorienting. Not sure if localRotation does actually work or not. Its been a while since I played with it.
  19. Hi NadenH, The animation is contained in the model.mu file. Do you mean you want to add the USI_Harvester module to the restock part so you can mine resources with that drill? I have not used Restock so I am unfamiliar how it is set up. Here is some info on the ModuleAnimationGroup since you are referencing MKS. Some information is not complete. https://github.com/UmbraSpaceIndustries/MKS/wiki/Modules This is for the KSP wiki which may help with some modules. https://wiki.kerbalspaceprogram.com/wiki/Module To read up on what the @ symbol does and making patches here is the Module Manager handbook. https://github.com/sarbian/ModuleManager/wiki/Module-Manager-Handbook I hope these links will help you make the changes you want.
  20. Well you have 52,450 System.NullReferenceException. It looks like a bunch are from the BonVoyage mod. You are currently running the version for KSP 1.3.1. BonVoyage v0.13.2.1 Version 0.13.2.1 for Kerbal Space Program 1.3.1 Version 1.0.1.1 for Kerbal Space Program 1.8.1 Looking at the other mods, it seems many of them are out of date also. Like Kopernicus, it is not out for 1.8 yet and is version locked. My suggestion would be to do fresh install and use CKAN to install 1.8 mods. If you want Planet Packs, you will need to revert to a 1.7 or earlier version compatible with Kopernicus.
  21. My favorite is probably moons in the rings around a large gas planet. Lots to see and explore. If there's a planet off by itself, that is hard to get to and doesn't have much for resources. I only hit it up to check it off a list. Even if it may be a wonderful planet. I do like the idea of it around Valentine, that way you don't need to worry about compatibility as much with other mods. It would be neat to have some small body or bodies between Kerbol and Valentine to act as a way station. Something in a really high orbit around Kerbol that is caught between the gravity of both stars. Just to build on your mod. I do look forward to your planet, are you going to wait for Kopernicus 1.8 Version release or release for 1.7?
  22. I think you need to add the resource definition. This will determine its weight, cost and various other properties. If you want it to be found on planets for mining. You will need to define planetary resources. See this example for Dirt from the mod Community resource pack. Then you would need to set up the scanners and drills to find and mine them. You may also need to use ModuleRCSFX to have the thrust show properly. One last thing is the name Artron Banks. I am not sure since I have not tested it. But you may need to put it in as ArtronBanks with no space for it to work. This would apply to the above configs.
  23. Planet looks great. I always liked Extrasolar since it give me something farther to reach for and pack a big mission to send out.
×
×
  • Create New...