Skip to content

Commit

Permalink
clean-up
Browse files Browse the repository at this point in the history
1.7.4 release
  • Loading branch information
bucanero committed Sep 28, 2022
1 parent b995af9 commit 5992745
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 18 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions appdata/BLES01848.ps3savepatch
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
[Thunder Res]
000000D2 000000FF

[S�b Res?]
[Sab Res?]
000000D3 000000FF

[EXP Max (LV200)]
Expand Down Expand Up @@ -225,4 +225,4 @@
0000016E 000000FF

[Sab Res?]
0000016F 000000FF
0000016F 000000FF
4 changes: 2 additions & 2 deletions appdata/BLJS10181.ps3savepatch
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
[Thunder Res]
000000D2 000000FF

[S�b Res?]
[Sab Res?]
000000D3 000000FF

[EXP Max (LV200)]
Expand Down Expand Up @@ -225,4 +225,4 @@
0000016E 000000FF

[Sab Res?]
0000016F 000000FF
0000016F 000000FF
4 changes: 2 additions & 2 deletions appdata/BLUS31173.ps3savepatch
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
[Thunder Res]
000000D2 000000FF

[S�b Res?]
[Sab Res?]
000000D3 000000FF

[EXP Max (LV200)]
Expand Down Expand Up @@ -225,4 +225,4 @@
0000016E 000000FF

[Sab Res?]
0000016F 000000FF
0000016F 000000FF
20 changes: 13 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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).
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion include/settings.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sfo.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<sfo>
<value name="APP_VER" type="string">
01.72
01.74
</value>
<value name="ATTRIBUTE" type="integer">
133
Expand Down Expand Up @@ -34,6 +34,6 @@
NP0APOLLO
</value>
<value name="VERSION" type="string">
01.72
01.74
</value>
</sfo>

0 comments on commit 5992745

Please sign in to comment.