Docking camera (KURS) Built-in cameras in every docking ports and standalone Camera for any place. Allows usage modes: "standart camera", "follow me", "look at current target" "look from target", "look at me" (from any point) /mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.8.7 for Kerbal Space Program Released Fixed application path when loading images from disk Commented out event line which was causing the ec usage to not be set (was also causing an exception) Fixed a couple of nullrefs which occurred when changing scenes to flight while a window was open. Added check when loading config data to ensure that WindowSizeCoef is between 2 and 5 ]]> Sun, 10 Mar 2024 11:50:50 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8.7 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.8.5 for Kerbal Space Program Released Restored Zoom to docking camera (was disabled for some reason)

]]>
Mon, 16 Jan 2023 19:04:06 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8.5 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.8.4 for Kerbal Space Program Released Disabled the CameraAdjuster

]]>
Sun, 25 Dec 2022 17:22:12 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8.4 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.8.3 for Kerbal Space Program Released Added the CameraAdjuster. It is available when you set the field : devMode = true in a ModuleCameraModule. Add the following to the part you want to put the camera on, then select "Camera Adjuster" when right-clicking on the part. It will show an arrow showing where the camera origin is and where it's pointing to. MODULE { name = DockingCameraModule devMode = true } Added following fields to the DockingCameraModule public bool canTakePicture = false; // Can this camera take a picture public int cameraHorizontalResolution = 256; // Horizontal res for picture taking public int cameraVerticalResolution = 256; // Vertical res for picture taking public string deployAnimationName = null; // If there is a deploy animation needed to be open before the camera is available public bool openBeforePic = false; // Does the deploy animation need to be open to take a picture public bool openIsOne = true; // relative to the deploy animation, indicates which way is open public string cameraTransformName = ""; public float cameraCustomNearClipPlane = 0f; // Used for clipping the near camera. public bool isDockingNode = true; // Is this a docking node public bool photoDir = "DockingCamera"; // This specifies the name of the directory where any photos taken are saved, inside the Screenshots folder, in a top level directory with the name of the game save ]]> Wed, 02 Mar 2022 02:20:50 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8.3 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.8.2 for Kerbal Space Program Released Fixed OnboardCamera to work in orbit Added Assemblyfileversion Updated project info ]]> Wed, 21 Jul 2021 01:23:27 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8.2 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.8.1 for Kerbal Space Program Released Added ModuleCargoPart for KSP 1.11

]]>
Thu, 11 Mar 2021 16:51:52 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8.1 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.8 for Kerbal Space Program Released Increase size of info window Merged in changes from forum user @Dehim (github @Dehim1) with alternate mode Added help window for alt mode Added setting for alt mode Added toggle for alt mode on info window Rewrote config save, now saves to a .cfg in PluginData Now remembers last size of camera window Now remembers last location of camera window ]]> Tue, 08 Dec 2020 03:04:34 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.8 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.7.9 for Kerbal Space Program Released Reverted cullingmask change

]]>
Sat, 21 Nov 2020 00:44:46 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.9 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.7.8 for Kerbal Space Program Released Adjusted the cullingmask for the markercam

]]>
Mon, 16 Nov 2020 13:47:43 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.8 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.7.7 for Kerbal Space Program Released Fixed typo of asset name for targetpoint Thank to github user @wile1411 for all of the following: Reordered PartCamera.cs Activate() function. It was also missing the InitTextures() which was causing the Target marker to not load. Added ActionGroup for camera activation to both part modules Corrected the shader reference path to: 'Legacy Shaders/Particles/Additive '. Was causing NRE errors if bullets or Target ray buttons were used. Added user config option to set EC amount for camera usage. Was hard coded to 0.02. Updated part cfg files to match. Found a logic hole in the PartCameraModule. When a camera isEnabled (after being activated()) it does regular checks for electric charge. Once EC gets to zero, the mod will deactivate the camera (docking cameras are unaffected) and set isEnabled & _isPowered to "FALSE". In this state, there is no way to get back to IsEnabled = true due to there being a power state check before allowing a user to enable a camera. No EC checks are ever run again and the camera cannot be used. Added code to do an ECcheck before trying to enable the camera to avoid this issue. Fixed the kerbals being seen through parts by fixing the cullingMaskLayer ]]> Sun, 15 Nov 2020 22:54:49 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.7 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.7.6 for Kerbal Space Program Released Converted textures to dds

]]>
Tue, 13 Oct 2020 02:05:18 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.6 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.7.5 for Kerbal Space Program Released Added settings to enable/disable the cross, summary data, detail text data and rotators Added setting for default window size Thanks to Twitch user @HansAcker for some Vector3D code to help show the proper distances from the x,y,z Removed static from camera without a target. Added toggles to window for the main options listed above Added velocity indicator ]]> Tue, 08 Sep 2020 04:08:18 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.5 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.7.3 for Kerbal Space Program Released Fixed camera by replacing "Camera 01" with "UIMainCamera" ]]> Mon, 03 Aug 2020 04:58:20 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.3 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.7.2 for Kerbal Space Program Released Converted two textures from DXT3 to DXT5

]]>
Mon, 02 Dec 2019 04:44:40 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.2 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.7.1 for Kerbal Space Program Released Fixed nullref when going into flight scene Fixed "Zoom:" position in slideout window ]]> Sun, 01 Dec 2019 06:40:03 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7.1 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.7 for Kerbal Space Program Released Updated for KSP 1.8

]]>
Sun, 01 Dec 2019 02:54:04 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.7 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.6.3 for Kerbal Space Program Released Fixed range settings in settings page, to only show one of the two ranges to be active Fixed long range setting causing vessel coming into range having it's speed matched to that of the active vessel ]]> Thu, 05 Sep 2019 23:46:56 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.6.3 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.6.2 for Kerbal Space Program Released Added support for the ClickThroughFix

]]>
Sat, 24 Aug 2019 22:51:27 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.6.2 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.6.1 for Kerbal Space Program Released Fixed bug where if the second sliding window was open when the camera was closed, opening the camera again would sometimes (depending on the shader) show shadow buttons Thanks to forum user @sirkut for this: Made the docking camera configurable as a general purpose camera. Added a dev mode for modders and players to be able to determine the correct values for the camera position (see the ReadMe for complete instructions) Added two models to choose from for displaying the camera location, a camera and a node. The model is selected in the stock game settings page, and only takes effect on windows when they are opened. Fixed issue with two or more cameras on the same part Added: transformModification for a special case where the transform for the camera needs to not be changed Cross stock in sliding window is overridden by settign??? Renamed shaders to consistant naming: DockingCamera/(name) Added InstallChecker Changed display of shader to remove the first part of the name (before the slash) ]]> Sun, 04 Aug 2019 20:22:44 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.6.1 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.5 for Kerbal Space Program Released Removed log spam Add check for vessels undocking Fixed check for vessels with cameras nearby Changed default Noise setting to false for docking cameras Added option to use the standard KSP skin Removed Blizzy option from settings page (now controlled by ToolbarController) Added UI scaling Replaced the lower-right button which cycled through the sizes with two new buttons, one to increase and one to decrease the size Added an "x" to close button in upper right Fixed the rotators so they won't overlap in larger windows Changed the KURS Camera Info window to only show data Updated the wording in the window to properly reflect 1 or multiple (putting an s after vessel when appropriate) Added InitWindow() to docking camera Activate() ]]> Fri, 31 May 2019 02:27:50 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.5 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.4.1 for Kerbal Space Program Released Updated for 1.7.0

]]>
Fri, 26 Apr 2019 20:29:40 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.4.1 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.4 for Kerbal Space Program Released This version is for KSP 1.4.5 - 1.6.1. Next release will be for 1.7

