New progress report
#1
Posted 29 January 2009 - 06:32 PM
Music now works fine.
One random detail: the sound of footsteps in snow now works!
Having looked again at INI files, it looks possible to write an interpreter for them in WEIDU rather than Perl, which will be slightly less faffy.
We make progress...
#2
Posted 01 February 2009 - 07:08 PM
But anyway, mostly in the last few days I've been trying to get a stable install with all the various features together and not causing crashes. That's basically done.
Also:
- a few more opcodes now convert: only four or five spells left to do (other than ones that are beyond me)
- chapter start screens now work
#3
Posted 03 February 2009 - 02:12 AM
Did you know:
- In IWD, "GlobalTimerExpired" evaluates as true when the timer hasn't yet been set? (I swap them all for !GlobalTimerNotExpired)
- BG2 start-of-chapter music is included in the voiceover WAV; IWD start-of-chapter music is a separate ACM? (I patch it into the WAV manually)
- IWD minimaps are 4/3 the scale of BG2 ones? (I'm having to generate new minimaps for all the areas from the original WED/TIS)
- For some reason the pathing in IWD is happy with exits that extend too close to the screen edge for BG2 to handle? (I've got a macro that resizes them)
In other news, I'd say the awkward issues with scripts are now 1/3 to 1/2 resolved.
#4
Posted 04 February 2009 - 06:17 AM
In case it isn't obvious, the basic working principle here is to automate anything that moves. I absolutely do not want to end up having to edit dozens or hundreds of files in DLTCEP or something.
After this, I need to
- merge the worldmaps
- code character advancement
- handle creature sounds
- process INI files
We won't be quite done, then, but we'll be done other than a collection of not-too-difficult special cases (and doubtless it'll all still be horrendously buggy).
#5
Posted 09 February 2009 - 01:33 AM
Worldmap done (in a straightforward, merge-the-maps-and-then-get-your-artistic-wife-to-add-a-border, way - we can think about embellishments later).
Done about half the character-advancement stuff (i.e., rangers and paladins are done; mages, clerics and fighters don't need anything; I can't do the thief special powers so I'm not trying; sorcerors need to be checked to make sure they're working okay; druids and bards need their special powers to be added.)
Corrected a few glitches in the character-generation bit of the GUI (more to go, though I'm not going to spend too long making it beautiful given that you only see it once).
Random extra problem that came up: randomised treasure. IWD and BG2 handle this differently but I've converted as best I can.
#6
Posted 09 February 2009 - 04:58 AM
DavidW, on Feb 4 2009, 03:17 PM, said:
Quote
Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator
If possible, send diffs, translations and other contributions using Git.
#7
Posted 09 February 2009 - 07:09 AM
the bigg, on Feb 9 2009, 12:58 PM, said:
Nah, go for it. It's one of these things that's obvious when you think of it, but I hadn't for some reason.
Quote
Quote
I really doubt there's enough demand. Loads of people want detailed interfaces into dlg files; hardly anyone does anything that sophisticated with scripts. I'm about the only person (other than Sikret, I guess!) currently doing anything complicated enough to benefit from SSL-level handling, for instance. (As I think I've said elsewhere, SSL is a kind of D format for scripts, but as far as I know no-one's taken up my offer of using it.)
#8
Posted 09 February 2009 - 07:22 AM
EDIT_BCS_BLOCKS filename BEGIN trigger [list] END BEGIN action [list] END BEGIN patch [list] END
would be cool.
Syntax: trigger, action are (resp) BCS triggers and actions (could contain regexps); command goes through each bcs block in filename and for each one whose trigger block contains all the triggers and whose action block contains all the actions, treats it as a text file and applies the patches. Then they all get sewn together again.
But like I say, I'm not actually convinced enough people would actually use it to make it worthwhile. I would have used it lots for IWD-in-BG2, but by now I've kludged and hacked my way through without it; occasionally it might be useful in SCS(II) but mostly I use SSL anyway. Just thinking aloud really.
#9
Posted 09 February 2009 - 09:59 AM
Author or Co-Author: WeiDU - Widescreen - Generalized Biffing - Refinements - TB#Tweaks - IWD2Tweaks - TB#Characters - Traify Tool - Some mods that I won't mention in public
Maintainer: Semi-Multi Clerics - Nalia Mod - Nvidia Fix
Code dumps: Detect custom secondary types - Stutter Investigator
If possible, send diffs, translations and other contributions using Git.
#10
Posted 09 February 2009 - 11:07 AM
the bigg, on Feb 9 2009, 05:59 PM, said:
Not reliably enough to make you do the work. (If it had occurred to me to ask a week ago, before I'd started doing the IWD-in-BG2 script replacements, it might have been, but atm I can't think of anything comparable I'm likely to do soon.) I was just brainstorming what that kind of functionality would actually look like in principle.
#11
Posted 16 February 2009 - 10:04 AM
Apologies to Berelinde for not using the hand-converted ones you did last spring - but looking at the files more carefully I reckon Cam wasn't quite right about how they worked, and overall it seemed safest to have an automated converter that could be tweaked without hand-altering dozens of files if something turns out to need modifying.
#12
Posted 03 March 2009 - 02:18 AM
- sort out druid, bard and sorceror advancement
- finish off the last dozen or so spell and item conversions (I've been putting this off because I hate manual work)
- do a few workarounds via area script -notably: Pomab, the Crypt Things (ditto)
- actually build an installer (the thing I'm using locally is a nightmare)
- a couple of microtasks (like sorting out spell descriptions for temples)
I'm hoping to have a playable (albeit buggy!) beta for April 1st, which is the anniversary of Cam's original announcement, but we'll see if that's actually RL-compatible.
EDIT:
checking back over Cam's original list, I also need to do
- death variables
- item descriptions and proficiencies
#13
Posted 03 March 2009 - 11:15 AM
Even so, I'll be ready when you have it. And your target date would be a nice coincidence...
And all the time, such is the tragi-comedy of our situation, we continue to clamour for those very qualities we are rendering impossible. . . . In a sort of ghastly simplicity we remove the organ and demand the function. We make men without chests and expect of them virtue and enterprise. We laugh at honour and are shocked to find traitors in our midst. We castrate and bid the geldings be fruitful.
C.S. Lewis, The Abolition of Man
#14
Posted 03 March 2009 - 11:40 AM
grogerson, on Mar 3 2009, 07:15 PM, said:
Actually, that's a slightly different problem - Hrothgar doesn't seem to have any DV at all, but IWD seems to be able to use the creature name as a surrogate. This is one of these problems which I fully expect to lead to bugs in the beta, as I can't easily automate catching it.
#15
Posted 03 March 2009 - 12:26 PM
Edited by devSin, 03 March 2009 - 12:30 PM.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











