Hacking RELEASE AutoIPS sig Patcher

Cregavitch

New Member
Newbie
Joined
Apr 30, 2018
Messages
2
Trophies
0
Age
27
Location
Newcastle Upon Tyne, England
XP
52
Country
United Kingdom
Hey guys, a bit new to this and hoping to get some help if that's ok. I've done everything and it's made an ips file and a text file with the same name as the ips file, where exactly do I go from there? I've tried googling and couldn't find this info anywhere
 
  • Like
Reactions: _Roxas_ki
How to add the patches

LyuboA

Unknown Entity
Member
Joined
Jun 1, 2018
Messages
530
Trophies
0
XP
929
Country
Bulgaria
Hey guys, a bit new to this and hoping to get some help if that's ok. I've done everything and it's made an ips file and a text file with the same name as the ips file, where exactly do I go from there? I've tried googling and couldn't find this info anywhere

the ips file goes into /atmosphere/kip_patches/loader_patches/ folder and if you use hekate fss0 - fusee-secondary to boot you need to copy whats inside the text file and paste it at the end of file Patches.ini found in "bootloader" folder on your sd card
 
  • Like
Reactions: linuxares

Legend Of Kay

Well-Known Member
Member
Joined
Oct 12, 2018
Messages
230
Trophies
0
Age
32
XP
900
Country
Australia
I'm seriously so dumb cause I can't work this out for the life of me. I downloaded the zip on page 1, put fusee-secondary.bin in the folder, did the "pip install bitstring" which said it was successful and then i click runme.bat and i get nothing but errors saying it can't find files or paths. Am i meant to put the files in a special place? I just have them in a folder on my desktop.
 

LyuboA

Unknown Entity
Member
Joined
Jun 1, 2018
Messages
530
Trophies
0
XP
929
Country
Bulgaria
I'm seriously so dumb cause I can't work this out for the life of me. I downloaded the zip on page 1, put fusee-secondary.bin in the folder, did the "pip install bitstring" which said it was successful and then i click runme.bat and i get nothing but errors saying it can't find files or paths. Am i meant to put the files in a special place? I just have them in a folder on my desktop.

you probably have python installed not in its default location check where you have python installed and edit the bat file to match or just install python in C:/
 

mrdude

Developer
OP
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,238
For those struggling because they don't know where they installed python - change the batch file to this:

Code:
FOR /F "tokens=*" %%g IN ('WHERE Python.exe') do (SET VAR=%%g)
%VAR% Extract-Loader.py
hactool --intype=kip1 --uncompressed=extracted/Loader-dec.kip extracted/Loader.kip
cls
%VAR% MakePatch.py
RMDIR extracted /s /q
pause

You're welcome :-)
 

powelwojtasik

Member
Newcomer
Joined
May 24, 2016
Messages
7
Trophies
0
XP
66
Country
Poland
Hi guys, sorry for noob question I'm about to ask... So I've made an ips file using Runme.bat and now I need to put it into /atmosphere/kip_patches/loader_patches/ folder.
But usualy there were a lot more ips files in that folder and also an exefs_patches and fs_patches folders were inside the dowloadable sigpatches zip.

So when I'm updating AMS to a new version I always do a clean install and now I just need to put the ips file I made into /atmosphere/kip_patches/loader_patches/ folder? What about the other folders and other ips files?
 

LyuboA

Unknown Entity
Member
Joined
Jun 1, 2018
Messages
530
Trophies
0
XP
929
Country
Bulgaria
Hi guys, sorry for noob question I'm about to ask... So I've made an ips file using Runme.bat and now I need to put it into /atmosphere/kip_patches/loader_patches/ folder.
But usualy there were a lot more ips files in that folder and also an exefs_patches and fs_patches folders were inside the dowloadable sigpatches zip.

So when I'm updating AMS to a new version I always do a clean install and now I just need to put the ips file I made into /atmosphere/kip_patches/loader_patches/ folder? What about the other folders and other ips files?

ya you need them too you just add this file to all others and when you upgrade Atmosphere you dont have to delete these files and folders its pointless doing that you can just paste the new ips in its place and paste all files from Atmosphere 0.15.0 over the old ones and override and you just updated your cfw when you know whats in your sd card theres no problem doing it this way
 
Last edited by LyuboA,
  • Like
Reactions: powelwojtasik

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • S @ salazarcosplay:
    or have it that you don't know you are a cyborg, robot, and you find out and have a existential crisis
  • S @ salazarcosplay:
    or have it start in the virtual world and you are an ai that gained sentience
  • Xdqwerty @ Xdqwerty:
    btw gonna wash my face in a bit, my eyes feel tired
  • S @ salazarcosplay:
    and you convince your owner to help you break out of the virtual world to real world
  • BigOnYa @ BigOnYa:
    Eyes - "yawn"
    +1
  • S @ salazarcosplay:
    you bleack in to goverment computer systems to get cyborg schematics so you can get a robot body constructed
  • Xdqwerty @ Xdqwerty:
    btw @BigOnYa the health bar doesnt decrease when i take damage (and yes i put the "at the beggining of the scene change value of greenflatbar: set to Protagonistcopmode.Health::Health())
  • S @ salazarcosplay:
    i the protagonist
  • S @ salazarcosplay:
    human, robot, cyborg
  • S @ salazarcosplay:
    human with cyborg enhancements
  • S @ salazarcosplay:
    or like terminatior
  • S @ salazarcosplay:
    with living tissue
  • BigOnYa @ BigOnYa:
    @Xdqwerty there is health behaviour you can add to your character, then to use a health bar is lil more complicated, google n watch a few tutorial video on it, be too hard to explain here.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, the character has the health behavior
  • BigOnYa @ BigOnYa:
    I know you have to create a health and health max variable. Then there is a calculation you use in code to subtract width size of the health bar. Google few vids.
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, the "greenflatbar" is one of the preset health bars btw
  • BigOnYa @ BigOnYa:
    Yea you can use any bar/sprite. It will just change the width. Ok good luck and have fun. I'm off to go shoot some pool at the bar. Talk to you later.
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, why does the health behavior exist if you can just use a variable?
  • Xdqwerty @ Xdqwerty:
    and nope the number still doesnt change
  • Xdqwerty @ Xdqwerty:
    ok im gonna make my own asset
  • Xdqwerty @ Xdqwerty:
    nvm i think i fixed it
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, I fixed it
    Xdqwerty @ Xdqwerty: https://www.youtube.com/watch?v=EkjpCNa6vlY