Skip to content

Commit

Permalink
Removed donation drive.
Browse files Browse the repository at this point in the history
Not even $1 was donated and no one was true to their word.
I'm glad my motivation to code doesn't rely on this community.
If the most trusted developer in the community can't raise money, then
the only ones receiving money are those who wish to exploit users and
the game.
  • Loading branch information
PyroSamurai committed Oct 10, 2021
1 parent 07243c3 commit 1b6f2e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,22 @@ The NORI Tool (TNT)
A program designed to Extract and Create NORI files.
Part of the Libre Trickster project.

__Waiting on $500 USD in donations to pay for the time & work necessary to finish
the 1.6 release. Focus is user-experience and Create feature functionality. Use
the link in Pyro's profile, mention the 1.6 release in the donation note.__

__Donaters' names or preferred aliases will be added to the 1.6 commit message
and release notes unless they opt-out of the honor.__

Test it on any .nri or .bac file you want. If it isn't extracted correctly,
Test it on any `.nri` or `.bac` file you want. If it isn't extracted correctly,
open a GitHub issue immediately and it will get fixed.

<pre>
Please avoid forking this repo unless you plan to make pull request.
Download the repo or a release if you want a local copy.
Non-updated forks are annoying.
Non-updated forks are annoying. BTW, Followers > Stars > Watchers > Forks
</pre>

------------------------------------

How to compile and package TNT
----------------------------------

Assuming you have [Java JDK](http://jdk.java.net) installed, all you have to do
to compile TNT is to access the `src` folder from the command prompt or terminal
Install the Java JDK, links: [here](http://jdk.java.net) or [here](https://github.com/ojdkbuild/ojdkbuild)
Access the `src` folder from the command prompt or terminal.

Then run the following command:
```bash
Expand Down
8 changes: 4 additions & 4 deletions docs/NORI_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ NORI file as it is suppose to look:
+--------------+-----+---------------------------------------------------------+
| version | 4 | Version of the GAWI section format (always 300) |
+--------------+-----+---------------------------------------------------------+
| bpp | 4 | Bit depth of the image (8, 16, or 24) |
| bpp | 4 | Bit depth of the images (8, 16, or 24) |
+--------------+-----+---------------------------------------------------------+
| compressed | 4 | Image compression flag (1 is yes) (RLE compression) |
+--------------+-----+---------------------------------------------------------+
Expand All @@ -86,7 +86,7 @@ NORI file as it is suppose to look:
+--------------+-----+---------------------------------------------------------+
| gParam7 | 4 | Unidentified data (ex: majority of mapbgeffect NORI) |
+--------------+-----+---------------------------------------------------------+
| numBMP | 4 | Number of images |
| bmpStructs | 4 | Number of BMP structures |
+--------------+-----+---------------------------------------------------------+
| gsize | 4 | Size of entire GAWI section |
+--------------+-----+---------------------------------------------------------+
Expand Down Expand Up @@ -133,11 +133,11 @@ NORI file as it is suppose to look:
| END OF BMP OFFSETS |
+------------------------------------------------------------------------------+
+------------------------------------------------------------------------------+
| BitmapData: BMP Data For Each Image (sod+28 Bytes)|
| BitmapData: BMP Data For Each Image (4+(bmp_count)(sod+24) Bytes)|
+--------------+-----+---------------------------------------------------------+
| Name |Bytes| Description |
+--------------+-----+---------------------------------------------------------+
| data_count | 4 | When >1, img subset exists, subs lack a bmpOffset value |
| bmp_count | 4 | When >1, img subset exists, subs lack a bmpOffset value |
| | | When =0, it skips the rest of BitmapData |
+--------------+-----+---------------------------------------------------------+
+--------------+-----+---------------------------------------------------------+
Expand Down

0 comments on commit 1b6f2e5

Please sign in to comment.