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 - BlackRidgeWolf

Pages: [1] 2 3 ... 16
1
Game Help / Preset Help!
« on: April 29, 2014, 11:30:23 pm »
Recently I've been having a problem with the manes on my presets. The presets load fine, but when I try and add the mane, the game crashes. This has never happened before, and I'm not doing anything differently. Does anyone know what's going on? Anyway to fix this?

2
Game Help / Re: Map Help
« on: March 28, 2014, 09:42:13 pm »
Fixed it! Thanks.~

3
Game Help / Map Help
« on: March 28, 2014, 09:07:22 pm »
I need some help with a map I was making... I put a fog particle in it and it worked fine, but when others download the map, the fog doesn't show up. Is there anyway to fix this?

4
Game Help / Re: Moving Mane Problems
« on: March 19, 2014, 12:01:54 am »
I'm not sure if this will be any help to you, but I used to have a moving mane on one of my presets. Here's the code I used:
{
   technique
   {
      pass
      {
      lighting off
      scene_blend colour_blend
      depth_write off
      cull_hardware none
      cull_software none
         texture_unit
         {
           texture Transparent.png
           tex_address_mode wrap
           filtering trilinear
         }
         texture_unit
         {
            texture preset_#mane.png
      scroll_anim 1 1
      tex_address_mode wrap
      rotate_anim -0.01
      wave_xform scale_x sine 3 0.1 0 3
      wave_xform scale_y sine 3 0.1 0 3           
            colour_op alpha_blend
         }
         texture_unit
         {
            texture Transparent.png
            colour_op_ex blend_current_alpha src_texture src_current
         }
      }
   }
}

Hope this helps in some way...

5
Game Help / Map/Sky Help
« on: March 18, 2014, 11:57:46 pm »
I was making a sky for one of my maps and I noticed once I clicked on the 'sun', there was a 'Material' option. Would it be possible to change the sun just for that certain map? If so, how would I do that?

6
Request/Find Meshes / Medieval meshes needed!!
« on: November 07, 2013, 02:16:47 am »
Anyone know any good medieval meshes out there? I'm looking for any kind really. Oh, and a door would be helpful too.

~Ridge

7
Game Help / Re: a little object trouble
« on: July 09, 2013, 02:58:35 am »
Happy to help. ^-^

8
Game Help / Re: a little object trouble
« on: July 09, 2013, 02:37:57 am »
Okay, did you also make sure you typed in the exact name of the .material file with the correct capitals as well? Also, did you save the image in the right format?

9
Game Help / Re: FireFlies?
« on: July 09, 2013, 02:35:04 am »
It works now. Thank you so much! *hugs*

10
Game Help / Re: a little object trouble
« on: July 09, 2013, 02:32:43 am »
If you are using the original tree material you have to make sure that you open it and change the coding so that it uses the image you want. Just re-naming it won't changed what it comes up as in game, it will still show the original tree texture.

Pages: [1] 2 3 ... 16