Nightvision and TV shaders are working again
TV shader replaced by a CRT shader
Updated obsolete code to new standards
Removed old Noise shaders, were replaced by code long time ago
Changed functionality of aux window when resizing, it now stays the way it is (ie: if open, will reopen when resizing is complete)
Added additional larger size
Changed camera rotation from 180 to 90 degrees (for the camera part)

Removed extra level of directory from release (removed the OLDD directory)
Renamed directory to DockingCamKURS
Rewrote the ReadMe.md
]]>
Fri, 26 Apr 2019 17:37:18 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.4 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.3.1 for Kerbal Space Program Released REBORN.

  • Recompiled for KSP 1.3.1
  • Fixed problem with texture creational while -force-d3d11 (DX11) (post with problem)
  • assets will load only once
  • reduced spam to log

DELETE previous versions by me or linuxgurugamer before installation

If installing by CKAN, no need to manually delete old versions

]]>
Thu, 15 Feb 2018 21:53:51 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.3.1 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.2 for Kerbal Space Program Released Added ability to rotate the docking camera Added zoom to docking camera ]]> Sun, 22 Oct 2017 04:42:52 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.2 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.1.3 for Kerbal Space Program Released Fixed nullref when instantiating vessel

]]>
Fri, 20 Oct 2017 23:10:00 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.1.3 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)
Docking camera (KURS) 1.3.1.2 for Kerbal Space Program Released Mon, 09 Oct 2017 07:30:35 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.1.2 https://spacedock.info/mod/1542/Docking%20camera%20(KURS) Docking camera (KURS) 1.3.1.1 for Kerbal Space Program Released Mon, 09 Oct 2017 06:19:46 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)/download/1.3.1.1 https://spacedock.info/mod/1542/Docking%20camera%20(KURS)