Callirgos Posted June 16, 2013 Share Posted June 16, 2013 Hi. How would I change the text of kit description? Where are they located and how do I use the text in my Tp2 instead? Link to comment
Wisp Posted June 17, 2013 Share Posted June 17, 2013 You (probably) have two options. You can either look up the default strref (probably in kitlist.2da; the HELP column) and STRING_SET a new description of your choice, or you can add the new string to the TLK with e.g., RESOLVE_STR_REF and write the new strref to kitlist.2da. Link to comment
Callirgos Posted June 17, 2013 Author Share Posted June 17, 2013 Will the original text be restored when people uninstall my mod? Link to comment
Avenger Posted June 18, 2013 Share Posted June 18, 2013 Its slightly less intrusive if you add a new string and mod the 2da Link to comment
Callirgos Posted June 18, 2013 Author Share Posted June 18, 2013 Could you show me an example of this? RESOLVE_STR_REF Link to comment
Wisp Posted June 18, 2013 Share Posted June 18, 2013 COPY_EXISTING somefile.2da override SET_2DA_ENTRY row column req_column_count RESOLVE_STR_REF (text) // where text is a string, traref, etc. BUT_ONLY Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.