Jump to content

Help Applying Texture To Custom Mod


Recommended Posts

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.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...