DLTCEP: Complete field guide
Cirdan
Member Posts: 21
Ladies and Gentlemen,
Is there in existance a document that details the function of very field for DLTCEP?
Cirdan
Is there in existance a document that details the function of very field for DLTCEP?
Cirdan
1
Comments
You need to know the opcodes, and how they work, for the effect fields of items and spells. I had a link with all the opcodes meanings for iwd and bg1-bg2 games, that's saved at my home pc. I can give you that link later tonight if no one else posts it.
Edit:Oh, here are the codes for all effects in bg:ee
http://gemrb.org/iesdp/opcodes/bgee.htm
For example, opcode 12 is damage. Any spell that does damage has this effect. You can change the type of damage done by editing the code in the type section. For example, magic missile does magic damage which is type '4194304', you can change it to do cold damage instead, which is type '131072'. Then you can change the damage it does. There is a fixed damage column, which is 1 for magic missile, and a dice column which is 1d4, thus magic missile does 1d4+1 damage. You can change it however you like. At the bottom there is the saving throw and ignore magic resistance fields. You can put a save vs spells there, this means a save vs spells will avoid all the damage. If you want the spell to do half damage, you need to put two different but same damage codes, which are the halves of the total damage, and set one to no save, and other to save vs spells. For example, for a spell that does 2d4 damage, save for half, you need to set one damage opcode with 1d4 damage, with no save. Second damage opcode will be 1d4 too, but with a save vs spells. You can change the projectile animation, casting speed, range, spell school, level, pretty much anything and save it as a new, unique spell. You may check the fireball spells damage opcodes to see how it works.
Basically, that's how I edit things, look for the existent things that are alike what is in my mind. For example if I want to create a speed weapon that gives +1 attack, I look at the Belm+2's item file and its effects to see/understand how it works and copy it.
Editing things are fun and actually very easy!
Contains an area tutorial.
IESDP: http://gibberlings3.net/forums/index.php?showforum=54
is the best fileformat guide.
I found nearinfinity and it gave me more problems and error codes in the first five minutes than i've ever had with DLTCEP
hmmm..... do you think near infinity would have any problems with vs. 1.3 that was just released?
Here, I'll make it easy for you:
http://forum.baldursgate.com/discussion/30593/new-versions-of-nearinfinity-available#latest
If you got Near Infinity from the thread that Loremaster linked to, it's possible you got an older version. The newest one might give you less trouble.