Getting started in the modding scene
#1
Posted 04 December 2012 - 01:08 PM
My ultimate goal is to make a sort of total conversion mod for SoA, where the player will play through my own original campaign, but I know that might be an overly-ambitious goal to start with.
I would like the people who read this thread to direct me to whatever tutorials may help get started and any other tools besides DLTCEP that I might need.
Thank you in advance!
#2
Posted 04 December 2012 - 03:37 PM
My first advice is, drop entirely the total conversion idea. It's simply not feasible, even less so for someone who's just starting. Otherwise, you'll get frustrated and burnt out in no time.
For tutorials, see here:
http://www.shsforums...5-ie-tutorials/
http://forums.gibber...hp?showforum=62
#3
Posted 04 December 2012 - 03:58 PM
"Ok, I've just about had my FILL of riddle asking, quest assigning, insult throwing, pun hurling, hostage taking, iron mongering, smart-arsed fools, freaks, and felons that continually test my will, mettle, strength, intelligence, and most of all, patience! If you've got a straight answer ANYWHERE in that bent little head of yours, I want to hear it pretty damn quick or I'm going to take a large blunt object roughly the size of Elminster AND his hat, and stuff it lengthwise into a crevice of your being so seldom seen that even the denizens of the nine hells themselves wouldn't touch it with a twenty-foot rusty halberd! Have I MADE myself perfectly CLEAR?!"
--<CHARNAME> to Portalbendarwinden
--------------------
___________Old pen and paper modules of the 70s and 80s.___________
#4
Posted 05 December 2012 - 03:50 AM
Just so we're clear here, when I mentioned a 'total conversion', maybe that's not the right term for it. I don't wanna change anything in the game's mechanics (combat, spells, classes, gameplay in general, etc.). I just want to create a new story, with new characters and quests. Do you think that is doable?
#5
Posted 05 December 2012 - 04:08 AM
That's a total convertion...if you look at the Sam's signature, he has been involved with one, the Classic Adventures. It's doable, for a one person, it's going to take it's sweet time though... but there is the original BGT to testify that it can be done.Just so we're clear here, when I mentioned a 'total conversion', maybe that's not the right term for it. I don't wanna change anything in the game's mechanics (combat, spells, classes, gameplay in general, etc.). I just want to create a new story, with new characters and quests. Do you think that is doable?
And you should take Daulmakan advice... try something simple at first, and then expand from there on out.
Yeah, it's nice to have ideas, but to make them to real mods is harder than you would think, and the fact that they are hard can actually make it better when you succeed.
Now, take that as an advice that you should start small, but from there you can do a lot of great things if you put the time in and see what other people have done and how they did it. Also looking other peoples projects helps, but only if you can understand what they did... so and asking is always allowed, and encouraged.
Deactivated account. The user today is known as The Imp.
#6
Posted 05 December 2012 - 05:19 AM
That's a total convertion...if you look at the Sam's signature, he has been involved with one, the Classic Adventures. It's doable, for a one person, it's going to take it's sweet time though... but there is the original BGT to testify that it can be done.Just so we're clear here, when I mentioned a 'total conversion', maybe that's not the right term for it. I don't wanna change anything in the game's mechanics (combat, spells, classes, gameplay in general, etc.). I just want to create a new story, with new characters and quests. Do you think that is doable?
And you should take Daulmakan advice... try something simple at first, and then expand from there on out.
Yeah, it's nice to have ideas, but to make them to real mods is harder than you would think, and the fact that they are hard can actually make it better when you succeed.
Now, take that as an advice that you should start small, but from there you can do a lot of great things if you put the time in and see what other people have done and how they did it. Also looking other peoples projects helps, but only if you can understand what they did... so and asking is always allowed, and encouraged.
You're right, of course. I won't abandon the Total Conversion idea, but since I'm a total noob, I'll put it on hold. I do have another, simpler project, it's a companion mod. I think I'll start with that.
Thanks!
#7
Posted 05 December 2012 - 07:26 AM
And here's a good guide for that.You're right, of course. I won't abandon the Total Conversion idea, but since I'm a total noob, I'll put it on hold. I do have another, simpler project, it's a companion mod. I think I'll start with that.
Deactivated account. The user today is known as The Imp.
#8
Posted 05 December 2012 - 08:54 AM
And here's a good guide for that.You're right, of course. I won't abandon the Total Conversion idea, but since I'm a total noob, I'll put it on hold. I do have another, simpler project, it's a companion mod. I think I'll start with that.
Thanks, I was actually already reading into that. I've hit one small snag though, in the CRE section of the tutorial, the author tells us to change the override script to our NPC file name, but here's the thing, he (or she) hasn't told us to create any scripts yet, I haven't created BCS files, so naturally there's nothing with NPC filename in the list of possible override scripts. What am I missing here?
#9
Posted 05 December 2012 - 09:11 AM
"The righteous need not cower before the drumbeat of human progress. Though the song of yesterday fades into the challenge of tomorrow, God still watches and judges us. Evil lurks in the datalinks as it lurked in the streets of yesterday, but it was never the streets that were evil." - Sister Miriam Godwinson, Sid Meier's Alpha Centauri
#10
Posted 05 December 2012 - 09:40 AM
Well, you are missing the fact that the script is created later, and it allows you to control the creatures actions... like say you talk to the NPC, and finish, the script looks up if you made any changes to globals and act accordingly*. So just like naming the creature, you just pick the file name at random** and when the content requires a use of a scripted actions, this script is extended to do that. And you do that by actually writing a text file with extension called .baf, and you compile it with the renamed Weidu.exe in the install.Thanks, I was actually already reading into that. I've hit one small snag though, in the CRE section of the tutorial, the author tells us to change the override script to our NPC file name, but here's the thing, he (or she) hasn't told us to create any scripts yet, I haven't created BCS files, so naturally there's nothing with NPC filename in the list of possible override scripts. What am I missing here?
*Say the player talk the NPC to become a Paladin by predefined path of the dialogs in the mod, the dialog file itself cannot do this action, but it can set a global marker and which the characters script can read and the script changes the global value again and adjusts the characters class to become a paladin.
**By random I mean that you probably should request a file prefix from there at some point to avoid compatibility messes and start trying... or you can wait on that, but read what prefixes have already taken...
Deactivated account. The user today is known as The Imp.
#11
Posted 05 December 2012 - 02:14 PM
Just so you know, setup-Elisa.exe.debug is the name of the debug file of my mod. I don't know why my mod's name showed up. I guess maybe my mod and Dungeon be gone are conflicting with one another? Anyways the fact is the guide that you're supposed to talk to skip the dungeon doesn't appear, so Dungeon be Gone isn't working. How do I make it so the two mods don't conflict?
#12
Posted 05 December 2012 - 02:50 PM
Well, from the picture, the computer thinks that the setup-elisa.exe.debug is actually a renamed weidu.exe... or you have removed the original setup-elisa.exe ... now the weidu.exe tried to compare the setup-DungeonBeGone.exe to that file, and it gets confused, as the normal procedure would update the all the renamed weidu.exe's to it's last version, this automatic process done to avoid bugs, but it fails...How do I make it so the two mods don't conflict?
What you could do is to copy the setup-elisa.exe from your mod folder to your game folder and remove the setup-DungeonBeGone.exe, and then rename the setup-elisa.exe to be setup-DungeonBeGone.exe and then start it.
Deactivated account. The user today is known as The Imp.
#13
Posted 05 December 2012 - 03:11 PM
#14
Posted 05 December 2012 - 04:56 PM
COPY ~yourmod/yourcre.cre~ ~override~
ADD_CRE_ITEM ~yourweap~ #0 #0 #0 ~NONE~ ~WEAPON1~ EQUIP
where yourweap.itm is the sword to add and equip.
Edited by Mike1072, 05 December 2012 - 04:58 PM.
#15
Posted 08 December 2012 - 07:27 AM
EDIT: There is something you could help with me with, modding IE requires a lot of tools (WeiDU, Shadowkeeper, near Infinity, Infinity Explorer), but from what I understand DLTCEP can do the functions of all these except WeiDu, so I'd like any tutorials I can get on it. I'm currently reading into this one:
http://www.simpilot....ltcep/index.htm
But if you know of any others, be sure to leave the links here on the thread.
Edited by Black Wizard, 08 December 2012 - 07:48 AM.
Also tagged with one or more of these keywords: modding, Tutorial, Help, DLTCEP
Modding →
IE Modding →
IE Help →
Editing array of objects at once via NIStarted by Remial, 31 Dec 2017 NI, Modding, Nearinfinity and 1 more... |
|
|||
Community Resources →
Resource Request Forum →
Looking for Baldur's Gate Chapters 1 & 2 demo for cut contentStarted by WithinAmnesia, 04 Dec 2017 Demo, Cut Content, Help |
|
|||
Modding →
Mega Modifications →
Mega Mod Help →
Help Needed, Problems installing Big world modStarted by Korvas, 14 Aug 2017 big world mod, help and 1 more... |
|
|||
Modding →
IE Modding →
IE Modding Discussion →
Requesting BG2 EE Mod information (What will work)Started by Old_Druid, 07 Apr 2017 BG2EE, Mods, Help |
|
|||
Modding →
Visual and Audio Mods →
1PP →
Solved: How to Edit your Character Avatar Equipment Animation SlotStarted by Reddbane, 29 Oct 2016 avatar, Opcode 53, help |
|
|