Bioware Crafting

Forum for scripters of NWN material and third party applications.
Post Reply
Ferus
World Leader: Mystara
Posts: 85
Joined: Thu Nov 13, 2003 6:31 pm
Location: Rockhome
Contact:

Bioware Crafting

Post by Ferus »

How does one go about enableing the bioware crafting system in the zeromod?

ive found this line

Code: Select all

  SetModuleSwitch (MODULE_SWITCH_DISABLE_ITEM_CREATION_FEATS, TRUE);
before i commented it out and that didnt work.
Thoughts?

Ferus
[url=http://www.theknownworld.org]Lands of Mystara[/url]
Orleron
Multiverse Scholar
Posts: 1247
Joined: Mon Nov 10, 2003 11:15 am
Location: Avlis
Contact:

Post by Orleron »

Try setting it to FALSE instead maybe.
Avlis: http://www.avlis.org

"My name is Orleron...a dungeonmaster...two years ago I got shot through a game client...I'm in a distant part of the internet aboard these servers of escaped mental patients...my players. I've made enemies, stupid, and annoying...now all I want to do is make CoPaP a reality, to warn Earth...Look inward(to your monitor) and share the newbies I've seen..."
Ferus
World Leader: Mystara
Posts: 85
Joined: Thu Nov 13, 2003 6:31 pm
Location: Rockhome
Contact:

Post by Ferus »

tired that got a definition not defined error
[url=http://www.theknownworld.org]Lands of Mystara[/url]
Cromwell
World Leader - LoT: Thay
Posts: 71
Joined: Fri Jun 04, 2004 3:27 pm
Location: Thaymount, Thay
Contact:

Post by Cromwell »

So from what im getting at... This line is disabling it, you tried removing it, and it didn't work, and obviously you can't set it to false because its a switch to disable a function. I would try removing (commenting it out) it again, and building the module (compiling scripts only).
[color=red]"How wonderfully mad of you!"[/color]
Ferus
World Leader: Mystara
Posts: 85
Joined: Thu Nov 13, 2003 6:31 pm
Location: Rockhome
Contact:

Post by Ferus »

Aye, tried that also
with the various haks ive added and taken away has rebuilt the mod , and still nothing.
[url=http://www.theknownworld.org]Lands of Mystara[/url]
Orleron
Multiverse Scholar
Posts: 1247
Joined: Mon Nov 10, 2003 11:15 am
Location: Avlis
Contact:

Post by Orleron »

Check the crafting scripts themselves. I'm pretty sure we commented out the skill scripts themselves, because honestly the bioware crafting completely kills the crafting balance of our other crafting system.
Avlis: http://www.avlis.org

"My name is Orleron...a dungeonmaster...two years ago I got shot through a game client...I'm in a distant part of the internet aboard these servers of escaped mental patients...my players. I've made enemies, stupid, and annoying...now all I want to do is make CoPaP a reality, to warn Earth...Look inward(to your monitor) and share the newbies I've seen..."
Ferus
World Leader: Mystara
Posts: 85
Joined: Thu Nov 13, 2003 6:31 pm
Location: Rockhome
Contact:

Post by Ferus »

ive went in and adjusted the converstion, so the int check doesnt happen.
the only thing that it is getting used for is armor modding, ingrediance arnt going to be available anywhere, if they will, it will be DM controled, as a quest of sorts.
[url=http://www.theknownworld.org]Lands of Mystara[/url]
Jeff
World Leader: Ea
Posts: 130
Joined: Wed Nov 19, 2003 8:36 pm
Location: EA
Contact:

Post by Jeff »

This is in the bioware file
x2_mod_def_load



// * Craft Feats: Use this to disable Item Creation Feats if you do not want
// * them in your module
// SetModuleSwitch (MODULE_SWITCH_DISABLE_ITEM_CREATION_FEATS, TRUE);
Come by and see us at:
http://hanus.is-a-geek.net/
Post Reply