Jump to content

jrodriguez

Members
  • Posts

    1,113
  • Joined

  • Last visited

Posts posted by jrodriguez

  1. 34 minutes ago, EritoKaio said:

    Oh my! I never thought this would be possible to do. Testing it right now for my next launch!

    I do have a request, can we get an option to turn off the telemetry? I already have my own kOS script that exports that data to a file that I read in a custom overlay I made for OBS.
    Speaking of overlays, I need to make a new one for all these cameras!

    Sure. Would you mind to create a feature request on my Github? @Zoeille made me the same request actually :)

  2. GB3DBoP.png
    paypal-donate-yellow.svg?style=flat&logojrodrigv.OfCourseIStillLoveYou?branchNamtotal.svg?style=flat&logo=github&logoColOfCourseIStillLoveYou.svg?style=flat&log

    MAKING POSSIBLE TO WATCH ALL YOUR BOOSTERS AND STAGES AT THE SAME TIME!

    h4G0cIG.png

    WITHIN KSP OR ON DIFFERENT MONITORS OR PCs!

    wllrPou.png

     

    002cp1k.png

     

     

    Requirements:

    Highly recommended mods:

    Mod Only Installation:

    Desktop & Server app setup:

    • Execute the server located in \OfCourseIStillLoveYou.DesktopClient\OfCourseIStillLoveYou.DesktopClient.exe
    • Execute the desktop client located in \OfCourseIStillLoveYou.Server\OfCourseIStillLoveYou.Server.exe
    • By default the mod, the server and the desktop client will connect to localhost:5077 but you can modify it:
      • Server: OfCourseIStillLoveYou.Server.exe --endpoint 192.168.1.8 --port 5001 .
      • DesktopClient: Open the settings.json inside OfCourseIStillLoveYou.DesktopClient and modify the endpoint and port.
      • Mod: Inside the mod folder there is a settings.cfg file with the endpoint and port.
    • Execute the OfCourseIStillLoveYou.Server.exe first, then OfCourseIStillLoveYou.DesktopClient.exe and finally start KSP

    Tutorial


    Full multi-camera tracking heavy launch SpaceX style

     

  3. 5 hours ago, linuxgurugamer said:

    Oh.  Then if I redo the mod using Neptune Camera it will cause you a lot of problems.

    The flickering which I observed (others please chip in with your observations) occurs while close to the ground and disappears  at somewhere between 5 and 15 km in height

    I think it should not be blocker, at the end of the day I just need a camera transform to position properly all the Camera copies. Let me know if at some point you have a branch with Neptune camera thing and I will begin adapting the mod :)

  4. 16 minutes ago, theJesuit said:

     

    Also, if you are streaming,  What happens when you IVA or go into mapview. Do the screens disappear?

    They stay, IVA works just fine, however in mapview KSP renders differents stuff that will affect the camera views (terrain, skybox and light sources)

    35 minutes ago, linuxgurugamer said:

    What does it depend on?  The parts or the code?

    At this moment both. I'm looking for MuMechModuleHullCamera modules and using the cameraTransformName etc to properly set all the Camera copies for each camera that wants to be displayed.

  5. 35 minutes ago, theJesuit said:

    This will be an instant download methinks.  Can you adjust the resolution of the cameras?

     

    At the moment it is locked to 768x768.  I could unlock it but the impact on both GPU and CPU can be quite significant, specially on low end PCs

  6. 17 hours ago, IsaQuest said:

    Same happens to me. I used physics range extender to fix this (it has a cam fix option), but it is annoying because when i land boosters, it lifts up all landed objects and switches me away from the booster. If you could find another solution, it would really help!

    You can disable the TerrainExtender in settings.cfg TerrainExtenderEnabled = False . But bear in mind that if you are far from them, the terrain colliders will be disabled and your vessels will go into Oblivion!
     

    2 hours ago, OrbitalManeuvers said:

    I've posted in that thread asking if the mod author has any thoughts on their fix for that problem. Maybe it's something that will give LGG a clue for HullCam, too. I'll post back here and tag LGG if anything interesting comes of it. 

    I have decided to come here to explain it after your inquire :)

    Honestly I have never seen that flickering issue with Hullcam. I guess it could be due to the fact that I always use it with PRE (Physics Range Extender). 

    Regarding the cam fix code in PRE, I spent quite some time trying to figure out how to mitigate the flickering that begins when an active vessel gets too far from the origin. The flickering starts to be noticeable after 50 km or so. 


    By increasing the FlightCamera.fetch.mainCamera.nearClipPlane this flickering is mitigated ( at the cost of losing the near view of your vessel if the camera position is very close to the vessel). The code that I have in PRE dynamically increase or reduce the nearClipPlane.

    However, there is something that I don't understand. With PRE this was only an issue when I had two vessels loaded that are far from each other, the greater the distance the worst it gets (expected). But if you only have one vessel loaded and the hullcam camera that is active is from your active vessel, you should not experience any flickering at all. 

    And finally this leads to me think that if PRE is fixing the issue when only one vessel is loaded, it has to be related with the default nearClipPlane value that I'm forcing: _initialClippingPlane = 0.21f;
     

    @linuxgurugamer On a different note I'd like to share with you a new mod that I have been developing for the last few weeks. It depends on HullCam actually :) ( I haven't done yet an official release, but I think It should be ready in one week or so)
     

    Not only this, but also I have created a gRPC server and a crossplatform Desktop client to extract the cameras and watch them on different computers:
    unknown.png?width=1285&height=538
    unknown.png?width=1285&height=538

  7. On 4/4/2021 at 4:29 PM, StarExplorerNeptune said:

    @ItsJustLuci I keep getting this awful flickering problem, where when I move my camera, the terrain starts flickering and there is a weird shadow around my craft. Do you know how to fix?

    2021-04-03.png

    This is a problem with the AmbienOcclusion in TUFX. I suggest to reduce the intensity and radius to something like 0.01 or even to completely disable it.

  8. 5 hours ago, yeetbot4000 said:

    Having a similar issue to the guy on October 6th, except i'm flying  a ship over the mun and it switches to a flag that i had planted while saying "extending terrain: focusing landed vessels".

    I will need to add some logic to avoid switching to flags. The switch is expected for normal vessels. Basically it is a way to do a "physics ease" for those vessels that are landed and entering into Physics zone.

  9. 50 minutes ago, HebaruSan said:

    Hi, the version file indicates compatibility with no versions:

    
      "KSP_VERSION_MIN": {
        "MAJOR": 1,
    	  "MINOR": 11,
    	  "PATCH": 99
      },
      "KSP_VERSION_MAX": {
        "MAJOR": 1,
    	  "MINOR": 11,
    	  "PATCH": 99
      }

    The min and the max are both the same and there is no actual KSP 1.11.99 version.

    ups, my bad! Thanks for the heads up

    53 minutes ago, HebaruSan said:

    Hi, the version file indicates compatibility with no versions:

    
      "KSP_VERSION_MIN": {
        "MAJOR": 1,
    	  "MINOR": 11,
    	  "PATCH": 99
      },
      "KSP_VERSION_MAX": {
        "MAJOR": 1,
    	  "MINOR": 11,
    	  "PATCH": 99
      }

    The min and the max are both the same and there is no actual KSP 1.11.99 version.

    Now it is fixed, code pushed to the repo and binaries updated.

  10. Just to let you know guys.  I haven't released a version for KSP 1.10 because at some point I expect that the Runway Project dev team will become officially the new BDArmory dev team.

    They are doing great improvements to BDArmory and I highly suggest to use their brach.

    However, If you are interested in multiplayer then you will still need to use my custom BDAMultiplayer for the moment.

    Finally, as soon as a there are a new BDArmory ReContinued thread I will close this one. I might continue contributing  to the new fork :)

     

  11. 2 hours ago, hypervelocity said:

    can you elaborate a little bit on your manual fix @jrodriguez? do you mean you see the textures you would see from orbit even below the 140km mark for Earth's atmosphere? or am I misinterpreting what you say?

    It is not a fix really, what I have done is to remove the Scaled object for the 64k surface textures because:
    1. It does not work if you are flying or landed.
    2. It consumes quite a lot of memory for just having some better visual when in orbit.

  12. 2 hours ago, Tortoise said:

    I'm experiencing a sort of game-breaking bug with this mod, in 1.9
    I use it because it's required with BD Armory. However, the bug occurs when I'm reverting a flight to launch, or flying in LKO nearby Kerbin.
    I have an external command module sitting on the grass right outside of KSC (it broke off of a rover that I was testing), and each time I revert my flight to launch, or fly near KSC, my vessel immediately switches from the one I was piloting, to the external command module. At the top of my screen, it says: "[PhysicsRangeExtender]Extending terrain: lifting vessels."
    Could you please fix this?

    It is not a bug, in fact the switching is done on purpose if the vessel that is going to be loaded is not debris, to avoid that the just loaded vessel can collide with the unloaded terrain.

    You can disable the terrain extender on the pre settings file but as you can guess, the terrain will not be present and the command module will likely be erased by the Kraken itself

     

×
×
  • Create New...