Jump to content

Mecripp

Members
  • Posts

    5,211
  • Joined

  • Last visited

Everything posted by Mecripp

  1. I seen Monkey made it off the pad and is now in space shouldn't belong to the station now
  2. I think this mod is pretty close to it https://forum.kerbalspaceprogram.com/index.php?/topic/151164-14x-real-battery-v141/ EDIT- Take that back that one looks like just batterys
  3. If you look in the download for this mod you will see a TextureReplacer folder open it then Default keep going to you see command you will see they added some textures and a handing tool to use to find a name of a mesh is https://forum.kerbalspaceprogram.com/index.php?/topic/135726-1x-debugstuff-2018-03-13-see-the-hidden-secrets-of-the-game-objects/
  4. If you leave mesh = ( blank ) it gets it all and if all shine stuff is what you want you could do @PART[*]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } that would do all not sure if it would lag or not
  5. If you wanted everything to shine you could do @PART[mk1pod_v2]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } @PART[mk1-3pod]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } @PART[MEMLander]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } @PART[Mk2Pod]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } @PART[kv1Pod]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } @PART[kv2Pod]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } } @PART[kv3Pod]:HAS[!MODULE[TRReflection]]:NEEDS[TextureReplacer] { %MODULE[TRReflection] { %name = TRReflection %shader = Reflective/Bumped Diffuse %colour = 0.5 0.5 0.5 %interval = 4 %meshes = } }
  6. Yes same thing I think, seen it adds a box there still even on the stock ones and that's a no go for me adding the mesh collider, I broke things lol
  7. What do you mean not working ? you must be using the wrong download link for what you have installed one works with TRR and one for TR be sure to get the right one
  8. I took out the wheel Collider in both mods, I should have added a mesh collider to them
  9. Will have to play around with changing it to ModuleWheelDeployment , I would think its just finding the right names but should work
  10. I could use your help on this thread https://forum.kerbalspaceprogram.com/index.php?/topic/85645-102-exploration-rover-system-by-aset-090515/ JSI PartUtilities you can get here https://github.com/linuxgurugamer/PartUtilities/releases and here is a download with the BoxCollider removed from the wheels https://www.dropbox.com/s/cmiv1y13dxb7pkc/ASET Rovers.zip?dl=0
  11. @wile1411@alexustas Alittle update for the Rover there is 2 download you can pick what one you want to use First one needs plugin firespitter you can get it here https://snjo.github.io/ https://www.dropbox.com/s/bijvs043ph6677q/PRC ( FS AnimateGeneric ).zip?dl=0 2nd all stock no plugin needed https://www.dropbox.com/s/ixfc6k4k3jemncq/PRC ( ModuleAnimateGeneric ).zip?dl=0 credit to @alexustas@wile1411@Mecripp "PRC" by Alexustas is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
  12. Seen that right after I posted here much thanks fixing to post the download links in that thread and side note the wheels sink in ground just alittle that could be fix but not sure about me doing it
  13. Got the wheels working just need to fix KIS or KAS to the parts and the seat so you can build it in hanger and launch.
  14. Are you using a up to date one from here https://forum.kerbalspaceprogram.com/index.php?/topic/149298-14x-15x-nehemia-engineering-orbital-science-neos-080/
  15. Unity don't save textures has dds , Save them has png or tga and then convert them later you has your .mu is the model just not showing up ? One would need more info maybe a screen shot of the unity with your model setup ?
  16. That happen to me with some of the stock parts, I moved my install then told steam to uninstall and reinstall and that fixed it wish you luck.
  17. You might ask here if you are having problems
  18. He means does current vessel mover not work ?? Not all mods have problems just because it says for 1.5 or 1.4 and so on
  19. And was just posting smokescreen because the FX settings look the same on some of the new ones and looks like you need to fix your FX your smoke is going the wrong way
  20. That was it that works PREFAB_PARTICLE { prefabName = fx_exhaustFlame_yellow_tiny_Z transformName = thrustTransform localScale = 2, 2, 2 emission = 0.0 0.0 emission = 1.0 1.0 speed = 0.0 0.8 speed = 1.0 1.0 } but did see when scaling up looks like it might have to move down alittle has you scale
×
×
  • Create New...