berelinde Posted November 25, 2011 Posted November 25, 2011 If something is amiss, report it here. Quote
Jenne Posted December 22, 2011 Posted December 22, 2011 I believe I found a bug. Garrick's talk about sun and stars (the one that starts with ~Everyone likes the stars, but what about the sun? Daytime is so much nicer.~) seems to be repeating over and over. I looked it up in the .d file and there is a variable which isn't set right. I corrected it in my game by setting the variable to the beginning of the next lovetalk, but maybe it is something that needs to be corrected for the next version? Also, he never speaks by himself, I have to PID him periodically to get the dialogues. I don't know if it is supposed to be like that. Quote
berelinde Posted December 22, 2011 Author Posted December 22, 2011 How peculiar. I'll look into both. Thanks for reporting. Quote
hook71 Posted January 31, 2012 Posted January 31, 2012 Looked through dialogue.d and saw some small things: ~By the goose feathers, it would be so much simpler if you've just stopped taking everything as an affront.~ you've -> you ~That makes too of us, sun-admirers, then!~ too -> two ~But it's for the best. Now I simply must finish this great ballade I'm working on! To, erm, see everything in perspective.~ ~It's for the best anyway, right? Because now I simply must finish this great ballad I'm working on! To, erm, see everything in perspective.~ ballade or ballad? ~If you trying to improve your Bovine, the proper pronunciation is "Mooooo..." with an emphasis on the "oooo".~ you trying -> you are trying ~I, uhm, I seem to remember things you like and dislike. It's just, well, happens.~ It's -> It ~I've guessed it when you've read it to me the first time. There was something in your eyes... the indescribable feeling....~ I've guessed it when you've read it to me the first time. -> I guessed it when you read it to me the first time. ~Someone should treat you to the most magnificent things... you deserve it... I was glad todo it).~ todo it). -> to do it. ~I'm glad you've changed your mind! I felt a bit down that you, erm, refusing my offer.~ refusing -> refused ~I am happy because I am in a good company.~ in a good company. -> in good company. ~You have good memories of him. I wonder if I'd felt about father that way if he were gone.... ~ I wonder if I'd felt about father that way if he were gone.... -> I wonder if I'd feel that way about father if he were gone... Quote
Adanedhel Posted July 24, 2012 Posted July 24, 2012 The last block of script.baf should probably be OR(25) for its triggers Current block : IF %BGT_VAR% InParty(Myself) GlobalLT("P#GarrickStopFlirt","GLOBAL",10) !StateCheck(Myself,CD_STATE_NOTVALID) !StateCheck(Player1,CD_STATE_NOTVALID) CombatCounter(0) !See([ENEMY]) !Global("X#AjantisCoranChallenge","GLOBAL",1) OR(12) Global("P#GarrickFlirt","GLOBAL",1) Global("P#GarrickFlirt","GLOBAL",3) Global("P#GarrickFlirt","GLOBAL",5) Global("P#GarrickFlirt","GLOBAL",7) Global("P#GarrickFlirt","GLOBAL",9) Global("P#GarrickFlirt","GLOBAL",11) Global("P#GarrickFlirt","GLOBAL",13) Global("P#GarrickFlirt","GLOBAL",15) Global("P#GarrickFlirt","GLOBAL",17) Global("P#GarrickFlirt","GLOBAL",19) Global("P#GarrickFlirt","GLOBAL",21) Global("P#GarrickFlirt","GLOBAL",23) Global("P#GarrickFlirt","GLOBAL",25) Global("P#GarrickFlirt","GLOBAL",27) Global("P#GarrickFlirt","GLOBAL",29) Global("P#GarrickFlirt","GLOBAL",31) Global("P#GarrickFlirt","GLOBAL",33) Global("P#GarrickFlirt","GLOBAL",35) Global("P#GarrickFlirt","GLOBAL",37) Global("P#GarrickFlirt","GLOBAL",39) Global("P#GarrickFlirt","GLOBAL",41) Global("P#GarrickFlirt","GLOBAL",43) Global("P#GarrickFlirt","GLOBAL",45) Global("P#GarrickFlirt","GLOBAL",47) Global("P#GarrickFlirt","GLOBAL",49) THEN RESPONSE #100 // PlaySong(0) // PlaySound("P#GARRIC") StartDialogueNoSet(Player1) END Quote
MissBehave Posted January 2, 2014 Posted January 2, 2014 I'm taking dear sweet Garrick with me for the first time and I can report like somebody else has that I've had to talk to him to trigger some talks. Not a huge deal, now that I know. Quote
MissBehave Posted February 10, 2014 Posted February 10, 2014 My report is a copy and paste of Jenne. Exact same problems. The triggering talks through PID isn't a huge hassle, but I can't get past his sun talk. How do I fix it locally? Quote
berelinde Posted February 10, 2014 Author Posted February 10, 2014 You'd have to find the block of code Adanedhel posted, change the (12) to (25) and reinstall the mod. I can put a hotfix together tonight, but it will have to wait until tonight. It will only take a few moments, but I need to be home to do it. Ah, yes, this is what it is to be modding again. But it's about time. Quote
MissBehave Posted February 10, 2014 Posted February 10, 2014 You know we love you right? Will wait for the hotfix. Quote
berelinde Posted February 11, 2014 Author Posted February 11, 2014 (edited) It turns out that I couldn't do a hotfix without potentially messing up other mods, so I simply versioned up. The new beta is theoretically BGEE compatible, although I'm going to have to ask a friend to test install that since I don't have BGEE. But it installs just fine on Tutu. But the important thing is that the scripting error is fixed. To avoid scrambled strings and other reinstallation woes, please follow these steps: 1. Print out your weidu.log. To do this, locate your weidu.log in your installation folder and open it with any text editor. Notepad will work, if necessary. Print it out. It is very important to have a hardcopy of this. 2. Beginning with the last entry of your weidu.log, uninstall that mod. Uninstall the one before it, and so on, until you reach Garrick's Infatuation. 3. Uninstall Garrick's Infatuation and delete the folder. 4. Download Garrick's Infatuation here and install it as you normally would. 5. Referring to that printout of your weidu.log, install the mod that came after Garrick's Infatuation, and then each mod after that in order. That is important. 6. Carry on with your game. Apologies to hook71! I neglected to fix the typos and grammar errors. This will undoubtedly go through one more version up after the BGEE testing comes back, so I will do them then. Edited February 11, 2014 by berelinde Quote
Twani Posted February 11, 2014 Posted February 11, 2014 I'll run a check in BGEE tomorrow or the next day, see if I can get things triggering. Thanks for your work! Quote
berelinde Posted February 11, 2014 Author Posted February 11, 2014 Thank you very much, Twani! <3 I'm going to start converting my mods and the rest of those I'm responsible for soon, and I really need to get this sorted. Quote
MissBehave Posted February 12, 2014 Posted February 12, 2014 To the best of my knowledge Garrick was my last mod installed for BG1, so it looks like I'll have an easy fix. But thank you for the detailed 'How To' Actually at this point I might just hold off, wait for BG1 NPC, Gavin and the new RE for BG1 to be released for BG:EE and give that game a real go. I've owned it long enough... If this version of Garrick works for BG:EE I'll install him there. Quote
berelinde Posted February 12, 2014 Author Posted February 12, 2014 Gavin probably won't be out until next week. I have a very full week at work and won't have time to do anything with the mod until Saturday. But it's up to you! I just wanted to let you know that it may take a little while. But not forever. Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.