Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Releases: kittyjosh111/DDLC-reniOS

Adds support for Taurine

21 May 16:08
61f2bec
Compare
Choose a tag to compare

I don't know why 1.3 did not work with Taurine. I've recreated a release on a Taurine device, this time keeping only a single executable file. I also did not change any permissions before creating the deb. Theoretically, the application installed to /Applications is now identical to the iPA created from the Xcode project. This still doesn't work on Substitute based jailbreaks sadly, I have yet to figure out why.

Tested on iPhone 12 Pro (iOS 14.3 RC + Taurine) and iPad 5th Generation (iPadOS 14.3 + Checkra1n) Both work and can run through the entirety of vanilla DDLC without error.

1.4 is compatible with my DDLC-reniOS Mod Manager shortcut (DDLCRMM), which can be found here: https://routinehub.co/shortcut/9204/
You will need (jailbreak duh), unzip, and SSH configured to listen on port 2222. This can be set using [OpenSSH Settings], found on default repos. Before running DDLC, select 'Initialize DDLC' option in the mod manager to avoid traceback errors. Please also read its description if you want to know what the other functions do.

DDLCRMM files (Not a release)

22 May 01:21
61f2bec
Compare
Choose a tag to compare

These are files needed for DDLCRMM to reset the game folder or others. You do NOT need to download it, the shortcut will attempt to download the zip and extract the data itself.

(The Checkra1n Exclusive)

20 May 18:29
Compare
Choose a tag to compare

Release as deb form. ONLY WORKS ON CHECKRA1N, crashes on Electra jailbreaks and unc0ver

Created by archiving an iPA of the Xcode project and using ipa2deb from https://repoiz.github.io/repoiz/.
Install through Filza or your package manager.
/base/ folder set to rwxrwxrwx due to DDLC being unable to manage files otherwise. This included creating the hxppythxghts png, iiiiiiiii.txt, and deleting sayori's chr file.

When testing, tracebacks were encountered where additional files could not be created. Upon finishing a runthrough of DDLC, I also noticed that the .chr files of sayori, yuri, and natsuki were not deleted. I tried to solve this by giving the app root permissions, obtained using instructions from this link: https://stackoverflow.com/questions/7841344/gaining-root-permissions-on-ios-for-nsfilemanager-jailbreak/8796556#8796556.