Jump to content

Climberfx

Members
  • Posts

    3,237
  • Joined

  • Last visited

Posts posted by Climberfx

  1. 12 minutes ago, Heimder said:

    Com esse motor ovo vai dar para fazer SSTO? pois o mais perto que consegui até agora (sem deixa-lo maior que uma limousine de tantos tanques de combustível) foi construir uma especie de shutle para lança-lo em orbita, fora que preciso lançar igual a um foguete.

    Edit: gamei nessa skybox

    Vai sim @Heimder. Já afinei um dos crafts de exemplo, agora estou afinando os outros. SSTO VTOL.

    O Craft Limusine é uma brincadeira!

    Acho que até a noitinha eu libero o update...

  2. 50 minutes ago, linuxgurugamer said:

    Ok, I have it, but I'm not going to do another release right now, working on something else.  Besides, I think you should take that config out of the file so there won't be conflicts

    For now, just put the following in a file:

    
    @PART[O_seat]:HAS[@MODULE[KerbalSeat]]:FOR[TakeCommand]
    {
    	CrewCapacity = 1
    	MODULE
    	{
    		name = TakeCommand
    		minimumCrew = 1
    	}
    }

    and when i do the next release, delete it.

    Thanks, looks good.  will be in the next release, in a day or so

    Great.no rush, i just release an update too.

  3. Great. Redownloaded and nos is all ok.

    Here's Omicron info:

    O_seat.mu

    O_seat.cfg

    Quote

    PART
    {
    //Basic
        name = O_seat
        module = Part
        author = ClimberFX
        //mesh = O_seat.mu
        MODEL
        {
            model = Omicron/Parts/O_seat
        }
        rescaleFactor = 1.25
        tags = chair control seat climberfx omicron

    //Node
        // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
        attachRules = 1,1,0,1,0
        node_stack = 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0
        node_attach = 0, 0, 0, 0, 0, -1.0, 0
        
    //Cost & RD
        TechRequired = start
        entryCost = 0
        cost = 250

    //Description
        category = Pods
        subcategory = 0
        title = Omicron Seat
        manufacturer = ClimberFX
        description = This is a Seat for Crew Module. Be aware that the seat ejection system will troll you out of the craft, even with windows closed. 

    //Drag
        dragModelType = default
        maximum_drag = 0.01
        minimum_drag = 0.01
        angularDrag = 1

    //Physical
        mass = 0.08
        crashTolerance = 50
        breakingForce = 250
        breakingTorque = 250
        maxTemp = 1200
        fuelCrossFeed = True
        bulkheadProfiles = seat
        

    //Modules
        MODULE
        {
            name = KerbalSeat
            seatPivotName = seatPivot  
            ejectDirection = 0, 1, 0.2
        }

        CrewCapacity = 1
        MODULE
        {
            name = TakeCommand
            minimumCrew = 1
        }

        INTERNAL
        {
              name = GenericSpace1
        }
        
        MODULE
        {
            name = ModuleConnectedLivingSpace
            passable = true
            passableWhenSurfaceAttached = true
        }

    }

    As soon as you release update i update here and remove the code inside. I'm thinking that way will be more politically correct, you know.

    :wink:

    Cheers

  4. On 11/3/2016 at 4:35 PM, Crzyrndm said:

    Several actually.

    
    // remove the part from the stock categories using the stock categorisation method
    @PART[*]:HAS[#manufacturer[xyz]]:NEEDS[FilterExtensions] // not entirely sure that's the correct syntax...
    {
      @category = none
    }
    
    @SUBCATEGORY[xyz] // again, not sure if this is correct...
    {
      @FILTER,* 
      {
        CHECK
        {
          type = subcategory
          value = xyz
          invert = true
        }
      }
    }
    
    @PART[*]:HAS[#manufacturer[xyz]]
    {
      MODULE
      {
        name = PartModuleFilter
        subcategoriesToBlock = xyz
        //subcategoriesToAdd = 
      }
    }

     

    Done. Implemented sub menu for Omicron. Many thanks.

    Quote

    Updated to 0.1.7, implemented Filter Extensions sub menu for Omicron. You will need to install FE to this to function.

     

×
×
  • Create New...