Salk Posted July 31, 2018 Posted July 31, 2018 Hello! When the Player leaves Dantooine the first time and travels to any other destination, Zaalbar will approach to mention the food supplies being dwindling. The dialogue ebo_zal should start the Quest and I get the "Journal Entry Added" when the dialogue finishes. But when I check on the Active Quests, the entry is not there, for some reason which escapes me but that has possibly to do with the oddity of the script k_pebo_zalmove which removes the entry itself (!) via RemoveJournalQuestEntry("ebo_supplies"); The entry should be: Zaalbar is concerned about the emergency food stores in the Ebon Hawk's cargo hold. The Wookiee's natural fixation on food might be causing him to worry unjustly, but you should still check it out just to be safe. Once the Player investigates the Food Supply crate, the Quest starts properly with another entry: Something, or possibly someone, has been into the food supplies. You might want to conduct a search of the ship to try to find the culprit. Can someone confirm that this is not just a local problem with my game? Thanks! 1 Quote
ebmar Posted August 1, 2018 Posted August 1, 2018 16 hours ago, Salk said: Can someone confirm that this is not just a local problem with my game? I have experienced the same problem! I second the scratching heads on this one. 😁 Quote
Salk Posted August 1, 2018 Author Posted August 1, 2018 I am trying to remedy this but to do it right, I would need to know if there is some variable I can check against the destruction of Dantooine. Anybody that has it at hand? Thanks! Quote
DarthParametric Posted August 1, 2018 Posted August 1, 2018 DAN_PLANET_PLOT perhaps? Or maybe LEV_ESCAPE after leaving the Leviathan? There should be something in the galaxy map script that checks whether or not you can still travel to Dantooine, so that should be what you are looking for. Edit: Looks like that script references K_CAPTURED_LEV. Quote
Salk Posted August 1, 2018 Author Posted August 1, 2018 10 minutes ago, DarthParametric said: DAN_PLANET_PLOT perhaps? Or maybe LEV_ESCAPE after leaving the Leviathan? There should be something in the galaxy map script that checks whether or not you can still travel to Dantooine, so that should be what you are looking for. Neither of those is a Boolean so it'd be not so easy to track down what value I should be using, unfortunately. Looking at k_inc_ebonhawk it seems like K_CAPTURED_LEV is set to 10 when escaped. I suppose I could use that? Quote
Salk Posted August 4, 2018 Author Posted August 4, 2018 Well, this is tentatively fixed. I found out the game uses K_Star_Map >= 40 to keep track of post Dantooine destruction. Quote
JDub96 Posted March 19, 2022 Posted March 19, 2022 On 8/3/2018 at 8:35 PM, Salk said: Well, this is tentatively fixed. I found out the game uses K_Star_Map >= 40 to keep track of post Dantooine destruction. Do you still have the fix for this? Quote
Salk Posted March 20, 2022 Author Posted March 20, 2022 Yes but it is not the most trivial fix (I have made changes to global.jrl and to the dialog.tlk file) and it's part of my own (huge) modification. I'd have to go release it separately via TSL Patcher and I honestly cannot put time into it. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.