Proleric
Proleric
Reactions
-
Re: Run script without start module
You can use moneo: https://neverwintervault.org/project/nwn1/script/moneo-v40224 (View Post)1 -
Re: Weird Graphics Glitch - White Armor?
That usually indicates a missing texture. First thing to try is removing all custom content, including overrides, patch haks, the development folder and Workshop Items. if you have them. (View Post)1 -
Re: Easy guide to making custom henchmen?
Try this: https://neverwintervault.org/project/nwn1/script/guide-making-hotusou-henchmen (View Post)2 -
Re: Project Q animations
Additional animations for humanoids are normally in the file a_ba_non_combat.mdl. Discover which hak it's in (using text string search in any decent file manager e.g. Free Commander). Open the hak in… (View Post)2 -
Re: Container 25 page limit.
To check item size, discover the base item type (GetBaseItemType). Look it up (Get2DAString) in baseitems.2da to discover InvSlotWidth and InvSlotHeight. (View Post)1