chovy-sign/README.md

58 lines
3.4 KiB
Markdown
Raw Normal View History

2019-08-18 23:40:23 +00:00
#ChovyProject
Created by the CBPS Team!
https://discord.gg/2nDCbxJ
2019-10-10 12:27:18 +00:00
- chovy-sign is an application to allow you to convert PSP ISO's to be playable on unmodified PSVita's
2019-08-18 23:40:23 +00:00
2019-10-10 10:07:13 +00:00
Setups:
You need a "base" psp game, petz saddle club, locoroco midnight carnival, or ape quest starter pack all work
2019-08-18 23:40:23 +00:00
some games dont work properly (where working on it). just try another if this happens.
as well as "the clone issue" basically games made with this are "clones" of the original "base game" so if u delete any of them it acturlaly deletes the license.rif which breaks all the other "clones", this can be fixed by re-downloading the base game off of the PSN or copying any "clone" over to your psvita again.
create playable PSP ISO bubbles on your PSVita
had to go public early due to qwikrazor.. thank him later..
2019-10-17 04:29:46 +00:00
PSP PIRACY on 3.73
2019-08-18 23:40:23 +00:00
(though, WE DONT CONDONE PIRACY plz ONLY use it for games u acturaly own the UMD for)
its purely for BACKUPS xD
also, lots of shittily dumped iso's online, however iso's obtained by the NPS Browser should work fine.
if you want to dump your own ISO's use UMD Dumper or something that isnt ftp-ing over all the files and building it into an ISO with UMDgen or some other tool
Credits:
2020-08-24 10:36:58 +00:00
dots-tb (for [chovy-gen](https://github.com/dots-tb/chovy-gen) (\_\_sce_ebootpbp signing)
2020-08-24 18:54:36 +00:00
2020-08-24 18:53:43 +00:00
SilicaAndPina: DLL fork of [chovy-gen](https://github.com/KuromeSan/chovy-gen)
2020-08-24 18:54:36 +00:00
Developing GUI, finding the psp bubbles method and [psvimgtools](https://github.com/yifanlu/psvimgtools) .NET port and
[Sfo.NET](https://github.com/KuromeSan/Sfo.NET/blob/master/README.md) A Simple SFO Parser.
2020-08-24 10:24:10 +00:00
Motoharu (For helping dots with \_\_sce_ebootpbp)
2020-08-24 18:54:36 +00:00
2020-08-24 10:56:18 +00:00
xXxTheDarkprogramerxXx (For [PSPTools](https://github.com/xXxTheDarkprogramerxXx/PSPTools))
2020-08-24 18:54:36 +00:00
2020-08-24 10:36:58 +00:00
RupertAvery (For [PSXPackager](https://github.com/RupertAvery/PSXPackager) and his fork of DiscUtils)
2020-08-24 18:54:36 +00:00
2020-08-24 10:36:58 +00:00
Dark_Alex (For [POPStation](https://aur.archlinux.org/packages/popstation_md/))
2020-08-24 18:54:36 +00:00
2020-08-24 10:36:58 +00:00
swarzesherz (For [sign_np](https://github.com/swarzesherz/sign_np))
2020-08-24 18:54:36 +00:00
2020-08-24 10:36:58 +00:00
tpunix (For [kirk_engine](https://github.com/tpunix/kirk_engine))
2020-08-24 18:54:36 +00:00
2020-08-24 10:36:58 +00:00
yifanlu & xyz for [psvimgtools](https://github.com/yifanlu/psvimgtools). (Chovy-Sign beta02 and lower)
2020-08-24 18:54:36 +00:00
2020-08-24 10:17:26 +00:00
Mathieulh (Found psp signing keys?)
2020-08-24 18:54:36 +00:00
2020-08-24 10:36:58 +00:00
MobyGames ([mobygames.com](https://www.mobygames.com/) for PS1 Cover Art)
2019-10-03 08:52:49 +00:00
2020-08-24 10:47:15 +00:00
# What are the files
2020-08-24 10:47:00 +00:00
+ CHOVY-GEN is a fork of dots_tb's [chovy-gen](https://github.com/dots-tb/chovy-gen) to MSVC as a DLL
+ CHOVY-KIRK parts of [kirk_engine](https://github.com/tpunix/kirk_engine) and [sign_np](https://github.com/swarzesherz/sign_np) code. ported to MSVC as a DLL.
+ CHOVY-SIGN Main GUI code, also statically includes some code from [PSXPackager](https://github.com/RupertAvery/PSXPackager) for POPS.
2020-08-24 18:55:38 +00:00
It also handles .psvimg / psvmd creation, CMA Key derivation and SFO Parsing (edited [Sfo.NET](https://github.com/KuromeSan/Sfo.NET)
2020-08-24 18:53:10 +00:00
It also contains a fork of DiscUtils to add support for reading PS1 Disc Images.
2019-10-03 08:52:49 +00:00
# Building
2020-08-24 10:36:58 +00:00
In order to build CHOVY-SIGN.DLL you need [OpenSSL](https://www.npcglib.org/~stathis/downloads/openssl-1.1.0f-vs2017.7z) libary
2019-10-10 10:07:42 +00:00
Extract to C:/OpenSSL or change linking settings in the solution to match your install location
2020-08-24 10:20:01 +00:00
Open the SLN in Viual Studio 2019 and press "Build Solution"