Skip to content

Commit

Permalink
Licensing and README touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaMorphic committed Aug 10, 2021
1 parent 0861ab7 commit db95bec
Show file tree
Hide file tree
Showing 11 changed files with 833 additions and 15 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion DATOneArchiver/Archive.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using QuesoStruct.Types.Collections;
using QuesoStruct.Types.Primitives;
using System;
Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/Blob.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using QuesoStruct.Types.Pointers;
using QuesoStruct.Types.Primitives;

Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/DATFile.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using QuesoStruct.Types.Pointers;
using QuesoStruct.Types.Primitives;

Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/Entry.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using QuesoStruct.Types.Pointers;
using QuesoStruct.Types.Primitives;

Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/FileTable.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using QuesoStruct.Types.Collections;
using QuesoStruct.Types.Pointers;

Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/ILogger.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using System;

namespace DATOneArchiver
{
Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/NameList.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using QuesoStruct.Types.Collections;
using QuesoStruct.Types.Pointers;
using QuesoStruct.Types.Primitives;
Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using CommandLine;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using CommandLine;
using GlobExpressions;
using QuesoStruct;
using System;
Expand Down
18 changes: 17 additions & 1 deletion DATOneArchiver/RNCHeader.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using QuesoStruct;
/* Copyright (C) 2021 Chosen Few Software
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

using QuesoStruct;
using System;
using System.Linq;
using System.Text;
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ However, that last part has severe limitations. To modify a file within a DAT a
* Lego Star Wars: The Video Game (**PC**, Mac, **PS2**, Xbox, GameCube)
* Lego Star Wars II: The Original Trilogy (PC, Mac, **PS2**, Xbox, GameCube)

Platforms that have been tested and confirmed working are **bolded** above. However, theoretically all of those listed should work. See **Help Wanted** for info on how you can help fill in the blanks.
Platforms that have been tested and confirmed working are **bolded** above. However, theoretically all of those listed should work. See [Help Wanted](#help-wanted) for info on how you can help fill in the blanks.

## How get?

Expand Down Expand Up @@ -87,7 +87,7 @@ Parameters:
* `-f` (required): Path to an archive file the user desires to extract the contents of. Wildcards are allowed.

* `-o` (required): Path of a directory to create and extract the archive data to.
* `-c` (optional): If specified, signals **DATOneArchiver** to decompress any compressed files it finds during extraction (if the compression scheme is supported. See **Help Wanted**). Otherwise, all files will be extracted in their raw, compressed form.
* `-c` (optional): If specified, signals **DATOneArchiver** to decompress any compressed files it finds during extraction (if the compression scheme is supported. See [Help Wanted](#help-wanted)). Otherwise, all files will be extracted in their raw, compressed form.
* `-e` (optional): Endianness of the archive file. Value must be either `little` or `big`. Defaults to `little` if left unspecified.

### To Modify/Add to Contents
Expand Down Expand Up @@ -124,7 +124,7 @@ Parameters:

**Questions & Problems:** Join https://discord.gg/ttlegomods. I'm an active member/moderator of the server and we'd love to help you if you're curious or if you can't seem to figure it out. Make sure that you give proper context regarding your issue, it makes everybody's life easier.

**Feedback:** If you have any technical feedback to offer, open an issue on this here repo.
**Feedback:** If you have any technical feedback to offer, [open an issue](../../issues) on this here repo.

## Help Wanted

Expand All @@ -133,8 +133,8 @@ Parameters:
Here's a laundry list of missing features/information:

* Graphical user interface
* Support for more games and format variations (specifically TCS, LSW3 & TFA)
* Support for more compression methods
* Support for more games and format variations (specifically TCS, LSW3, TFA, and non LSW cousins)
* Support for more compression methods (LZ2K, ZLIB, etc)
* Hardware and emulation tests on the various versions of supported games.
*Open an issue if you happen to do some testing!*
[Open an issue](../../issues) if you happen to do some testing!

0 comments on commit db95bec

Please sign in to comment.