Author Topic: Needing help with a mesh  (Read 770 times)

Offline Felon

  • Curious Wanderer
  • *
  • Posts: 12
  • Country: us
  • Floof-O-Meter: 1
  • "WAS I INŦENÐEÐ Ŧ㊉ CARE?"
    • A-Felon
    • View Profile
Needing help with a mesh
« on: February 09, 2019, 12:11:54 am »
Hiya, everyone. I've recently downloaded a light mesh, provided here : https://www.deviantart.com/wolf-nakomis/art/Sunshine-beams-FH-mesh-626026065
Whenever I try to get it to work, it shows up as basewhite, and i don't know how to fix it. Can someone help me please?

Offline Notorious.

  • Cinnamon Roll
  • Pack & Pride Representative
  • ****
  • Posts: 1,328
  • Country: us
  • Floof-O-Meter: 56
  • Noto for short
    • View Profile
Re: Needing help with a mesh
« Reply #1 on: February 09, 2019, 12:55:47 am »
Hey there!

Did you have FeralHeart open while installing the mesh? If so, you should try closing out of the game, reinstalling the mesh (this includes putting them in their designated folders as well), and then going back to the object maker to test it out after reopening the game. I've seen other people use this mesh before recently so I'm pretty sure there's nothing wrong with the material file it includes and such.
Avatar made by WHIT3FANG on dA

Offline Felon

  • Curious Wanderer
  • *
  • Posts: 12
  • Country: us
  • Floof-O-Meter: 1
  • "WAS I INŦENÐEÐ Ŧ㊉ CARE?"
    • A-Felon
    • View Profile
Re: Needing help with a mesh
« Reply #2 on: February 09, 2019, 01:04:05 am »
Hey there!

Did you have FeralHeart open while installing the mesh? If so, you should try closing out of the game, reinstalling the mesh (this includes putting them in their designated folders as well), and then going back to the object maker to test it out after reopening the game. I've seen other people use this mesh before recently so I'm pretty sure there's nothing wrong with the material file it includes and such.

Yes, my game was closed, i've tried to reinstall it like three times, it still doesn't work.

Offline Valar.Morghulis

  • “Sometimes before we can usher in the new, the old must be put to rest.“
  • Community Champion
  • ****
  • Posts: 1,741
  • Country: 00
  • Floof-O-Meter: 115
  • The many-faced God.
    • View Profile
Re: Needing help with a mesh
« Reply #3 on: February 09, 2019, 01:22:18 am »
If you open lights.material with Notepad, you'll see material's name in the first line of the code. The name should be lights1.
Try renaming that to lights1 if it doesn’t say that and see if anything changes.
Also try typing lights1 in the material section of object creator.

Code should look something like this If I’m correct:


Code: [Select]
material lights1
{
technique
{
pass
{
lighting off
scene_blend add
depth_write off
fog_override true
cull_hardware none
cull_software none
texture_unit
{
texture lights1.png
}
}
}
}

https://linktr.ee/Obsxura
Profile by Cittrus-fruit | Signature by Mistrel-Fox

Offline Felon

  • Curious Wanderer
  • *
  • Posts: 12
  • Country: us
  • Floof-O-Meter: 1
  • "WAS I INŦENÐEÐ Ŧ㊉ CARE?"
    • A-Felon
    • View Profile
Re: Needing help with a mesh
« Reply #4 on: February 09, 2019, 01:41:27 am »
If you open lights.material with Notepad, you'll see material's name in the first line of the code. The name should be lights1.
Try renaming that to lights1 if it doesn’t say that and see if anything changes.
Also try typing lights1 in the material section of object creator.

Code should look something like this If I’m correct:


Code: [Select]
material lights1
{
technique
{
pass
{
lighting off
scene_blend add
depth_write off
fog_override true
cull_hardware none
cull_software none
texture_unit
{
texture lights1.png
}
}
}
}

It's still not working.

Offline Valar.Morghulis

  • “Sometimes before we can usher in the new, the old must be put to rest.“
  • Community Champion
  • ****
  • Posts: 1,741
  • Country: 00
  • Floof-O-Meter: 115
  • The many-faced God.
    • View Profile
Re: Needing help with a mesh
« Reply #5 on: February 09, 2019, 10:11:05 am »
Try changing the name of both .material and .mesh file to lights1 and test it out ingame.

https://linktr.ee/Obsxura
Profile by Cittrus-fruit | Signature by Mistrel-Fox