Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - hellbent

Pages: [1]
1
Game Help / Oh boy.. {Preset Coding}
« on: February 27, 2015, 09:27:00 am »
So, I've recently began to make a preset for a new character of mine.
It's made to be a GIF type of preset {AKA Animated}, where the images flash by. I already have the head of the preset done, but I can't seem to get the coding correct because every time I try to use the preset, the whole body comes out with the bumblebee colors. This is what I have for the coding:
Code: [Select]
material preset_5_headMatR
{
    receive_shadows on
    technique
    {
        pass
        {
            ambient 1.000000 1.000000 1.000000 1.000000
            diffuse 1.000000 1.000000 1.000000 1.000000
            specular 0.010000 0.010000 0.010000 1.000000
            emissive 0.000000 0.000000 0.000000 1.000000
            texture_unit
            {
                anim_texture body1.png body2.png body3.png body4.png body5.png body6.png body7.png 1
                tex_address_mode wrap
                filtering trilinear
                rotate_anim 0.02
            }
        }
    }
}
        pass
        {
            ambient 1.000000 1.000000 1.000000 1.000000
            diffuse 1.000000 1.000000 1.000000 1.000000
            specular 0.010000 0.010000 0.010000 1.000000
            emissive 0.000000 0.000000 0.000000 1.000000
            scene_blend alpha_blend
            texture_unit
            {
                texture Texture.png
                tex_address_mode wrap
                filtering anisotropic
      max_anisotropy 16
            }
        }
    }
}
material preset_5_headMatR
{
    receive_shadows on
    technique
    {
        pass
        {
            ambient 1.000000 1.000000 1.000000 1.000000
            diffuse 1.000000 1.000000 1.000000 1.000000
            specular 0.010000 0.010000 0.010000 1.000000
            emissive 0.000000 0.000000 0.000000 1.000000
            texture_unit
            {
                anim_texture body1.png body2.png body3.png body4.png body5.png body6.png body7.png 1
                tex_address_mode wrap
                filtering trilinear
                rotate_anim 0.02
            }
        }
    }
}
        pass
        {
            ambient 1.000000 1.000000 1.000000 1.000000
            diffuse 1.000000 1.000000 1.000000 1.000000
            specular 0.010000 0.010000 0.010000 1.000000
            emissive 0.000000 0.000000 0.000000 1.000000
            scene_blend alpha_blend
            texture_unit
            {
                texture Texture.png
                tex_address_mode wrap
                filtering anisotropic
      max_anisotropy 16
            }
        }
    }
}

All the files are saved as .png as well.

2
Game Help / Preset Problems... again.
« on: December 07, 2014, 10:35:53 pm »
Yay, I'm back on the help thread. xD

So, I made a full preset yesterday. Worked perfectly fine. I saved all the files, and went to sleep so I could test out the preset the next day. {Today}

I go and upload the .fhp file to mediafire, then go to test out the preset in-game. I pick a character, and open the 'use preset' tab. The file isn't there. I re-uploaded it from the preset maker, double checked my .material file, and even re-named the .fhp file to my username so it looks like: XxMidnightX.fhp
Still not there.
I have 3 other presets saved, and they worked perfectly fine.

Long story short, the preset doesn't appear in the 'Use Preset' tab.

Screenshots can be provided if necessary.
I had the preset saved in Preset 3, if that helps any.

3
Game Help / Preset Troubles... Again.
« on: September 06, 2014, 02:25:57 am »
Oh, how wonderful. I'm back to the Help board once more. xD

Okay, so, I'm not sure how to explain it. I copy/pasted the files from Preset 7 {Downloaded a pre-made file which has "YourNamebody_Left, YourNamebody_Right etc. in it, and renamed the files to: "preset_1body_Left" and etc.. So after doing that and editing the material code to this:

material preset_1_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1body.png
         }
      }
   }
}
material preset_1_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1head.png
         }
      }
   }
}
material preset_1_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eye.png
         }
      }
   }
}
material preset_1_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_1eye.png
         }
      }
   }
}
material preset_1_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_1tail.png
         }
      }
   }
}
material preset_1_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_1mane.png
         }
      }
   }
}

But when I go to see how the preset looks it turns out all white. Can someone correct my mistake and help with this problem?

Big thanks in advance.

4
Game Help / Corrupt Podium File..
« on: August 06, 2014, 08:47:48 pm »
Okay, so, lately I've been working on a preset, right? So, when I go to the preset maker/tester, everything around me is black. The preset is fine, but it's just all black where the podium and stuff would be. I get a little pop-up saying this:
"Feralheart: Feralheart.exe - Corrupt File
The file or directory
C:\Feralheart\media\overlays\overlay1\fhPodium.fhm.dll is corrupt and unreadable. Please run the Chkdsk utility."

What? I haven't even touched that file.
I checked my items folder, I had a double so I deleted it. Still, all black. I tried my login, all black around the characters.
Screenshots can be provided if necessary, but how in the world to I fix this?

5
Site/Forum Help / Aug22 Markings Link?
« on: September 08, 2013, 12:46:27 am »
Murrhurr. Sorry if this is the wrong board, but, can someone give me teh link to Aug22 Markings? It would be a great help. And, if this is the wrong board for this, please move it to the right place? owo :-\

Pages: [1]