Here's a little tip. 2DA-CSV is designed to only work with whole 2da files but sometimes you only need to edit a section of one. There is a simple workaround for this. It involves the use of
notepad++.
First open the 2da file in npp and also create a new file with it. Copy the first few lines of the 2da file (up to but not including the line starting with 0000) and paste this into your new file. Now copy the actual lines of 2da data that you would like to edit in a spreadsheet and paste them immediately after the lines you copied earlier. Finally save your new file as something.2da (ie I often call mine dummy.2da). Close notepad++. You can now use 2da-csv to convert your new 2da file to a csv file. Once you have finished your editing in the spreadsheet save your result as a csv file. Use 2da-csv to convert it back to a 2da file. Reload the 2da file into npp and copy your edited data (excluding the header lines) back into the original 2da file and save the original.
So why did I stipulate notepad++? It has a very useful feature of remembering where it is in any file that is open in it and it also remembers which if any lines have been highlighted/marked. This makes it easier when you need to reintegrate your edited data. There may well be other free editors with these features, but I only know of notepad++.
TR
Modifié par Tarot Redhand, 01 mai 2013 - 01:11 .