Jump to content

Sinner2784

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Sinner2784

  1. 59 minutes ago, Avera9eJoe said:

    Hm... I remember that being a scatterer glitch but it's interesting that it's not there when you only have scatterer installed. Could you try going into GameData/Spectra and move the scatterer configs folder out and see if it disappears? My guess is my kerbin configs are acting up.

    If I remove the "Spectra_configs" folder the glitch is still there.

    Out of curiosity I removed the "Spectra_scatterer" folder and the glitch is gone.

  2. Ok it's no problem with near.

    I think, I tracked it down to tweak scale

    Output_log.txt (http://www.share-online.biz/dl/JVROQWBNL9N) created with only improved chase camera, tweak scale, modulemanager 2.3.5 and stock ksp folders in the gamedata folder.

    The bug seems to corrupting the save in some sort.

    If the bug occurs it is always there.

    You can temporally fix it till the bug occurs again by deleting improved chase camera or tweak scale from the gamedata folder then start ksp, load the save and exit the game. Put back the mod in the gamedata folder.

  3. Here is the MK3 Cockpit mod, redone. I couldn't delete code with MM 1.5 that allows player to click the monitor and get external view, but there is no problem when MFD's are on top of the three monitors. I did notice if you click on top, beyond the MFD, on the edge of the MK3 cockpit model of the monitor, you will get the external view. So be careful or you can exploit that, to have a camera views.

    I added another monitor to each of the top seats, I slightly scaled them down from the old on I did.

    http://i1262.photobucket.com/albums/ii605/therealcrow999/screenshot9_zpsf2f854c9.png

    http://i1262.photobucket.com/albums/ii605/therealcrow999/screenshot8_zps97635c3c.png


    ///////=== TTMK3 Cockpit Mod ===///////


    @PART[mark3Cockpit]
    {
    MODULE
    {
    name = JSIInternalPersistence
    }
    }

    @INTERNAL[GenericSpace3TTUPGRADE]
    {
    MODULE
    {
    name = InternalCameraTargetHelper
    }

    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = 0.0002519488,-1.177192E-05,0.03249689
    rotation = 0,0,0,1
    scale = 0.8181539,0.6867037,0.7228604
    }
    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = -0.2960808,0.682427,0.07691021
    rotation = -0.08715598,0,0,0.9961947
    scale = 0.6111457,0.611146,0.6111453
    }
    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = -0.2536634,-1.2E-05,0.07219167
    rotation = 0,0.1305262,0,0.9914449
    scale = 0.8181536,0.6867037,0.72286
    }
    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = 0.2532766,-1.2E-05,0.07194075
    rotation = 0,-0.1305262,0,0.9914449
    scale = 0.8181536,0.6867037,0.72286
    }
    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = -0.4838606,0.682427,0.07691
    rotation = -0.08715598,0,0,0.9961947
    scale = 0.611146,0.6111463,0.6111462
    }
    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = 0.2942997,0.682427,0.07691
    rotation = -0.08715598,0,0,0.9961947
    scale = 0.611146,0.6111463,0.6111462
    }
    PROP
    {
    name = RasterPropMonitorExampleMFD
    position = 0.482941,0.682427,0.07691
    rotation = -0.08715598,0,0,0.9961947
    scale = 0.611146,0.6111463,0.6111462
    }
    }

    this didnt work anymore, it only shows the middle one on the second image

  4. 1) Download Module Manager

    2) Download KSP Interstellar

    3) Install both

    4) Create a .cfg with the following code and put it in the GameData folder (Create a nameitsomething.txt and rename it nameitsomething.cfg)

    @PART[Large_Crewed_Lab] {
    INTERNAL
    {
    name = crewtestInternals
    }
    }

    If you don´t want the rest of KSP Interstellar you can delete all files and folders that comes with it besides "\GameData\WarpPlugin\Spaces" and all files in it

  5. you are missing several parts of infernal robotics in your .cfg there is more than one part in some part.cfg

    here is my .cfg


    @PART[AdjustableRail]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[AdjustableRailHalf]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[AdjustableRailFourth]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[dockingwasher_free]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[dockingwasher_freejr]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[dockingwasher_freesr]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[dockingwasher_std]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[dockingwasher_sr]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[dockingwasher_jr]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantryLarge]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[Gantry]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantrySmall]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantryExtraSmall]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantryLargeVariant]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantryVariant]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantrySmallVariant]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[GantryExtraSmallVariant]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeClosed]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeClosedHalf]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeClosedFourth]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IR_HingeIndustrial]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeOpen]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeOpenHalf]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeOpenFourth]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeTall]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeTallHalf]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeTallFourth]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeTallND]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeTallHalfND]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRHingeTallFourthND]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRPiston]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRPistonHalf]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IRPistonFourth]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IR_Rotatron]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IR_RotatronHalf]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IR_RotatronFourth]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IR_Rotatronmk2]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[IR_RotatronVTOL]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeFullA]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeFullB]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeFullC]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeHalfA]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeHalfB]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeHalfC]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeFourthA]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeFourthB]:Final {
    TechRequired=robotics
    entryCost=1000
    }

    @PART[TelescopeFourthC]:Final {
    TechRequired=robotics
    entryCost=1000
    }

×
×
  • Create New...