Need info for modding my IWDEE
Sereverus
Member Posts: 70
observing from these forums it isn't too complicated to do yourself, but very timeconsuming, i'm just wondering if there is a way for me to allow my Sorcerer to use and become grand master with Twohanded swords, i've already added the proficiencies, but i'm not sure if there is anything else i need to do
Post edited by Sereverus on
0
Comments
Dltcep is extremely useful for modding. It allows you to easily create abilities and items. The beamdog team actually uses it. It can be found here:
http://gibberlings3.net/forums/index.php?showtopic=23917#entry196679
There you will always find the most up to date version.
http://gibberlings3.net/iesdp/opcodes/bgee.htm
Each "#" is what is known as an 'opcode'. So, if you see somebody talking about (eg) "opcode 178", they are talking about "Spell Effect: THAC0 vs. Creature Type Modifier" (i.e. to hit bonuses against certain creature types). If you are interested in doing some modding, practice making spells and items first. Then try a kit (there is a wonderful tutorial stickied here). Then perhaps read some weidu documentation to get a better feel of what is actually being done:
http://www.weidu.org/~thebigg/README-WeiDU.html
Perhaps then think about scripting (or do that earlier--it's my favorite). You would look in the weidu link above, but I think that there other tutorials out there as well. But you can also look at 'triggers' and 'actions' here:
http://gibberlings3.net/iesdp/scripting/triggers/bgeetriggers.htm
and here:
http://gibberlings3.net/iesdp/scripting/actions/bgeeactions.htm
respectively. (the second link, 'actions' gives you a feel for the basic structure of scripts).
Anyway, tons to learn if you're interested. Personally, I like modding more than playing!