From 59927453efa83ee6bc7688bf7727181b2e33dc4e Mon Sep 17 00:00:00 2001 From: Damian Parrino Date: Tue, 27 Sep 2022 22:17:06 -0300 Subject: [PATCH] clean-up 1.7.4 release --- CHANGELOG.md | 4 ++-- appdata/BLES01848.ps3savepatch | 4 ++-- appdata/BLJS10181.ps3savepatch | 4 ++-- appdata/BLUS31173.ps3savepatch | 4 ++-- docs/README.md | 20 +++++++++++++------- include/settings.h | 2 +- sfo.xml | 4 ++-- 7 files changed, 24 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03777d8..9c6a339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the `apollo-ps3` project will be documented in this file. ## [Unreleased]() -## [v1.7.2](https://github.com/bucanero/apollo-ps3/releases/tag/v1.7.2) - 2022-09-28 +## [v1.7.4](https://github.com/bucanero/apollo-ps3/releases/tag/v1.7.4) - 2022-09-28 ### Added @@ -19,7 +19,7 @@ All notable changes to the `apollo-ps3` project will be documented in this file. ### Misc -* Updated Apollo patch engine v0.1.1 +* Updated Apollo patch engine v0.2.0 * Improve patch error handling * New commands: `copy`, `endian_swap`, `msgbox` * New custom hash: `force_crc32` diff --git a/appdata/BLES01848.ps3savepatch b/appdata/BLES01848.ps3savepatch index ad71d69..19e99f1 100644 --- a/appdata/BLES01848.ps3savepatch +++ b/appdata/BLES01848.ps3savepatch @@ -174,7 +174,7 @@ [Thunder Res] 000000D2 000000FF -[Sáb Res?] +[Sab Res?] 000000D3 000000FF [EXP Max (LV200)] @@ -225,4 +225,4 @@ 0000016E 000000FF [Sab Res?] -0000016F 000000FF \ No newline at end of file +0000016F 000000FF diff --git a/appdata/BLJS10181.ps3savepatch b/appdata/BLJS10181.ps3savepatch index a140845..1cb78b3 100644 --- a/appdata/BLJS10181.ps3savepatch +++ b/appdata/BLJS10181.ps3savepatch @@ -174,7 +174,7 @@ [Thunder Res] 000000D2 000000FF -[Sáb Res?] +[Sab Res?] 000000D3 000000FF [EXP Max (LV200)] @@ -225,4 +225,4 @@ 0000016E 000000FF [Sab Res?] -0000016F 000000FF \ No newline at end of file +0000016F 000000FF diff --git a/appdata/BLUS31173.ps3savepatch b/appdata/BLUS31173.ps3savepatch index 00477ba..e30aaf7 100644 --- a/appdata/BLUS31173.ps3savepatch +++ b/appdata/BLUS31173.ps3savepatch @@ -174,7 +174,7 @@ [Thunder Res] 000000D2 000000FF -[Sáb Res?] +[Sab Res?] 000000D3 000000FF [EXP Max (LV200)] @@ -225,4 +225,4 @@ 0000016E 000000FF [Sab Res?] -0000016F 000000FF \ No newline at end of file +0000016F 000000FF diff --git a/docs/README.md b/docs/README.md index ed76833..37b78bc 100644 --- a/docs/README.md +++ b/docs/README.md @@ -166,13 +166,16 @@ Currently, the list of available games and files is limited, but the project aim # Credits -* [Bucanero](http://www.bucanero.com.ar/): Project developer +* [Bucanero](http://www.bucanero.com.ar/): [Project developer](https://github.com/bucanero) + +## Acknowledgments + * [Dnawrkshp](https://github.com/Dnawrkshp/): [Artemis PS3](https://github.com/Dnawrkshp/ArtemisPS3) * [Berion](https://www.psx-place.com/members/berion.1431/): GUI design -* [flatz](https://twitter.com/flat_z): [SFO/PFD tools](https://github.com/bucanero/pfd_sfo_tools/) +* [flatz](https://github.com/flatz): [SFO/PFD tools](https://github.com/bucanero/pfd_sfo_tools/) * [aldostools](https://aldostools.org/): [Bruteforce Save Data](https://bruteforcesavedata.forumms.net/) -* [aluigi](http://aluigi.org): [offzip/packzip](http://aluigi.altervista.org/mytoolz.htm) * [darkautism](https://darkautism.blogspot.com/): [PS3TrophyIsGood](https://github.com/darkautism/PS3TrophyIsGood) +* [Nobody/Wild Light](https://github.com/nobodo): [S3M music track](https://github.com/bucanero/apollo-ps3/blob/master/data/haiku.s3m) # Building @@ -183,9 +186,12 @@ You need to have installed: - [Apollo](https://github.com/bucanero/apollo-lib) library - [Tiny3D](https://github.com/wargio/Tiny3D) library - [polarSSL](https://github.com/bucanero/ps3libraries/blob/master/scripts/015-polarssl-1.3.9.sh) library -- [dbglogger](https://github.com/bucanero/dbglogger) library (only required for debug logging) +- [libcurl](https://github.com/bucanero/ps3libraries/blob/master/scripts/016-libcurl-7.64.1.sh) library +- [libxmp-lite](https://github.com/bucanero/libxmp-lite-ps4) library +- [dbglogger](https://github.com/bucanero/dbglogger) library -Run `make` to create a release build. After that, run `make pkg` to create a `.pkg` install file. +Run `make` to create a release build. If you want to include the latest save patches in your `.pkg` file, run `make createzip`. +Finally, run `make pkg` to create a `.pkg` install file. You can also set the `PS3LOAD` environment variable to the PS3 IP address: `export PS3LOAD=tcp:x.x.x.x`. This will allow you to use `make run` and send `apollo-ps3.self` directly to the [PS3Load listener](https://github.com/bucanero/ps3loadx). @@ -197,10 +203,10 @@ UDP multicast address `239.255.0.100:30000`. To receive them you can use [socat] # License -[Apollo Save Tool](https://github.com/bucanero/apollo-ps3/) (PS3) - Copyright (C) 2020-2021 Damian Parrino +[Apollo Save Tool](https://github.com/bucanero/apollo-ps3/) (PS3) - Copyright (C) 2020-2022 [Damian Parrino](https://twitter.com/dparrino) This program is free software: you can redistribute it and/or modify -it under the terms of the [GNU General Public License](https://github.com/bucanero/apollo-ps3/blob/master/LICENSE) as published by +it under the terms of the [GNU General Public License][app_license] as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/include/settings.h b/include/settings.h index 99e1671..c93d43e 100644 --- a/include/settings.h +++ b/include/settings.h @@ -1,5 +1,5 @@ -#define APOLLO_VERSION "1.7.2" //Apollo PS3 version (about menu) +#define APOLLO_VERSION "1.7.4" //Apollo PS3 version (about menu) #define MENU_TITLE_OFF 30 //Offset of menu title text from menu mini icon #define MENU_ICON_OFF 70 //X Offset to start printing menu mini icon diff --git a/sfo.xml b/sfo.xml index c5a4cdb..e80d3a3 100644 --- a/sfo.xml +++ b/sfo.xml @@ -1,7 +1,7 @@ - 01.72 + 01.74 133 @@ -34,6 +34,6 @@ NP0APOLLO - 01.72 + 01.74