Author Topic: HELP!  (Read 884 times)

Offline LakeStep

  • Familiar Grounds Dweller
  • **
  • Posts: 74
  • Country: us
  • Floof-O-Meter: 1
  • Orange is the New Black = 💚
    • Trigger TheWolf
    • View Profile
    • The Fancy Hobo Team
HELP!
« on: June 14, 2017, 11:40:40 pm »
My friend had made me a preset and i wasn't allowed to use it. i pasted all the files in to my "preset_4" folder. Keep in mind i tried making myself a preset a little while and it didn't work. I never touched any of the .mat files or anything like that. only thing i touch is the screenshots, presets (for me and my friends), my_presets, items, and markings. Only cfg's i replace are the markings and items. I know it isn't the .skel files because i know how to replace those properly. anything you guys could do? Don't say reinstall the game because i reinstalled it twice. even compared it to my original feral heart folder! Please! I really want this preset to work! Thank you, LakeStep.
💚Emerald, my fursona.💚

Offline D-ead7Dog

  • AFK NPC
  • Member Of The Season
  • Pack & Pride Representative
  • ***
  • Posts: 1,462
  • Country: us
  • Floof-O-Meter: 98
  • BUMPY SNOW
    • D-ead7Dog
    • d-ead7dog
    • View Profile
Re: HELP!
« Reply #1 on: June 14, 2017, 11:48:40 pm »
To get a preset in-game just click the link below
https://feral-heart.com/index.php?option=com_content&view=article&id=10&Itemid=17
Screenshots, items, and markings folder don't got anything to do with a preset. So you're safe on that.  c:
WORK IN PROGRESS
Artwork (c) LynxBrush & Majorest

Originally registered January 15, 2011

Offline LakeStep

  • Familiar Grounds Dweller
  • **
  • Posts: 74
  • Country: us
  • Floof-O-Meter: 1
  • Orange is the New Black = 💚
    • Trigger TheWolf
    • View Profile
    • The Fancy Hobo Team
Re: HELP!
« Reply #2 on: June 14, 2017, 11:52:20 pm »
no. thats not what i'm trying to say, the preset_(1-whatever) does not show up on the pages! There's something wrong with my folders. I ended up just resetting and just replacing what i needed.
💚Emerald, my fursona.💚

Offline LakeStep

  • Familiar Grounds Dweller
  • **
  • Posts: 74
  • Country: us
  • Floof-O-Meter: 1
  • Orange is the New Black = 💚
    • Trigger TheWolf
    • View Profile
    • The Fancy Hobo Team
Re: HELP!
« Reply #3 on: June 14, 2017, 11:52:34 pm »
what ever mod passes by feel free to lock
💚Emerald, my fursona.💚

Offline FlyingGrass

  • ~🛠 The avant-garde doctor of mechanical beings. 🔧 🔬
  • Elder Grey Pelt
  • ****
  • Posts: 2,516
  • Country: 00
  • Floof-O-Meter: 121
  • Avatar=Me|Signature=Me
    • FlyingGrass
    • channel/UCA7RfqQ1KLl4s8JhxIXNs_Q
    • View Profile
    • Mechanicafeles Discord link
Re: HELP!
« Reply #4 on: June 14, 2017, 11:56:40 pm »
If a preset is not showing up on the scroll menu ingame, there is something wrong with the numbers in the preset .material file. Make sure that all the numbers in the .material file match the number of the folder it's in.

Example(Only change the colored words):
spoiler
Material Preset_*Folder number here*_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_eyeMatL
{
        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.050000 0.050000 0.050000 1.000000 12.500000
                        emissive 0.000000 0.000000 0.000000 1.000000
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_eyeMatR
{
        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.050000 0.050000 0.050000 1.000000 12.500000
                        emissive 0.000000 0.000000 0.000000 1.000000
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
material preset_*Folder number here*_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_*Image name here*
         }
      }
   }
}
« Last Edit: June 15, 2017, 12:05:08 am by FlyingGrass »

My presets.

Good things take time, so I'll take an eternity and create something so good that the human brain can't handle the sheer goodness of it.

Offline Kerriki

  • Band Geek
  • Immortal Legend
  • *****
  • Posts: 5,670
  • Country: us
  • Floof-O-Meter: 371
  • Who needs furniture when you have the floor?
    • Kikiorylandia
    • View Profile
    • DeviantART
Re: HELP!
« Reply #5 on: June 15, 2017, 12:06:34 am »
what ever mod passes by feel free to lock

Locking, let us know if you need any further help~
Farewell everyone<3