Jump to content

kizzoknight

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by kizzoknight

  1. I have followed a couple of tutorials on how to create mods and i have manged to get the model in game and all the collions work correctly but the texture is not showing ive remade the mod multipul times and it wont apply

    This is my config i borrowed the UmbraSpaceIndustries config to check if that was the problem

    PART
    {
    	name = _Kyran_Tank_125
    	module = Part
    	author = Kyran
    
    	MODEL
    	{
    		model = kyran/Parts/model
    		texture = kyran/Parts/tex
    		
    	}
    
    	rescaleFactor = 1
    
    	node_attach = 0,0,0.6,0,0,-1,1
    	node_stack_top = 0.0, .25, 0.0, 0.0, 1.0, 0.0, 1
    	node_stack_bottom = 0.0, -.25, 0.0, 0.0, -1.0, 0.0, 1
    
    	tags = cck-lifesupport
    	TechRequired = survivability
    	entryCost = 3000
    	cost = 500
    	category = none
    	subcategory = 0
    	title = test
    	manufacturer = USI - Life Support Division
    	description = A tank filled to the brim with Nutritional Organic Meal Substitutes (N.O.M.S.).
    	attachRules = 1,1,1,1,0
    
    	// --- standard part parameters ---
    	mass = 0.1
    	dragModelType = default
    	maximum_drag = 0.2
    	minimum_drag = 0.2
    	angularDrag = 2
    	crashTolerance = 7
    	maxTemp = 2000 // = 3000
    	bulkheadProfiles = size1,srf
    
    	MODULE
    	{
    		name = USI_ModuleResourceWarehouse
    	}
    	RESOURCE
    	{
    		name = Supplies
    		amount = 500
    		maxAmount = 500
    	}
    	RESOURCE
    	{
    		name = Mulch
    		amount = 0
    		maxAmount = 10
    	}
    }
    

    Any help would be much appreciated.

×
×
  • Create New...