Player Resource Consortium
Neverwinter Nights => Help => Topic started by: DM Heatstroke on April 22, 2010, 07:59:53 AM
-
RacialAppear.2DA
What switches need to be set to get the ConvoCC to use this 2DA for PC appearances?
-
I think you were looking for this:
/*
* Enforces racial appearance as defined in racialtypes.2da
*/
const string PRC_ENFORCE_RACIAL_APPEARANCE = "PRC_ENFORCE_RACIAL_APPEARANCE";
-
I think you were looking for this:
/*
* Enforces racial appearance as defined in racialtypes.2da
*/
const string PRC_ENFORCE_RACIAL_APPEARANCE = "PRC_ENFORCE_RACIAL_APPEARANCE";
Not racialtypes.2da. Racialappear.2da
I had that switch set, & have multiple appearances defined in the 2DA for a few of my server's races (i.e. aarakocra has 6 models to choose from & thri-kreen have 5) but when creating said character, the player is never allowed to choose from any of those models.
Will check it out again tonight.
-
I don't think that's how this switch work - the way it works is that your players can select any appearance, but when they login, appearance is set to that specified in racialtypes.2da
Will check that...
Edit: Yep, if the character have different appearance than the one form racialtypes.2da ('Appearance' column) it will be set to that appearance.
-
I don't think that's how this switch work - the way it works is that your players can select any appearance, but when they login, appearance is set to that specified in racialtypes.2da.
Will check that...
Can you tell me what racialappear.2da is for then?
2DA V2.0
Label Male1 Male2 Male3 Male4 Male5 Female1 Female2 Female3 Female4 Female5 Wing1 Wing2 Wing3 Tail1 Tail2 Tail3
0 Dwarf 0 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
1 Elf 1 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
2 Gnome 2 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
3 Halfling 3 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
4 HalfElf 4 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
5 HalfOrc 5 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
6 Human 6 **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
7 Aberration **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
8 Animal **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
9 Beast **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
10 Construct **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
11 Dragon **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
12 Humanoid_Goblinoid **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
13 Humanoid_Monstrous **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
14 Humanoid_Orc **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
15 Humanoid_Reptilian **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
16 Elemental **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
17 Fey **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
18 Giant **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
19 Magical_Beast **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
20 Outsider **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
21 DELETED **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
22 DELETED **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
23 Shapechanger **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
24 Undead **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
25 Vermin **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
26 DELETED **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
27 DELETED **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
28 INVALID_RACE **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
29 Ooze **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
30 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
31 **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** **** ****
32 Aarakocra 2122 2123 2124 2125 2127 2116 2117 2118 2119 2121 **** **** **** **** **** ****
Is this not how it's supposed to be set up?
-
This file doesn't work with 'PRC_ENFORCE_RACIAL_APPEARANCE' switch - disable it.
Set 'PRC_CONVOCC_USE_RACIAL_APPEARANCES' to 1 and try renaming the file to racialappearance.2da (add it to database) - maybe this will work.
There might be some problems - The file name is too long, will have to edit ConvoCC code.
Edit: It's not too long - ????
-
This file doesn't work with 'PRC_ENFORCE_RACIAL_APPEARANCE' switch - disable it.
Set 'PRC_CONVOCC_USE_RACIAL_APPEARANCES' to 1 and try renaming the file to racialappearance.2da (add it to database) - maybe this will work.
There might be some problems - The file name is too long, will have to edit ConvoCC code.
Edit: It's not too long - ????
"Racialappearance" is exactly 16 characters. Shouldn't be too long. But it's "racialappear" in the PRC_Race.hak file.
Which should it be?
-
This file doesn't work with 'PRC_ENFORCE_RACIAL_APPEARANCE' switch - disable it.
Set 'PRC_CONVOCC_USE_RACIAL_APPEARANCES' to 1 and try renaming the file to racialappearance.2da (add it to database) - maybe this will work.
There might be some problems - The file name is too long, will have to edit ConvoCC code.
Edit: It's not too long - ????
"Racialappearance" is exactly 16 characters. Shouldn't be too long. But it's "racialappear" in the PRC_Race.hak file.
Which should it be?
Yes it is and I have no idea why it was done like this :|
According to CC code this should be "racialappearance".
BTW I'm on chat now >.>
-
DM Heatstroke - i've made some tests with no success :(
So the racialappear.2da file seems to be an unfinished project and it doesn't work at this stage.
-
DM Heatstroke - i've made some tests with no success :(
So the racialappear.2da file seems to be an unfinished project and it doesn't work at this stage.
*Cries in his sweet tea.
-
Is there any chance of this getting fixed / added? It would be very awesome if you could pick from all the appropriate appearances for a given race.
-
I am glad I found this post it will save me time from updating the 2da, thank you for keeping these forums going
-
I am glad I found this post it will save me time from updating the 2da, thank you for keeping these forums going
Actually, I'm pretty sure XWarren fixed this, cause it's working as it's supposed to on Athas Reborn.
-
Really?
looks like I can add it to top of the stack then...
Thanks for the reply
-
Really?
looks like I can add it to top of the stack then...
Thanks for the reply
Try it with one race 1st (I'm assuming you know what you are doing with regard to the PRC in general), if it doesn't work let me know & I'll dig out the relative scripts from Athas Reborn & PM them to you.