K4thos Posted February 15, 2016 Share Posted February 15, 2016 Interjection exporter tool Author: K4thos On the web: discussion forum Version 1.3 Link to readme file Download link Interjection exporter is a tool written in WeiDU language that can be used by modders to export all interjections in game into HTML file. Finding interjection points or getting grasp on how particular NPC has been written is a lot easier when you can analyze it outside of DLG files, in a sortable table storing all important data (including dialogue file names, original and interjected text, state numbers and response position). The tool uses PDIALOG.2DA to get the JOIN dialogue list, so it should also work for any mod that adds new NPCs and/or interjections. If you still need to review the original files, you can find decompiled version of dialogues related to interjections in interjectionExporter/d/ directory. You can see the example output file with all BG2:EE interjection exported to HTML file here. Notice that sorting columns in a file hosted online is very slow, so it's better to run this tool yourself and generate new local file or download the above mentioned one to your HDD. Link to comment
K4thos Posted February 15, 2016 Author Share Posted February 15, 2016 Version 1.1 (15.02.2016) ToB JOIN dialogues support Skipping not existing JOIN files DV column added to the output table Link to comment
AWizardDidIt Posted February 16, 2016 Share Posted February 16, 2016 This is pretty cool. Thanks for making it Link to comment
K4thos Posted February 17, 2016 Author Share Posted February 17, 2016 AWizardDidIt, glad it's useful Version 1.2 (16.02.2016) Better table scaling in higher resolutionsVersion 1.3 (17.02.2016) Entity Escape for HTML special characters used in strings SAY and EXTERN columns not sortable Things like <CHARNAME>, <PRO_RACE> etc. are now correctly shown in the exported HTML file. Updated example output file too. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.