Author Topic: Present help. .:SOLVEED:.  (Read 5159 times)

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #10 on: July 05, 2013, 04:04:09 am »
Yea I made sure their boht JPG's. Like change it to what? I might try and make a new present but when I've looked at the coding so i do it right.

         Signature by Demon
            Merry Christmas

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: Present help.
« Reply #11 on: July 05, 2013, 04:06:53 am »
The coding you have already in there are all you really need to have a good preset. Perhaps try re-naming it to body. I've done that and it seemed to work. Also another thing you can try doing is just copy and re-paste your items in the notepad file it's in.
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #12 on: July 05, 2013, 04:10:24 am »
I FIGURED WHAT I DID WRONG WITH THE BODY!!!!! I accidentally put a space between the 1 and the word body. now I can see the body. Now I need help with the tail...still

         Signature by Demon
            Merry Christmas

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: Present help.
« Reply #13 on: July 05, 2013, 04:12:50 am »
Mind if I take a look at just your tail coding so I can see what's wrong?
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #14 on: July 05, 2013, 04:13:59 am »
Sure. {
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
              Here's the tail coding. The tail is saved as a JPG.

         Signature by Demon
            Merry Christmas

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: Present help.
« Reply #15 on: July 05, 2013, 04:17:29 am »
What happened to your material coding at the top?
There should be a coding such as:

material preset_3_tailMat
 
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #16 on: July 05, 2013, 04:19:02 am »
Oh I forgot to copy that in XD

         Signature by Demon
            Merry Christmas

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: Present help.
« Reply #17 on: July 05, 2013, 04:26:32 am »
Ah I see what went wrong. Your missing another bracket at the very end of your tail coding.
Go into your notepad and at the end of that tail coding add one of these

}

In all, it should look like this:
Quote
material preset_3_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
}
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358

Offline silverwolf120

  • Finest Floof
  • ***
  • Posts: 860
  • Floof-O-Meter: 11
  • I am obssessed With Smile.Dog and Strider!
    • View Profile
Re: Present help.
« Reply #18 on: July 05, 2013, 04:32:23 am »
Oh That last one must've not been copied either cause I went in and counted and there was four brackets. Stupid me not coping and pasting everything. Here's what my tail lookes like with everything copied: material preset_3_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_3tail.jpg
         }
      }
   }
}

         Signature by Demon
            Merry Christmas

Offline Feareh

  • The Jaguar Artist
  • Ancient Silver Mane
  • *****
  • Posts: 4,026
  • Country: us
  • Floof-O-Meter: 195
  • Where is the Walrus Species?
    • View Profile
Re: Present help.
« Reply #19 on: July 05, 2013, 04:41:17 am »
If it's like that then I see nothing wrong with the coding you have. Perhaps your file of the tail is corrupted and needs to be saved again.
I Stalk from time to time...I have moved on to other things but do miss this place. Good times
Add me on discord:
Bakujio 🐺#7358