Need someone to proofread script
#1
Posted 14 September 2004 - 07:41 AM
So anyone who knows enough about scripts and has Tutu please answer or pm!
#2
Posted 14 September 2004 - 07:49 AM
If you want bugs, try compiling it (by WeiDU or whatever) and addressing the bug report it gives you.
Yikari, monk NPC
Shed's Mods - Three time TeamBG Contest winner!
The Jerry Zinger Show
ShedPlant.net
#3
Posted 15 September 2004 - 10:49 AM
The trick is to keep track of all that is going on; if there is no requirement to do anything, then bomb out of the script.
Word of warning; if you use Near Infinity then you will need the current BETA version to be sure of BG1-type compatibility and don't forget to put all of the ids files into your override directory.
I don't have Tutu, so I can't really help there.
-Y-
Edited by Yovaneth, 15 September 2004 - 10:52 AM.
'Go for the optics, Chiktikka. GO FOR THE OPTICS!!' - Tali vas Neema
DLTCEP Tutorials Update Page
DLTCEP Tutorials Main Page
Yovaneth's AI Scripts for BG1, BG2-SoA and IWD1
Fishing for Trouble - a quest mod for Shadows of Amn
#4
Posted 16 September 2004 - 08:38 AM
The script runs fine in game, but there are some problems with
*RandomNums which always seem to trigger
*mages who talk right away after you see them (EDIT: when meeting them right away after entering) : they wait too long before casting (I solved that somewhat by changing _initdlg.bcs, but they are still somewhat slower, I think). I think it happens because the spell memorization is done with globals (as for every level and kit of a mage).
*guys who don't cast once every round but like once every 1.5 rounds. I have lowered the castnattack timer to 4, but I guess that's not really necessary
* and things that'll pop up later, I'm sure
Erm... actually you don't need Tutu to check it out, but as I wrote this, I always had to see the effect in-game. Probably that counts for you too.
Come on, if I can write a script, YOU certainly can proofread it.
EDIT: I'll just add the weidumod to speed things up... the script is named tutumages.baf.
Attached Files
Edited by Topaz, 17 September 2004 - 04:00 AM.
#5
Posted 17 September 2004 - 09:40 AM
Come on, if I can write a script, YOU certainly can proofread it.
Not at the moment . I'm working two jobs a week and also trying to work on a mod.... anything else is likely to break my back!!!!
-Y-
'Go for the optics, Chiktikka. GO FOR THE OPTICS!!' - Tali vas Neema
DLTCEP Tutorials Update Page
DLTCEP Tutorials Main Page
Yovaneth's AI Scripts for BG1, BG2-SoA and IWD1
Fishing for Trouble - a quest mod for Shadows of Amn
#6
Posted 18 September 2004 - 01:34 AM