Author Topic: (MAY TAKE OFFERS) Nights Taking Preset Requests! :3  (Read 54454 times)

Offline _nightingale_

  • Dedicated Supporter
  • ***
  • Posts: 403
  • Floof-O-Meter: 26
  • I'm back?
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #20 on: August 17, 2013, 08:56:17 pm »
That WIP preset... I am dead. The symbols are just... wow, amazing.
Do you possibly use a tablet? I am curious to know how you're so good...

thank you sooo much XD, i was bored so i just...made it X'3 i've been super excited about presets since i like just now figured out how they work, and yes! i do use a tablet, so much easier than a mouse XD i've been drawing a long time so o3o for instance i drew my signature and my icon

My art page : gerce.deviantart.com

Offline _nightingale_

  • Dedicated Supporter
  • ***
  • Posts: 403
  • Floof-O-Meter: 26
  • I'm back?
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #21 on: August 17, 2013, 08:58:15 pm »
I was wondering if you got my PM? I don't know if it sent or not. Sorry!

oh! :O i will go look at it now! thank you for responding <3

i actually did not receive your message, sorry :c

My art page : gerce.deviantart.com

Offline Silver-Scratch

  • Experienced Traveler
  • **
  • Posts: 119
  • Floof-O-Meter: 6
  • 3 Easy Payments of $19.99...
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #22 on: August 17, 2013, 09:01:07 pm »
I clearly am having problems sending messages, I'll ask someone later if it happens again. Here you go, though:


The one I use for my own presets can be found here:
[link]

In order to keep the texture, you'll need to colour on a new layer (If you're using Gimp or Photoshop) and set the layer type as "Multiply". :3

As for the way it looks ingame, it will have strange collision problems unless you change the code from this:


[spoiler]
Quote
material preset_#_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_#mane.png
         }
      }
   }
}
[/spoiler]

to this:

[spoiler]
Quote
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}
[/spoiler]

I hope this helps, floof!
...Plus Shipping and Handling. | in-game user: silver-scratch

Art by Kikiorylandia! <3

Offline Quvi

  • Dedicated Supporter
  • ***
  • Posts: 469
  • Floof-O-Meter: 10
  • Was Aurora01
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #23 on: August 17, 2013, 09:04:02 pm »
Love it!! Can't wait!
I have changed my name from sage01 to Aurora01!

Offline _nightingale_

  • Dedicated Supporter
  • ***
  • Posts: 403
  • Floof-O-Meter: 26
  • I'm back?
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #24 on: August 17, 2013, 09:06:41 pm »
Thank you so so much!! :D <3 this is great! Now i can finally use mane XD

My art page : gerce.deviantart.com

Offline _nightingale_

  • Dedicated Supporter
  • ***
  • Posts: 403
  • Floof-O-Meter: 26
  • I'm back?
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #25 on: August 17, 2013, 09:07:39 pm »
Love it!! Can't wait!

oh good XD i thought maybe youd want something else but awesome :D i shall continue now~ and i just got a mane texture so i can do your mane :3

My art page : gerce.deviantart.com

Offline _nightingale_

  • Dedicated Supporter
  • ***
  • Posts: 403
  • Floof-O-Meter: 26
  • I'm back?
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #26 on: August 17, 2013, 09:12:32 pm »
I clearly am having problems sending messages, I'll ask someone later if it happens again. Here you go, though:


The one I use for my own presets can be found here:
[link]

In order to keep the texture, you'll need to colour on a new layer (If you're using Gimp or Photoshop) and set the layer type as "Multiply". :3

As for the way it looks ingame, it will have strange collision problems unless you change the code from this:


[spoiler]
Quote
material preset_#_maneMat
{
   technique
   {
      pass
      {
         lighting off
         cull_hardware none
         cull_software none
         scene_blend alpha_blend
         depth_write off
         texture_unit
         {
            texture preset_#mane.png
         }
      }
   }
}
[/spoiler]

to this:

[spoiler]
Quote
material preset_#_maneMat
{
        technique
        {
                pass
                {
                        cull_hardware none
                        cull_software none
                        alpha_rejection greater_equal 128
                        texture_unit
                        {
                                texture preset_#mane.png
                        }
                }
        }
}
[/spoiler]

I hope this helps, floof!


I can't open the mane texture in photoshop o-o it says it wont open because of a jpeg error or something

My art page : gerce.deviantart.com

Offline Quvi

  • Dedicated Supporter
  • ***
  • Posts: 469
  • Floof-O-Meter: 10
  • Was Aurora01
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #27 on: August 17, 2013, 09:14:02 pm »
Coolness!
I have changed my name from sage01 to Aurora01!

Offline Quvi

  • Dedicated Supporter
  • ***
  • Posts: 469
  • Floof-O-Meter: 10
  • Was Aurora01
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #28 on: August 17, 2013, 09:15:43 pm »
Well goodluck with the mane and stuff. If you can't get it then I don't need it lol. I don't really mind. X3
I have changed my name from sage01 to Aurora01!

Offline Silver-Scratch

  • Experienced Traveler
  • **
  • Posts: 119
  • Floof-O-Meter: 6
  • 3 Easy Payments of $19.99...
    • View Profile
Re: (FREE) Taking a Few Preset Requests :3 (New Wip)
« Reply #29 on: August 17, 2013, 09:16:34 pm »


I can't open the mane texture in photoshop o-o it says it wont open because of a jpeg error or something

Save this image:


And try opening it. Should be a .PNG. Screenshot the error for me if it won't work?
...Plus Shipping and Handling. | in-game user: silver-scratch

Art by Kikiorylandia! <3