Author Topic: Preset issues  (Read 1362 times)

Offline flandesuyo1

  • Familiar Grounds Dweller
  • **
  • Posts: 65
  • Country: us
  • Floof-O-Meter: 0
  • 月の王女
    • View Profile
Preset issues
« on: July 30, 2017, 10:20:50 pm »
I'm in the process of making my preset and I'm having a little bit of trouble. I have everything set out alright for his hair, but when i test it out on the game, its like this oddly inverted kinda thing. Is there a way to fix it? I'm trying my hardest to get these darn images to show up (tinypic says the image or vid has been moved or deleted..) but it just looks very awkward.
   ♡

Offline Morgra

  • I don't like sand...
  • Immortal Legend
  • *****
  • Posts: 5,718
  • Country: us
  • Floof-O-Meter: 347
  • Ever been killed by a spider? I was
    • DinksterDaily
    • View Profile
Re: Preset issues
« Reply #1 on: July 30, 2017, 10:25:14 pm »
Tinypic is not usuable on the forums as it was banned from the site for multiple reasons.

I would recommend using Imgur.
Profile pic by Edolicious

People don't think the universe be like it is, but it do.


Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: Preset issues
« Reply #2 on: July 30, 2017, 10:49:03 pm »
Quote from: Redlinelies, Topic: !! Before you ask for help !!
Another thing to think about is that when you post a new thread. Try to explain what the problem is about in the Subject, not only something like "It's not working" or "Help". This way it will make it both easier for you, and the ones that try to help you to achieve better results in less time. :3

Could you provide some more information? I can see that you are having a problem with your preset being messed up, but without seeing its' code or files it is really hard to say for sure what happened.
Code: [Select]
use [code]stuff for the preset material code.
Tinypic was banned, I suggest using the site Morgra provided.
For the sake of my own health and interests, I've left FH and I won't be looking back.

Offline flandesuyo1

  • Familiar Grounds Dweller
  • **
  • Posts: 65
  • Country: us
  • Floof-O-Meter: 0
  • 月の王女
    • View Profile
Re: Preset issues
« Reply #3 on: July 31, 2017, 01:18:53 am »
http://imgur.com/a/dNmkq http://imgur.com/a/uNPKm this is what happens. and when i try to open the hair's code through notepad, i'm greeted with this. http://imgur.com/a/hrb6r
   ♡

Offline Kuri

  • Immortal Legend
  • *****
  • Posts: 8,168
  • Country: nz
  • Floof-O-Meter: 136
  • Foreboding evil harmless kitten.
    • dumbstuff4friends
    • channel/UCo42jgbLvEzkofpOin0_a4A
    • View Profile
Re: Preset issues
« Reply #4 on: July 31, 2017, 01:27:16 am »
That's weird.  But manes that are see through on the outside and you see them from the inside are a common problem.  Sometimes you have to use the "scene-blend alpha-blend" code.
The Japanese concept of wabisabi:
The closest concept in english would be 'rustic'
They might have an old thing, one example is a favourite bowl or dish, it's broken, pieces are missing, why fix it?  With gold and pieces from other dishes?
"Because it was my favourite & I like it"

Offline flandesuyo1

  • Familiar Grounds Dweller
  • **
  • Posts: 65
  • Country: us
  • Floof-O-Meter: 0
  • 月の王女
    • View Profile
Re: Preset issues
« Reply #5 on: July 31, 2017, 01:30:08 am »
problem is i'm literally greeted with satanic text when i try to open up the mane's code in notepad.
   ♡

Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: Preset issues
« Reply #6 on: July 31, 2017, 01:38:30 am »
Place this in the preset_#.material file where the mane part is and change the # to your preset number:
Code: [Select]
material preset_#_maneMat
{
technique
{
pass
{
cull_hardware none
cull_software none
scene_blend alpha_blend
texture_unit
{
texture preset_#mane.png
}
}
}
}

The .material file for your preset is located in the preset folder you are using.

PS: Not the code for the hair... I meant the code for the preset.
« Last Edit: July 31, 2017, 01:40:07 am by VortexAlive »
For the sake of my own health and interests, I've left FH and I won't be looking back.

Offline flandesuyo1

  • Familiar Grounds Dweller
  • **
  • Posts: 65
  • Country: us
  • Floof-O-Meter: 0
  • 月の王女
    • View Profile
Re: Preset issues
« Reply #7 on: July 31, 2017, 01:47:50 am »
fixed the code and now it just wont show color. now it's just the default white or black/yellow.
   ♡

Offline VortexAlive

  • Eevee Knight
  • Honored Hero
  • *****
  • Posts: 5,080
  • Country: us
  • Floof-O-Meter: 180
  • A wild floof has appeared!
    • VortexAlive
    • VortexAlive
    • VortexAlive
    • View Profile
    • VortexAlive is Rawrsome
Re: Preset issues
« Reply #8 on: July 31, 2017, 02:10:45 am »
Also make sure the file extension matches, if the code says .png but the image used was .jpg then it will show up as baseWhite since the game can't find it.
For the sake of my own health and interests, I've left FH and I won't be looking back.

Offline G4RG0YLE

  • Elder Grey Pelt
  • ****
  • Posts: 3,431
  • Country: gb
  • Floof-O-Meter: 170
  • Avatar © Felicia on Discord ♡
    • View Profile
Re: Preset issues
« Reply #9 on: July 31, 2017, 10:28:02 am »
Here's the code Shurtle has for his preset, although I've changed the preset number to a '#' so you can change it to your preset number.

Code: [Select]
material preset_#_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture preset_#body.jpg
}
}
}
}
material preset_#_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture preset_#body.jpg
}
}
}
}
material preset_#_headMatL
{
technique
{
pass
{
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#head.png
}
}
}
}
material preset_#_headMatR
{
technique
{
pass
{
alpha_rejection greater_equal 128
texture_unit
{
texture preset_#head.png
}
}
}
}
material preset_#_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_#eyel.jpg
}
}
}
}
material preset_#_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture preset_#eyer.jpg
}
}
}
}
material preset_#_tailMat
{
technique
{
pass
{
texture_unit
{
texture preset_#tail.jpg
}
}
}
}
    material preset_#_maneMat
    {
            technique
            {
                    pass
                    {
                            cull_hardware none
                            cull_software none
                            alpha_rejection greater_equal 128
                            texture_unit
                            {
                                    texture preset_#mane.png
                            }
                    }
            }
    }

NOTE: Please take note that the body/head/tail/eye images are .jpg image files, and the mane image is a .png file, so I'd try that and use this code to fix the problem you're having with the introverted mane appearance. Let me know by bumping this thread if you're still experiencing the same problem, and I'll look through other codes to help you.

© short ' cakes on Discord ♡