Help & Guidance => Game Help => Topic started by: Wolftopz on October 14, 2017, 02:36:56 pm
Title: presets are not loading
Post by: Wolftopz on October 14, 2017, 02:36:56 pm
I just finished moving presets into my Feral-Heart Folder and when i went to check on them they ere all black and yellow except for one where the whole body was black and yellow but the tail had the preset skin on it
Title: Re: presets are not loading
Post by: G4RG0YLE on October 14, 2017, 03:41:10 pm
Make sure the image files and the filenames in your notepad .mat file are the same, e.g everything is in '.png' format or '.jpeg' format. Here's an example below:
Title: Re: presets are not loading
Post by: Wolftopz on October 14, 2017, 07:07:26 pm
I found out that most of the images are jpg. but it wont let me change the item type
Title: Re: presets are not loading
Post by: VortexAlive on October 14, 2017, 09:14:38 pm
If the images themselves are .png then you just change this: texture_unit { imagename.jpg } to this: texture_unit { imagename.png }
or if you want to change the extension of the image itself then you will need to open the image and use "File > Save As" and then use "Change file type by extension" or similar wording.
Also make sure that the names of the images match exactly what is typed into the .material file.