Omedarcus Posted March 3, 2005 Share Posted March 3, 2005 Ok, so after Telos I went to Dxun and Onderon, then Nar Shaddaa, then back to Onderon to save the queen. Then I went to Telos to tell Lt Grenn about the new fuel source from Vogga the Hutt. The thing is the game wont let met tell him. I approach him and he says "Youre back" and my only options are "nevermind" and asking about bounties. Link to comment Share on other sites More sharing options...
Darth Frog Posted March 3, 2005 Share Posted March 3, 2005 Is the quest still marked active in the quest list? I thought it was completed as soon as you got Vogga around to giving Telos a fair deal ... Link to comment Share on other sites More sharing options...
~Di Posted March 3, 2005 Share Posted March 3, 2005 The quest is always immediately transferred to the inactive file as soon as I get Vogga to agree to sell Telos fuel... only I don't think it's supposed happen that way. My log always tells me that I should let Lt Grenn know immediately... except, of course, Grenn doesn't give me the chance to tell him. Worse, he complains bitterly at the end game about being without fuel! Makes me crazy. Link to comment Share on other sites More sharing options...
Darth Frog Posted March 3, 2005 Share Posted March 3, 2005 The quest is always immediately transferred to the inactive file as soon as I get Vogga to agree to sell Telos fuel... OK, so the quest is indeed technically closed ... ... My log always tells me that I should let Lt Grenn know immediately... except, of course, Grenn doesn't give me the chance to tell him. ... but in a KotOR game we would expect Lt Green to reflect that fact ... Worse, he complains bitterly at the end game about being without fuel! Makes me crazy. ... which means he should probably be griping about Vogga's cut-throat fuel price instead. :D One way of making sure might be poking around in the Dialog.TLK file, to see if there are corresponding convo options for the good Lt which just failed to trigger. Can't do it right now, gotta go to work (after only 3 hours of sleep <_< ... but we are in the Monthly Billing phase now, so it is pretty much par for the course). 1 Link to comment Share on other sites More sharing options...
stoffe -mkb- Posted March 3, 2005 Share Posted March 3, 2005 One way of making sure might be poking around in the Dialog.TLK file, to see if there are corresponding convo options for the good Lt which just failed to trigger. Can't do it right now, gotta go to work (after only 3 hours of sleep <_< ... but we are in the Monthly Billing phase now, so it is pretty much par for the course). <{POST_SNAPBACK}> It appears that this is a bug, as all the dialog for informing Grenn about the new fuel source is there. After some digging it looks like the problem is that a variable is set one too high on Vogga's dialog when you inform him you have dealt with Goto. After changing this I could talk to Grenn about the fuel source. If you know how to dig around in the data files, you could fix this fairly easy with a GFF Editor. This is what I did: 1) Open the file 303NAR_dlg.erf (in the Modules folder) and extract Vogga.dlg from it. You can use nwhak.exe to do this if you have it (a utility that comes with Neverwinter Nights), or the ERF Editor if you don't have that (select the file in the treeview and choose export in the menu). 2) Open vogga.dlg in the GFFEditor. 3) In the GFFEditor treeview, find "EntryList" and inside that find "30". 4) For that entry, change "ActionParam1" to 4. The value is 5 as standard. 5) Save the edited Vogga.dlg in the Override folder. As long as you haven't already spoken to Vogga about having dealt with Goto, this should enable you to speak with Grenn about the fuel and receive the reward from him for solving the fuel situation, after you have spoken to Vogga with the fixed dialog. Even the end-game is reflected by this and he no longer mentions a lack of fuel when you speak to him then. Just remember to remove vogga.dlg from your override folder later when the patch is released. 1 Link to comment Share on other sites More sharing options...
justin20031009 Posted March 5, 2005 Share Posted March 5, 2005 OK, I had the exact same problem, and applying the situation above, there is no way. Why the hell should I go in and edit code?!? The solution may work, but again, it's like finding a problem with a new appliance and the store saying, "fix it yourself." I refuse to go in and edit code and do all the other fixes that smart gamers do. NO! I want to open the box and play the game the way it should be played. I'll leave the code writing and editing to the developers. http://forums.obsidianent.com/index.php?showtopic=30303 Link to comment Share on other sites More sharing options...
baibai Posted March 5, 2005 Share Posted March 5, 2005 Kudos to you stoffe for that, I just assumed that the quest was a little funky from the round-about way I took when dealing with Vogga for the fuel. Does the conversation with Grenn result in G0T0 recognising that you've stabilised Telos too? Or is there no such conversation? Link to comment Share on other sites More sharing options...
stoffe -mkb- Posted March 5, 2005 Share Posted March 5, 2005 Kudos to you stoffe for that, I just assumed that the quest was a little funky from the round-about way I took when dealing with Vogga for the fuel. Does the conversation with Grenn result in G0T0 recognising that you've stabilised Telos too? Or is there no such conversation? <{POST_SNAPBACK}> I haven't checked, but somehow I doubt the floating orb would be too eager to praise you for dealing with his rival, wrecking his operations on Nar Shadaa and blowing up his ship in order to arrange a fuel source for Telos. Link to comment Share on other sites More sharing options...
baibai Posted March 6, 2005 Share Posted March 6, 2005 Oh, I didn't say he should be rewarding me (though that would be nice too...), but in our own round-about way we did do what he wanted us to do... ;D During my initial clueless run-around on Nar Shadaa getting fuel ended up being more of a series of joyful (or not so - in G0T0's case) coincidences. Plus he gets a free ride with the crew of awesomeness. Still, thanks once again. I was always bummed that Lt. Grenn ignored me so often (I also managed to break the smuggling quest on Telos with him too. xD) Link to comment Share on other sites More sharing options...
~Di Posted March 6, 2005 Share Posted March 6, 2005 Er... much as I appreciate the fix, I'm much too technologically ignorant to start rooting around in code files. Telos will simply have to live without fuel unless the patch fixes it. Link to comment Share on other sites More sharing options...
DarkPaladin Posted April 8, 2005 Share Posted April 8, 2005 I just wanted to say thankyou to you stoffe -mkb- for the below solution to the Telos Fuel Quest problem. I have to admit I thought it would be pretty daunting, but downloaded the packages from Bioware and had solved it in about 10 minutes (Including install time! ) So thankyou, very, very much... I have now solved the Fuel for Telos mission It appears that this is a bug, as all the dialog for informing Grenn about the new fuel source is there. After some digging it looks like the problem is that a variable is set one too high on Vogga's dialog when you inform him you have dealt with Goto. After changing this I could talk to Grenn about the fuel source. If you know how to dig around in the data files, you could fix this fairly easy with a GFF Editor. This is what I did: 1) Open the file 303NAR_dlg.erf (in the Modules folder) and extract Vogga.dlg from it. You can use nwhak.exe to do this if you have it (a utility that comes with Neverwinter Nights), or the ERF Editor if you don't have that (select the file in the treeview and choose export in the menu). 2) Open vogga.dlg in the GFFEditor. 3) In the GFFEditor treeview, find "EntryList" and inside that find "30". 4) For that entry, change "ActionParam1" to 4. The value is 5 as standard. 5) Save the edited Vogga.dlg in the Override folder. As long as you haven't already spoken to Vogga about having dealt with Goto, this should enable you to speak with Grenn about the fuel and receive the reward from him for solving the fuel situation, after you have spoken to Vogga with the fixed dialog. Even the end-game is reflected by this and he no longer mentions a lack of fuel when you speak to him then. Just remember to remove vogga.dlg from your override folder later when the patch is released. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
RedPanther1 Posted April 8, 2005 Share Posted April 8, 2005 Hm, where is the Override folder located at please? I can't seem to find it. Also, maybe this same tactic could be used to solve the other "missing" quests in the game. Have you done this with any others? Link to comment Share on other sites More sharing options...
DarkPaladin Posted April 10, 2005 Share Posted April 10, 2005 You'll find it at C:\Program Files\LucasArts\SWKotOR2\Override Assuming that you installed to the default folder Hope this helps DarkPaladin (PS I completed the game, and it did register that the quest had been solved (w00t) Hm, where is the Override folder located at please? I can't seem to find it. Also, maybe this same tactic could be used to solve the other "missing" quests in the game. Have you done this with any others? <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
RedPanther1 Posted April 11, 2005 Share Posted April 11, 2005 You'll find it at C:\Program Files\LucasArts\SWKotOR2\Override Assuming that you installed to the default folder Hope this helps DarkPaladin (PS I completed the game, and it did register that the quest had been solved (w00t) Hm, where is the Override folder located at please? I can't seem to find it. Also, maybe this same tactic could be used to solve the other "missing" quests in the game. Have you done this with any others? <{POST_SNAPBACK}> <{POST_SNAPBACK}> Man, I think somehow my Override folder got deleted. I can find the folder in KotOR but not in KotOR II. I tried creating my own Override folder but that didn't work. *sigh* Sometimes I hate computers. Link to comment Share on other sites More sharing options...
LadyCrimson Posted April 14, 2005 Share Posted April 14, 2005 My game didn't install an override folder either...nor did it install the dialoge file (I copied it from the CD to look at it). No, my game isn't broken. It works fine. And in case you're wondering, the game rarely reads off the CD either...(edit - sorry, I mean CD not HD - ie, it's not accessing a file on the CD to make up for not having the dialoge file on HD) I wonder tho if some versions of the game don't install it (I'm in the US), because I'm not the only one I've seen say they're not there. Probably not, but it's a curious thing. I created an override folder and it worked for a couple things, but the dialoge editor doesn't recgonize the dialoge file (even tho I copied it in the proper directory) and hence, won't work. “Things are as they are. Looking out into the universe at night, we make no comparisons between right and wrong stars, nor between well and badly arranged constellations.” – Alan Watts Link to comment Share on other sites More sharing options...
dufflover Posted April 15, 2005 Share Posted April 15, 2005 Well besides from the people not having Override folders (I just checked, don't have one either), has anyone made a downloadable copy of the edited file - saves us all doing that same edit. Pure Pazaak - The Stand-alone Multiplayer Pazaak Game (link to Obsidian board thread) Pure Pazaak website (big thank you to fingolfin) Link to comment Share on other sites More sharing options...
rjv720 Posted June 11, 2014 Share Posted June 11, 2014 I know it is a little late now, but if you do the tslrcm version 1.8.3 it has the fix for this mission. I just finished it today. it also restored much of the loss content. Link to comment Share on other sites More sharing options...
XJEDIEXILEx Posted June 23, 2014 Share Posted June 23, 2014 ... which means he should probably be griping about Vogga's cut-throat fuel price instead. :D Voggas thing was his sleheyron fuel was cheap remember Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now