Jump to content

A probably very basic texture problem


Recommended Posts

I am experimenting with a minor tweak to a mod and just can not get a texture to apply.

The code I'm basing it on is below:

MODEL
{
model = MarkIVSystem/Parts/Intake/mk4intake-radial-1
texture = mk4pods-1-blank, MarkIVSystem/Parts/Nacelle/mk4pod-1
}

I'm basically copying everything DIRECTLY from another mod and the texture just won't work.

I initially changes the names and the paths, which didn't work. . . . . so I applied the same names and path and made all the appropriate folders, still doesn't work.

Its the comma in the texture field that I don't understand. I've never seen a comma separated string in the texture field before and I don't know what it means

Link to comment
Share on other sites

The name before the comma has to be the original texture that's referenced in the model file, after the comma comes the path to the texture that is supposed to replace it.

Also note that there needs to be a texture with the original name in the same folder where the model file is located, basically it first needs something to be there that it can then replace. It can be a downsized dummy texture. This could be one source of error.

You need to absolutely triple check that the file paths are correct, very easy to make tiny mistake there :)

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...