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

Pages: 1 2 [3] 4 5
21
Game Help / Re: Manes aren't displaying properly?
« on: August 26, 2017, 08:41:20 pm »
That fixed it! Thank you!

22
Game Help / Re: Manes aren't displaying properly?
« on: August 26, 2017, 08:28:27 pm »
I changed the rendering subsystem from OpenGL to Direct3D9 and now I can't change the color of the mane at all. It stays lack no matter what. Changing it to OpenGL again just gives me the same problem as before.

23
Game Help / Manes aren't displaying properly?
« on: August 26, 2017, 08:05:40 pm »
I don't know how to describe this, but the manes aren't showing properly. It happens in the character editor and in-game, with characters that do not have a preset.







Blue doesn't work at all, I can only use combinations of red and green.

I've had this problem for a while, but I didn't notice it until now. I have screenshots from last year's holiday movie thing where you can see it.


24
Game Help / Re: Preset help?
« on: August 23, 2017, 04:06:01 am »
That fixed it! Thanks!

25
Game Help / Re: Preset help?
« on: August 23, 2017, 03:55:20 am »
The mane looks better now, thanks!

The wing texture is entirely transparent.

26
Game Help / Preset help?
« on: August 23, 2017, 03:26:16 am »
I'm trying to make a preset with transparent wings, but they show up white in-game. The image for the wings is a .PNG and the coding matches, so I'm not sure what is happening.



There's also something weird going on with the mane. It looks like the inside of the mesh is being shown or something.



This is what the code looks like:
Code: [Select]
material preset_12_bodyMatL
{
technique
{
pass
{
texture_unit
{
texture EspurrBody.png
}
}
}
}
material preset_12_bodyMatR
{
technique
{
pass
{
texture_unit
{
texture EspurrBody.png
}
}
}
}
material preset_12_headMatL
{
technique
{
pass
{
texture_unit
{
texture EspurrHead.png
}
}
}
}
material preset_12_headMatR
{
technique
{
pass
{
texture_unit
{
texture EspurrHead.png
}
}
}
}
material preset_12_eyeMatL
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture EspurrEyes.png
}
}
}
}
material preset_12_eyeMatR
{
technique
{
pass
{
cull_hardware none
cull_software none
texture_unit
{
texture EspurrEyes.png
}
}
}
}
material preset_12_tailMat
{
technique
{
pass
{
texture_unit
{
texture EspurrTail.png
}
}
}
}
material preset_12_maneMat
{
technique
{
pass
{
lighting off
cull_hardware none
cull_software none
scene_blend alpha_blend
depth_write off
texture_unit
{
texture EspurrHair.png
}
}
}
}
material preset_12_equipMatL
{
technique
{
pass
{
texture_unit
{
texture EspurrEquip.png
}
}
}
}
material preset_12_equipMatR
{
technique
{
pass
{
texture_unit
{
texture EspurrEquip.png
}
}
}
}

27
Forum Games / Re: Cute or Creepy?
« on: December 14, 2016, 11:13:32 pm »
Cute!

A blue dragon nudibranch?

28
Forum Games / Re: Cute or Creepy?
« on: December 11, 2016, 05:21:47 pm »
Cute!

A flying fox?

29
Game Help / Re: Game isn't loading?
« on: November 08, 2016, 12:43:34 am »
Looks like deleting those files was the answer. Thanks!

30
Game Help / Re: Game isn't loading?
« on: November 08, 2016, 12:23:42 am »
I only had one rendering option, so I changed the file and the same thing still happens.

Pages: 1 2 [3] 4 5