From 8d2e8204afeffa931ce0676bd4820c717dc5882d Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Fri, 12 Jul 2024 16:07:13 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd0649..2f6f7f7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ## Get Started: [>> CLICK HERE <<](https://git.worlio.com/bonkmaykr/firestar/wiki) +![](https://files.worlio.com/users/bonkmaykr/http/git/embed/2024-07-12_15-02.png) + # Installation The latest version of Firestar will always be available from [Releases](https://git.worlio.com/bonkmaykr/firestar/releases). If you aren't sure which file to get: @@ -51,13 +53,15 @@ Firestar itself can run natively on the system, but it needs WINE in order to ha Firestar is built on top of the following additional software: - *[WINE](https://www.winehq.org/), for running the below applications across platforms. - *[ffmpeg](https://ffmpeg.org/), for audio conversion in the OST generator +- †[org.json](https://github.com/stleary/JSON-java), Java library for handling JSON data. +- †[zip4j](https://github.com/srikanth-lingala/zip4j), A Java library for ZIP files - [pkg2zip](https://github.com/mmozeiko/pkg2zip) & [psvpfsparser](https://github.com/motoharu-gosuto/psvpfstools), for (legal) asset decryption from Playstation Network. -- [FART](https://fart-it.sourceforge.net/), for find-and-replace patches. Yes, seriously, that's what it's called. - [libcurl](https://curl.se/libcurl/), allows psvpfsparser to communicate with Henkaku's F00D server. - psp2psarc, Sony's proprietary PSARC compression/decompression utility. - at9tool, Sony's proprietary ATRAC9 codec. *_WINE, ffmpeg, and the Java Runtime are pulled as package dependencies on Linux systems._ +†_Libraries baked directly into the executable._ All of these, save for psp2psarc, appear in Tetsuo (1.3) and onwards. The licenses for Sony's psp2psarc and at9tool are polar opposite from Firestar's own GPL, so you should not expect Firestar to be a completely "libre" application (but then again, you're a WipEout player, the free software movement clearly isn't a huge concern). The open source nature of Firestar is provided with the hopes of allowing others to critique, audit, and improve upon the software, not necessarily for idealogical reasons.