This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

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

Pages: [1]
1
Texturing and 2D Art / females with male textures
« on: February 23, 2015, 12:40:24 pm »
i dont know how exactly to put it,

but is possible to have some females use the females textures, and some not?
example, http://www.wowhead.com/item=17711/eleme ... e-leggings have some ugly like female dwarfs show the male texture, but keep female textures for humans?

2
Random / Re: modcraft sends no emails
« on: October 12, 2014, 07:39:42 pm »
yes
thanks

3
Random / modcraft sends no emails
« on: October 12, 2014, 02:07:55 pm »
hi

i have recently noticed that modcraft cannot send emails (registering, recovering passwords etc)

theres an error message


[phpBB Debug] PHP Warning: in file [ROOT]/includes/ucp/ucp_resend.php on line 89: include_once([ROOT]/includes/functions_messenger.php) [function.include-once]: failed to open stream: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/includes/ucp/ucp_resend.php on line 89: include_once() [function.include]: Failed opening './includes/functions_messenger.php' for inclusion (include_path='.:/usr/share/php:..')

Fatal error: Class 'messenger' not found in /www/htdocs/w00b4a9e/modcraft/includes/ucp/ucp_resend.php on line 90

4
Texturing and 2D Art / Re: gender-specific textures
« on: October 04, 2014, 01:42:10 pm »
ok

while we are at it, another question
is it possible to change (somewhere in the model files?) which version of the gender specific texture a character will load?

lets say, make a female tauren model load the male textures?

5
Texturing and 2D Art / Re: gender-specific textures
« on: October 04, 2014, 12:52:24 am »
ok

after some testing i can say that wow is stupid, its using a brute force mechanism
first, always the unisex (_U) textures are loaded
should this fail, and only then will it try to load the gender specific ones (_M or _F, depending on the character's gender)

6
Texturing and 2D Art / Re: gender-specific textures
« on: September 05, 2014, 11:18:16 pm »
hm?

i'm pretty certain (from some observation) that its working like i said (loading unisex first, then genderspecific), if there is no extra boolean to toggle this setting. i should go do some more tests.
i thought, there might be some flag setting the behaviour, but apparently i am mistaken.

7
Texturing and 2D Art / Re: gender-specific textures
« on: August 24, 2014, 10:08:54 am »
the opposite is true, actually (first, the unisex textures are loaded, then, should these not exist, the gender specific ones)

8
Texturing and 2D Art / Re: gender-specific textures
« on: August 13, 2014, 10:55:51 am »
so, i had a look into itemdisplayinfo.dbc, and didn't seem to find anything setting the gender-specificness flag.

i'm really noob at modding, so does any one else have a clue? (where else to look, etc, or better, just tell me where the flag is set)

9
Texturing and 2D Art / Re: gender-specific textures
« on: July 29, 2014, 06:15:40 am »
don't get me wrong, the wowdev wiki is helpful, however, pretty much all the .dbcs have incomplete descriptions (many data fields are unknown)

anyways, back to topic, where can i find ItemDisplayInfoRec.m_modelTexture[]?

10
Texturing and 2D Art / Re: gender-specific textures
« on: July 25, 2014, 05:16:57 am »
the wowdev wiki
is there any better documentation?

11
Texturing and 2D Art / Re: gender-specific textures
« on: July 24, 2014, 05:41:41 pm »
i'm sorry?
can you please tell me more (where to find it, etc), is it a .dbc entry somewhere?
i've just got a rough general idea about wow modding. the documentation about the .dbcs that i could find was poor.

12
Texturing and 2D Art / Re: gender-specific textures
« on: July 24, 2014, 04:32:01 pm »
thats not the case.

there are sets where there are _u, _m and _f textures present, sometimes the _u is loaded, sometimes the _m/_f.

there must be some .dbc or whatever setting these bitflags.

13
Texturing and 2D Art / Re: gender-specific textures
« on: July 24, 2014, 12:03:39 pm »
no, that's not what i'm looking for.

see, i know alright about the blp textures, which ones are the gender specific ones and which are not, as well as their denotation.
i am looking for the location of the flag that actually sets a set of textures to gender specific, or not.
so i could set items that by default are not gender specific to gender specific, and vice versa

14
Texturing and 2D Art / gender-specific textures
« on: July 23, 2014, 02:22:26 pm »
hi

as you might know there are some items that are using gender-specific (ie, different textures for males and females), while the others are using the same for both genders

my question here now is, where (i assume in some dbc?) exactly is it defined which item is using gender-specific and which don't?

Pages: [1]