Enable an unreachable dialog option after you and Atton discuss about Kreia. Atton discuss about the locked astronavigation system. This addition allows triggering a new line while talking to T3-M4 right after the conversation with Atton.
Permissions and credits
Credits and distribution permission
Other user's assetsThis author has not specified whether they have used assets from other authors or not
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Description Enable an additional reply option after you and Atton discuss Kreia:
QuoteWe should be there before too long. You can check our course on the galaxy map if you want - it's on the wall behind you.
This mod also modifies the default dialog line of the reply which don't make much sense in this context:
QuoteWhat do you mean, "not much use?"
by
QuoteCan't we choose another destination?
This addition allows triggering a new line while talking to T3-M4 after the conversation with Atton. This dialog can unlock later in the story line, but it makes more sense to happen now even tho your influence on T3 is too low.
QuoteT3, what's wrong with the astrogation system?
How to installRecomendedUse Holopatcher to edit the .dlg file.ClassicPlace the .dlg file in override.How does it work?003atton.dlgTo enable this dialog, the game checks the following:
QuoteGetGlobalNumber("003EBO_Atton_Talk") < 5
The variables "003EBO_Atton_Talk" and 5 are actually arguments provided by 003atton.dlg to the script c_global_lt.ncs.However, when the dialog line 135181 - "{Sitting}" is reached, i.e. when starting the conversation after you spoke to Kreia, "003EBO_Atton_Talk" is set to 5. Then Atton starts speaking:
QuoteHow's our passenger? She still aging?
This is preventing the dialog line from appearing after Atton says:
QuoteWe should be there before too long. You can check our course on the galaxy map if you want - it's on the wall behind you.
This mod changes the value 5 to 6 so this dialog line appear. The other dialog option also have 6.CreditsXoreos-tools (https://github.com/xoreos/xoreos-tools) TSL Patcher (https://deadlystream.com/files/file/1039-tsl-patcher-tlked-and-accessories/) LicenseThis mod is licensed under Creative Commons Attribution 4.0 International. Please give appropriate credit when using or modifying this work.SourceGithub: https://github.com/nadrino/kotor2-mod-restore-atton-dialog-lines