Author |
Message |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Fri May 21, 2010 9:08 Subject: nwnx_funcs for windows |
Its a nwn thing, it only does the visual part of the gender change when the PC object is initiated. Which only happens on login I think. You could try applying a very short polymorph effect - like 0.5 ... |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Thu May 20, 2010 8:52 Subject: nwnx_funcs for windows |
MaxRock is right, I've already had the same idea but using SetAppearanceType doesn't solve the problem.
Nevertheless I don't have tried the Terra_777's polymorph trick. I'll try it asap. |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Wed May 19, 2010 20:41 Subject: nwnx_funcs for windows |
I've just tested the SetGender function.
It's working but the player must disconnect/reconnect to see the visual change in the appearance. Is that normal and due to nwn limitations? |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Mon May 17, 2010 10:48 Subject: nwnx_funcs for windows |
Thanks MaxRock for the new functions!
More and more functionalities I've given up are reborning thanks to that kind of functions. |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Fri Apr 23, 2010 9:18 Subject: nwnx_funcs for windows |
Less importantly are gender and portrait Are these on your to do list?
Just after reading that, I've just thought a SetGender and SetPortrait could be used together in a "Disguise process" ... |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Wed Apr 07, 2010 9:14 Subject: nwnx_funcs for windows |
>Terra_777
So should I understand that the Aurora limit is 511 characters (the length of the string declaration in your correction)?
With your solution, the spacer will have a length of 1022 char ... |
Topic: nwnx_funcs for windows |
Xylou
Replies: 428
Views: 379919
|
Forum: Windows development Posted: Tue Apr 06, 2010 20:25 Subject: nwnx_funcs for windows |
Hello MaxRock.
I've taken the last version (0.0.51) but unfortunately got a compilation error with the sSpacer of the function NWNXFuncs_GetAllKnownFeats.
It has 1024 blank characters with seems to ... |
|