File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,5 @@ There are two components to this project.
66- NefsLib - a C# library for working with NeFS archives.
77- NefsEdit - a Windows Forms application that uses NefsLib.
88
9- ## TODO
10- - Add a recent files list.
11- - Console logging performance issues.
12- - Allow associating .nefs files with the app, and allow opening an archive via command line.
13- - Add protection against saving over an archive in a game's directory (or always force a "Save As").
14- - Fix sorting by id in debug view (and allow resetting sorting order?)
15- - Extracting non-compressed files from encrypted archives?
16- - Check if the part 6 field has a flag indicating if data is encrypted.
17- - Fix verifying hash for game.dat headers.
18- - Fix part 3 writing. Need to append bytes to end to get on a 4 byte boundary (?)
19-
209## Acknowledgements
2110Special thanks to [ @Gigi1237 ] ( https://github.com/Gigi1237 ) for encryption work.
Original file line number Diff line number Diff line change 1+ # TODO
2+ - Add a recent files list.
3+ - Console logging performance issues.
4+ - Allow associating .nefs files with the app, and allow opening an archive via command line.
5+ - Add protection against saving over an archive in a game's directory (or always force a "Save As").
6+ - Fix sorting by id in debug view (and allow resetting sorting order?)
7+ - Extracting non-compressed files from encrypted archives?
8+ - Check if the part 6 field has a flag indicating if data is encrypted.
9+ - Fix verifying hash for game.dat headers.
10+ - Fix part 3 writing. Need to append bytes to end to get on a 4 byte boundary (?)
You can’t perform that action at this time.
0 commit comments