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.


Messages - aClementine

Pages: [1]
1
Game Help / Lost d3dx9_42.dll
« on: December 03, 2014, 05:24:33 pm »
Hello people!

I'm working on a map of my dreams and I'm sure I've managed to mess the whole FH up again. :') At first it couldn't load some [not all] of my wip maps and crashed instead, so I tried to fix it and now I can't enter the game at all because it says I'm missing d3dx9_42.dll. I would have tried to reinstall the game but I have so much meshes, presets and all there that it would probably be a pain so I'm leaving this option to be my last one. I searched for my issue to my best and I saw others offering their d3dx9_42.dll's up for download, except all the downloads were somehow no longer available. I'm sorry to bring up an issue that seems to be well-known already but despite an effortful search I couldn't fix it. If anyone wouldn't have minded sending me theirs to try to get my game to run, I'd be very grateful!
Once I get my game to run, I'll probably have to face once again the map issue. I may ask about that too if I'm not succesful finding a solution myself.

Thank you very much in advance!

2
Game Help / Re: Transparent preset help?
« on: October 01, 2014, 04:39:49 pm »
Thanks you two for clearing this up. Might have agreed on it with you even before I asked, except as of more recent times I tend to be paranoid about any stuff on a occassion or ten two. :'D

Alright then. I hope you don't mind that I bothered this much with it, I often find myself wanting to have any stuff as perfect as possible. Hahah. Exactly, about the seeing throught stuff thing I talked at the very beginning.
I will try that out, making the downloaded one glowy. Not sure if I make it (being such a newb after all) but I will try. Thanks.

Actually as I rethink it, I realize I'm having fun too. :]

3
Game Help / Re: Transparent preset help?
« on: September 30, 2014, 01:24:57 pm »
Thank you, I've fixed the eyes now!
I thought so. But is there perhaps a way to make them less visible or something? Somehow cover them?
I have downloaded a downloadable transparent preset made by someone. It uses the transparency as does the one you sent me as an alternative and it has no texture problems. It also seems to have somehow less visible "folds" and the teeth and eyes are in it and do not show throught at the same time.

Is it anyhow possible to make it glow?
I've recently noticed that on one side of any transparent preset are more of the folds than on another (not sure if it's left or right side ;; ) as if something would cover them on one of the sides. Is it possible to have the whatever cover factor is there work on both sides?

Also this is pretty off-topic but I don't feel like starting a new thread. Can someone steal a preset by somehow taking it out of an export file or it is safe for me to give away my export file so that others can see my preset? I've made a couple of presets that I'm kind of protective of.

I must ask too much questions ^^; Thank you for your patience with me 8)

4
Game Help / Re: Transparent preset help?
« on: September 29, 2014, 05:15:38 pm »
Ah I took a little longer while to reply than I thouht I will, sorry ^^;
I've tried the thing you sent me out, there was not any longer a problem with the textures I talked about, I've even managed to make the eyes and teeth dissappear throught the technique it was using so that they won't show throught, but the folds are still there and they look really weird and kind of glitchy. Any chance there might be a trick that would just make it transparent without these? Thank you anyway. c:
Also about that ghost trick, I'm pretty sure I might have read a line or two about a certain way to hide the eyes and teeth there so they won't show throught, I tried it countless times and they always turned out to be white instead of dissappearing.

5
Game Help / Transparent preset help?
« on: September 26, 2014, 02:07:56 pm »
Hello, I quite know my way around the game, but I'm new to the forum. :) Actually this is the first larger forum for me to be a part of. I hope I hit the good category and I apologize if this has been asked before, feel free to redirect me if so, I couldn't find an answer anywhere though.

So, I decided to make a ghost preset following one tutorial found here.

Turned out to be really cool looking, except the fact that the eyes, teeth, legs on the other side of the body, the folds in the paws, the parts of the ears that are supposed to be inside the head and company showed throught. I was wondering if there is any way to not to make them show throught?

I've also noticed that some textures are not seen throught it. Not sure if that has any fix but if it would have, that would be awesome.



Here's the code. I'm new to such coding.

material preset_6_bodyMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6body.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_bodyMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6body.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_headMatL
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6head.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_headMatR
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6head.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_eyeMatL
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_6eye.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_eyeMatR
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         texture_unit
         {
            texture preset_6eye.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_tailMat
{
   technique
   {
      pass
      {
         texture_unit
         {
            texture preset_6tail.jpg
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}
material preset_6_maneMat
{
   technique
   {
      pass
      {
         cull_hardware none
         cull_software none
         alpha_rejection greater_equal 128
         texture_unit
         {
            texture preset_6mane.png
         }
         scene_blend add
         texture_unit
         {
            texture preset_6ghost.png
         }
      }
   }
}

Thank you in advance everyone! ;D

Pages: [1]