Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesWu committed Mar 13, 2019
1 parent 5b2f43b commit 1cb42bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions FreeMote/FreeMote.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Some FreeMote outputs are licensed under CC BY-NC-SA 4.0. Please read: https://github.com/UlyssesWu/FreeMote/wiki/License
Some FreeMote outputs are licensed under CC BY-NC-SA 4.0. Please read: https://github.com/UlyssesWu/FreeMote/wiki/License
FreeMote is licensed under LGPLv3. AUTHOR: Ulysses Wu ([email protected])

GNU LESSER GENERAL PUBLIC LICENSE
Expand Down Expand Up @@ -235,7 +235,7 @@ the implied warranties of merchantability, fitness for a particular purpose and
non-infringement.

------------------------------
ImageTLG code is licensed under MIT. AUTHOR: morkt (https://github.com/morkt)
ImageTLG /PspDecompression code is licensed under MIT. AUTHOR: morkt (https://github.com/morkt)

The MIT License (MIT)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ External/Experimental features. Read [wiki](https://github.com/UlyssesWu/FreeMot
### FreeMote.Purify (Unreleased)
Infer and calculate the key used by EMT PSB file just from the PSB file (rather than get from engine).
### FreeMote.FreeLive (Unrealistic)
EMT <-> L2D Conversion
EMT <-> L2D conversion with [FreeLive](https://github.com/UlyssesWu/FreeLive).

## Tools
### EmtConvert (FreeMote.Tools.EmtConvert)
Convert EMT PSB files. A managed version of `emote_conv`(by number201724).
Convert EMT PSB files.
### PsbDecompile (FreeMote.Tools.PsbDecompile)
Decompile PSB files. A managed version of `decompiler`(by number201724).
Decompile PSB files.
### PsBuild (FreeMote.Tools.PsBuild)
Compile PSB description json to PSB. A managed version of `pcc`(by number201724).
Compile PSB description json to PSB.
### EmtMake (FreeMote.Tools.EmtMake) (Preview)
Decompile an EMT PSB to MMO project. **The output file is always licensed under [CC-BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). No commercial usage allowed!**
### FreeMote Viewer (FreeMote.Tools.Viewer)
Expand Down Expand Up @@ -62,12 +62,12 @@ Additional clauses: If the input is not made by yourself, you are NOT allowed to

* @9chu for reverse engineering help.
* @number201724 for PSB format references. LICENSE: MIT
* @WcLyic for PSB samples and EMT Editor help.
* @nalsas (awatm) for EMT Editor help.
* @WcLyic for some PSB samples and EMT Editor help.
* [MonoGame](https://github.com/MonoGame/MonoGame) for `DxtUtil` code. LICENSE: Ms-PL
* Singyuen Yip for `Adler32` code.
* @gdkchan for [DxtCodec](https://github.com/gdkchan/CEGTool/blob/master/CEGTool/DXTCodec.cs) code.
* @mfascia for [TexturePacker](https://github.com/mfascia/TexturePacker) code.
* @morkt for [ImageTLG](https://github.com/morkt/GARbro/blob/master/ArcFormats/KiriKiri/ImageTLG.cs) code. LICENSE: MIT
* @morkt for [ImageTLG](https://github.com/morkt/GARbro/blob/master/ArcFormats/KiriKiri/ImageTLG.cs) & [PspDecompression](https://github.com/morkt/GARbro/blob/master/ArcFormats/Will/ArcPulltop.cs) code. LICENSE: MIT
* @[**HopelessHiro**](https://forums.fuwanovel.net/profile/25739-hoplesshiro/) as sponsor!
* All nuget references used in this project.

0 comments on commit 1cb42bb

Please sign in to comment.