Jump to content

sirkut

Members
  • Posts

    2,575
  • Joined

  • Last visited

Reputation

514 Excellent

2 Followers

Profile Information

  • About me
    Capsule Communicator

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. This mod is just lovely! Perfect size!!
  2. We got bendy antennas and now THIS? Best time to get back into the game!
  3. Your simple yet somehow difficult task in blender is mad easy. I stepped away from coding mods to work on my modeling/texture skills using Blender. If I can do it, I know you can.
  4. They are working on a second edition actually. http://nick-stevens.com/2020/05/27/n-1-for-the-moon-mars-a-second-edition/#more-1994
  5. Unfortunately those shaders don't work and I got swamped on assisting LGG to get it going. It has to do with how it renders shaders. I can get it a blueprint shader to work within unity, I just need to tackle the code. Here's a result in unity:
  6. That's where prop switching comes into play. Don't want a window? Have a prop cover it up. Or a plane mesh that just covers the window.
  7. This is your chance to fire up blender and get some IVA action going. Honestly with those MOL windows I don't think it's a big deal missing an IVA experience. I was thinking about these windows and how honestly there really isn't anything worth having an IVA for these _BUT_ if there was a plugin that existed where you could right click and pick "view from window" it will just load up dockingcam kurs plugin and just open up a window from that view would be enough in my book.
  8. Unfortunately unless I'm missing something I can't have 2 transforms named dockingNode on one part which is why I was creating a copy of the code to create BasicPartCameraModule which mirrors what the docking module code had. I didn't want to use the partmodule because i dont need all the additional controls. The example above would look like this in the CFG: MODULE { name = BasicPartCameraModule dockingNodeName = Camera cameraName = Lower Arm Camera noise = false } MODULE { name = BasicPartCameraModule dockingNodeName = Cameraa cameraName = Upper Arm Camera noise = false } if you know of a better way please let me know.
  9. I have an odd question @linuxgurugamer Would you accept pull requests? I am working on a robotic arm mod that currently uses a custom fork of the docking camera kurs mod so you can utilize cameras from various angles. It's not much of a change but was curious if you would merge something in if I sent it. Here's an example:
  10. About time! Can't wait to give this a whirl. I've been holding off trying anything until you were happy. Kudos @Rudolf Meier
  11. I'm doing some interesting "fixes" to some old transforms and I want to know when the Save button has been clicked. I tried AddListener but it disables my other menu clicks from the part module. I basically want to write an extra method that piggy backs _after_ the OnSave method.
×
×
  • Create New...