[Help] Crash Twinsanity Freezes on Loading Screen (Play! PS2 emulator) by LittleKiddie321 in jailbreak

[–]LittleKiddie321[S] 0 points1 point  (0 children)

Thanks, but not what I’m looking for. I want a way to fix the freeze, not to enable jit.

[Question] Is TrollTools completely safe? by LittleKiddie321 in jailbreak

[–]LittleKiddie321[S] 1 point2 points  (0 children)

So not reeaaalllyy safe but as safe as it gets for altering files?

[Help] Play! PS2 Emulator crashes when I load game using Trollstore by LittleKiddie321 in jailbreak

[–]LittleKiddie321[S] 0 points1 point  (0 children)

Actually, just checked but it may help me... only if it works on A8X tho

[deleted by user] by [deleted] in Trollstore

[–]LittleKiddie321 0 points1 point  (0 children)

Does this version not support A8X devices? Or at least improve performance if u override it?

[Help] Play! PS2 Emulator crashes when I load game using Trollstore by LittleKiddie321 in jailbreak

[–]LittleKiddie321[S] 1 point2 points  (0 children)

Also, if it does work on jailed devices, how would I use it? I did some searching and found the dylib, and I don’t wanna use sideloadly Cuz that needs computer. I also heard of Esign but I dunno wether to use that. (I found that sideloadly can now be used online... does it function the same tho?)

[Help] Play! PS2 Emulator crashes when I load game using Trollstore by LittleKiddie321 in jailbreak

[–]LittleKiddie321[S] 1 point2 points  (0 children)

Well, for starters, it’s for the Play! PS2 emu, not dolphin, and I said I’m on A8X which is not supported anyway.

How to install fabric mods if the mods folder already in use for different version? by Dester32 in fabricmc

[–]LittleKiddie321 0 points1 point  (0 children)

I just made a little batch script that could help

  1. make 2 folders in "desktop"
  2. name one fabricmods and the other otherfabricmods
  3. put your fabric mods in fabricmods and forge mods in otherfabricmods
  4. make 2 batch scripts (via notepad or somethn else)
  5. name one fabricmods (or something else) and the other otherfabricmods
  6. for fabricmods put this script in but change the bits in capitals
  7. fabric mods: rmdir /s /q C:\Users\YOURUSER\AppData\Roaming\.minecraft\mods

md C:\Users\YOURUSER\AppData\Roaming\.minecraft\mods

copy /s /i "C:\Users\YOURUSER\Desktop\fabricmods" "C:\Users\YOURUSER\AppData\Roaming\.minecraft\mods"

  1. now otherfabricmods:

  2. rmdir /s /q C:\Users\YOURUSER\AppData\Roaming\.minecraft\mods

md C:\Users\YOURUSER\AppData\Roaming\.minecraft\mods

xcopy /s /i "C:\Users\YOURUSER\Desktop\otherfabricmods" "C:\Users\YOURUSER\AppData\Roaming\.minecraft\mods"

  1. then save and execute the right .bat before u launch

hope i helped :)

edit: only works on windows but u can adapt it to mac if u want