3 Enhanced Edition Engine Modding Differences
mashedtaters
Member Posts: 2,266
I have a request for the wonderful modder gurus out there.
Could you please explain the major differences between modding BGEE, BG2EE, and IWDEE, and how they all differ from modding the original BG2? I am definitely interested in making a mod, possibly an npc mod, and have been reading up on all the guides I can find. But I can't really find any info on this specific question.
I would assume that modding any of the enhanced games is the most similar to modding BG2.
Could you please explain the major differences between modding BGEE, BG2EE, and IWDEE, and how they all differ from modding the original BG2? I am definitely interested in making a mod, possibly an npc mod, and have been reading up on all the guides I can find. But I can't really find any info on this specific question.
I would assume that modding any of the enhanced games is the most similar to modding BG2.
0
Comments
Thanks for the link!
So how do the various enhanced engines editions vary from each other? It seems from your guide that, aside from obvious content/location/plot/quest differences, BGEE and BG2EE are the same. Does this hold true for IWDEE?
So the basic coding for an npc in IWDEE would be the same? Does that include the join dialogue? I haven't yet played IWDEE, but I played the original. I am aware that IWDEE is not just a multiplayer game like the original was (it was essentially just a multiplayer game that you played by yourself).
IWDNPC mod has you load the npcs during the character creation screen. From my understanding then, this is not actually necessary with IWDEE because the game's engine is the same as BG2EE (although the mod is created that way so you still have to do it with that specific mod). So I could in theory create an npc mod and have that character join the group during the course of the game in an IWDEE game? Of course, icewind dale is a little bit more linear so it might not fit with the rest of the game, but it could still be done?
Because there is no protagonist in iwd, I guess that should you code an npc into IWDEE as though there was a protagonist, that player would have to be in slot 1 of the party. Is this true? Or do dialogues now trigger for the whole party, not at just the player in slot 1?
BTW, thanks for answering my questions.
And thanks for all your awesome mods. I feel like I'm speaking to someone famous.
Player1 is not special in IWDEE. In general dialogues trigger with whatever party member is closest, or whoever is in the party leader spot. It's a little harder for dialogues since you're going to have five other NPCs that are more or less unknown; in the BG series you at least knew the background of the main character and the original NPCs.
Interesting. So you could essentially turn IWDEE into a protagonist game. Hmm.