Hacking Discussion Info on SHA-256 hashes on FS patches

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,362
Trophies
3
Age
46
Location
At my chair.
XP
18,738
Country
Colombia
Here you go windows users - this is a small test program made in c# (so you'll need net framework installed on your computer if you don't already have it) for creating Atmosphere Loader IPS patches. I just knocked it together today quickly and will post the code up on github when I make a nice gui + add the ES/FW stuff, maybe even I'll add a few extra things while I'm at it - in the meantime you can test it if you want, no need for python to be installed with this and no need for key files as you don't need those for the Atmosphere loader, so nothing illegal is in this program. GUI is crappy just now, obviously I'll make it nicer once the code is all done.

To use - open the program, drag your package3 file onto it - the Atmosphere loader IPS patch will be made automatically if everything went to plan.
Tested and works like a miracle!! :D on addition for next releases could be accept the path to package3 from command line as argument :D
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,328
Trophies
2
XP
18,201
Country
Sweden
Here you go windows users - this is a small test program made in c# (so you'll need net framework installed on your computer if you don't already have it) for creating Atmosphere Loader IPS patches. I just knocked it together today quickly and will post the code up on github when I make a nice gui + add the ES/FW stuff, maybe even I'll add a few extra things while I'm at it - in the meantime you can test it if you want, no need for python to be installed with this and no need for key files as you don't need those for the Atmosphere loader, so nothing illegal is in this program. GUI is crappy just now, obviously I'll make it nicer once the code is all done.

To use - open the program, drag your package3 file onto it - the Atmosphere loader IPS patch will be made automatically if everything went to plan.
I tried using Wine on Linux, just to make sure I did it right.
Added package3 to it.
1659321488478.png


And it created
"4AA57ABADF2922FB9E414AFB8E7BB9554548878EC4A0A11800B3FB4C53501424.ips"

But it's just one file. Is all that is needed? Not like 300 files that it used to be?
 
  • Love
  • Like
Reactions: mrdude and impeeza

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,362
Trophies
3
Age
46
Location
At my chair.
XP
18,738
Country
Colombia
that file is the one needed for Atmosphère 1.03.2, the package of sigpatches you can download, is the compendium of all files for all atmosphère versions from 0.11.0 to 1.03.2 and all firmware versions from 1.0.0 to 14.1.2, because it contains so many files.

each file name matches the ID of the NCA needed to be patched to work.

So, for example the ES patches (Eticket Services are for raw and untouched .NSP files and pirated ones) are:
Code:
F7271147BA178C4E9F6451C62B10E668E6F8DECC.ips 01.0.0
76935CA6235CA150D790D4DDF09CA3488AEF50D8.ips 02.0.0 &\n02.1.0\n02.2.0\n02.3.0Â
F92CFF283777465AFBCC6E160C10EFE7AADC4D3C.ips 03.0.0
F86D615F9FC6F0D16C3458BE58C64594DBDAB0DF.ips 03.0.1 &\n03.0.2Â
7135C20E752183914606CCE81293F24B738C3AEF.ips 04.0.0 &\n04.0.1\n04.1.0Â
A6E7D98BD335371E1B9A96F6241EA3E83B0C36F4.ips 05.0.0 &\n05.0.1\n05.0.2Â
C0BFC6518707AC975295A0B656A051DA885A9045.ips 05.1.0
CBF2D40A2210C4EE1137F80098DB776EAC7DDCC1.ips 06.0.0 &\n06.0.1Â
E581B1898637E5BC40DBC4AB8F0C6324447E05D1_PR.ips 06.0.0 Prerelease
E581B1898637E5BC40DBC4AB8F0C6324447E05D1.ips 06.0.0 P\nÂ
9C1B205852731D054B070529D320AD9649E7796C.ips 06.1.0 &\n06.2.0Â
F65FBA401BAC3CDDEA4917DE22E8B426B3A6C3AD.ips 07.0.0
D2D2430244D162C9FAABE8C89A58C6E3962160F1.ips 07.0.1
39E7884F7DDEA9BE4FF9F7187898FACC466A080A.ips 08.0.0 &\n08.0.1Â
CF8FB4F82D3E2D56720E1EDB14AB06543343E042.ips 08.1.0 &\n08.1.1Â
34E95FF2929B5B767DCFD41D108AD927D2D7F5DC.ips 09.0.0 &\n09.0.1\n09.1.0\n09.2.0Â
03E4EB5556B98B327D1353E8AA2C7ADF2C544470.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4Â
5AA09E1AF740A91D0F73ADFAE81A63E8AC0610D2.ips 10.1.0 &\n10.2.0Â
3B8BF56DBEC7225D2EE666B009C42C0DC4552010.ips 11.0.0 &\n11.0.1\n11.0.1 Rebotless UpdateÂ
F48ABC3EF41A0555800127D172C9B8D2C653243A.ips 12.0.0 &\n12.0.1 &\n12.0.2 &\n12.0.3Â
1114E9102F1EBCD1B0EAF19C927362CFCB8B5D2C.ips 12.1.0
D0ECC9483E636AE19FE3E314DB41CB18019977D7.ips 13.0.0
98BB737D9780E9FE3117981A77A09FF6756DBC2E.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
621351EB04199CF0B7A899896C451F2FD1B7A1CE.ips 14.0.0 & 14.1.0 & 14.1.1

the FS Patches (fs_nosigchk are need to install/run NSPs) are:
Code:
0BA15BB304B505633B6DA6B2C6E991B6A06EBAFB3378DF02BF6B494075976F06.ips 11.0.0 &\n11.0.1 &\n11.0.1RLÂ
10B2D81605488599DF2242CB6BAC2DF1E2BCAB3BC19DC5CD63DB6FAEC0947097.ips 05.1.0
160D3E104EAD6176991B8AE7AFA2B78BC5879FC07BE88A4FC9E16812971BC161.ips 10.2.0
19E4C767ACD7810A86228B6508F578873460DA4760A9F7EE8C49799F7798A89A.ips 04.1.0
1B82CB221867CB52C44A869EA91A1ADDCACD58E1E6A48AB01E07552AF6B454CA.ips 06.0.0PR
2CCE659CEC536A8E4D91F3BE4B74BED302613F1E442581FD863708E39112DB50.ips 07.0.0 &\n07.0.1Â
330553F6B5FB55C4C2D7B736240276B3EAD664DA79826FA936F99803B6C28F3B.ips 06.0.0 &\n06.0.1\n06.1.0\n06.2.0Â
3A574D436186191D1788EB2C0F076B11737132EBB1484CF906B6A8EB3B1BF459.ips 06.0.0 &\n06.0.1\n06.1.0\n06.2.0Â
3EEBD9B7BCD1B5E0BCC2007D6514F7A4845A1F42AAD795573FD2865DADE1C5E0.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4\n10.1.0Â
468740761E193EB758794688F1D9F762CBA1185ADDAD4EC3C479EC8FBFEC31DD.ips 09.0.0 &\n09.0.1Â
6B09B67B29C020246DC34F5A04F5D3090215C46F37BD079442977A85B8243BA5.ips 08.1.1
76F87402C9387C0F0A2FAB1B45CEBB93E3E9695C7CFD390F00509B1204101C24.ips 05.1.0
7C951376E5C12DF85FA6A9F46F6957A4B1271C1F8201B99735D8DF152E7913F1.ips 09.0.0 &\n09.0.1Â
817EA2B0B702C1F37EC5E0A7A61F745440422037DAA3537CEF4E856C40273F78.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4\n10.1.0Â
966ADD3D20B627132C5A8DA49AC9D8DD47DEC176553757B5B58A67AED85020D1.ips 06.0.0PR
9729476A18FF936F1F91708312B8DB41555BC71843A6F69F4877A265818070C0.ips 04.0.0 &\n04.0.1Â
A6F27AD9AC7C73AD419B63B23E785A0CD7AA9DC1A63C57D10049423DE7B77E2C.ips 05.0.0 &\n05.0.1\n05.0.2Â
A952B657ADF9C2BA1434BA9B8B86F3317D20659A8AC8510D8ECF4CE1BD7593E2.ips 10.2.0
B2F5176B3548364D079A29B141A23B06AFFF5A98055576D5F337A621C0233CE3.ips 08.0.0 &\n08.0.1Â
B4CAE1F24965D92ED24EBE9E97F609C363834471BF18CA375CB6A1DEB77755EA.ips 08.1.0
B5E7A64C6F5C4FE319C36FD7D642F75B0159771671F73082448ACE30BD6BAE89.ips 09.1.0 &\n09.2.0Â
C86762BE19A51FA0C737AE921A816846605A64739523B4894F847BBED59E31EA.ips 12.0.3-ExFAT
CE3ECBA2F2F062F575F8F360842B32B432340DD2C7590CDEFC03E51B844AE805.ips 05.0.0 &\n05.0.1\n05.0.2Â
D5A5BF36640C49EA1D6BC5826772EEDFC11FD8626146B388E5E59322719B6AF7.ips 12.0.0 & 12.0.1
DBD941C0C53C52CCF7202C84D8E0F78013A3684D8AB5D128096674A8F7755B3D.ips 08.0.0 &\n08.0.1Â
DC2A084996BB3C010035FCF196F940597E0B8EBFF2AC701F34F9997CCB531CDE.ips 12.0.0
E1E8D3D6A2FE0B102CC79F8310EEEF66E5D14BCA2ED73454455FD87C615EEDC0.ips 12.0.3 &\n12.1.0Â
E399156E844EB0AA3CC5152979961C879F5E90696C1224A1BBE0FF1BCDBFD7DC.ips 11.0.0 &\n11.0.1 &\n11.0.1RLÂ
F196D144D04445B6E7497CB6405B7FC305B54F961024BF432575296E4D52BC99.ips 09.1.0 &\n09.2.0Â
51EBFA9CCF66C09EC796C069C6C6D03C01D504CC0B17F4FAA919446E7E9DB107.ips 13.0.0
7D200547178A836A24993B002AFD83D0B662AA7177E935C04C36EAC21BAC24AA.ips 13.0.0
763827EE9C207E5BA99AE5BDC872DFCFB69D8F1261D80A60F3AC25AC9C90C230.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
91BA65A21C1D50AEF6E6B535B491A36CD1B2DFB2DA2F0AB4A93F03097BB894E0.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
887AC150806C75CCC40DA0AA98CC09B3E468E6C78F315F927FBEDD91B16DE27A.ips 14.0.0 & 14.1.0 & 14.1.1
D488D1F29217355C22ABDA773FDEA582B13D475B74BCB02B998C66AB1B3E4309.ips 14.0.0 & 14.1.0 & 14.1.1



And the Loader (Atmosphère) patches are:
Code:
72EC3AF6AFE4C27CC92608BE477A34CC8BB97F475AE6521353C40777DC3D3B40.IPS 0.11.0 &\n0.11.1Â
0CDAA07AA6662015EDC1EE168E04582C551A52BACAFA4E8A5D34B88BA6B7BB6C.IPS 0.11.1
57F03DC120EE515C58482959AB4F76F2B5E56467A377D9576A8BDBE22E3CA2EA.IPS 0.12.0
987521753F9B8CE98718E3C70FFEA1FDDFF58511A482F5387DE25FAD822C27C0.IPS 0.13.0
4D9C6D6993BF5BF058843BE072C9819598865C79BF87674C63B6D248FA7A0BA4.IPS 0.14.0
29CA1C792CF3AB6357929DF0627170FF8EA1CC057DBE2E5C58ADD8A442BD0CA8.IPS 0.14.1
24589247BF87BAD1C56EC1A5D85D2C1FC6A0B6B8485EBECF5F6E872DB0B1A6FE.IPS 0.14.2
384286127A10E36F98D5BC1E3A8454DF112572ECC342A366957270362700E787.IPS 0.14.3
20EFF0183DA095635F99E8978A90C27C7D3F42E6504DF328F42ACC280EB05D1B.IPS 0.14.4
FCA59C745A07DD7B254281F6EDD4AA4AA29AB3B57A33379CC697EC23C0EF4704.IPS 0.15.0
0F3850B7CE489F6A8FAEE9AD301013F66C74E7C8F8D1B7038AB7FE8BA9D5AC24.IPS 0.16.0 prerelease
81530982B7D79DBC8C8824C8F72A33EDD8CFCF8E485A0D3BB000E1BDDBFFBFC3.IPS 0.16.0 prerelease 1 &\n0.16.0 prerelease 2Â
EAC30EFB8B99AD10CDDA37E19B064C0434C061F47CBA9F7A146F47E3EDD64D9E.IPS 0.16.1 prerelease 1
299B246D5DE84D97CBD0DC4BE27789EB8BDF23D08A5AF8D60220AE085DD3D9CC.IPS 0.16.2
21339E8812A1FBDD4B097D10B9BFBFBF921B65E187739382FBCCCCECD64D93E0.IPS 0.17.0
39C8A75B9C85222193B724EC5DFEE0C68DF07ED0ACBC7B4A0F241A5DF6CC4B99.IPS 0.17.1
87D1BABA23C9D81EE8B619BA9ADAFB628E4172A48C78026B71FC3C5695F4EC53.IPS 0.18.0
A03D932DDBF3512DDA9878CE24AA42C11383B66D055670949E4744533D477E80.IPS 0.18.0 prerelease
ADE50A0149785CA115743386B109B8EBB95ED512ACA4A33437FAC1A257D2F0CE.IPS 0.18.1
58F3B8A5D17DA70DE3AE4F7F5D511DF68A40CD5BC25485FB3F2C33363CA43601.IPS 0.19.0
8F6B6EF18268D6ABC39B73442D8AF2E0D97199443C06280A7E6505E730D26651.IPS 0.19.1
3EF3ADCE3A853DB287C90B1AA00EC2BD30008CC3968FF0A78BFDCE7091D56C94.IPS 0.19.2
A30045E6E8AB52978D22AA951DEB2380B09F1A45037F423195E800ED8C8E2A94.IPS 0.19.3
4CE5C4B154617D29796F5C231F707E6EE28C90608EFA7ABCCA5BE1F86A12E85B.ips 0.19.4
0E41C033A98F85D2D746F918E6DB8C58B9F0B25B6A847F9271019D81B3AEC8C4.ips 0.19.5
5361CBE7071B08CC585D4ED5978302A16B65F6C021A8DE945BF06268535E209D.ips 0.20.1
AD2E2A97AC706B9A02D5670C6E1B16BC915C4FB182A754E79B1A76628C1CEFE0.ips 0.20.0
A24D79351011C238D7349A3D7D6FAE64D06D3F363146FCAD7AFAB0CADF83F8FB.ips 1.00.0 prerelease &\n1.00.0 &\n1.01.0 prereleaseÂ
0EAF7E159D3BE0969637FFEBD413399DFEE366E615A290418E56838122135EB9.ips 1.01.0 prerelease
CED1E857D8CBA3590C29B78B28DCD8CA64B6376D95673E9BA9A44CA775FEF7B6.ips 1.01.1
77034D19EC5EB64BE78089100C8A32C0E97D52EBD9073DBFDE33A1506AAA750A.ips 1.02.0 prerelease-692247b26
6F6F028EBDCA8EAD0822CC4C8BC9B57D0946666C46CD78405827C23205631EC6.ips 1.02.0 prerelease-f7f83b474\nÂ
183CBD5BE392C1AECF14582AD25F755A4AB97A86213F0A8CE4E1C18DF5A79EE8.ips 1.02.1
8CA78EAD6C6029367AAC65728E18FD367678CC2E79B6BFC97A2369B0D62323E2.ips 1.02.2
55B9D4F35EB7C68589C35D8A5752B31F02664020BF29D4F185168B2C4D713F9D.ips 1.02.3
368B15946BBCFCC3230D8DED8C420B6DB7A06F9EAFC9E07A265F90426723EC4F.ips 1.02.4
6DEC1E6A79DA5B2E506499AEFA921CC39846BC72F7B8DBE2DE24321110054564.ips 1.02.5
F7EF8F813089AA47309A77459624D0B564B85AB962DA739993323A19E3C418E1.ips 1.02.6
ABCCC4A3D744BADC1C7765077779F720A20782D2530189EB981A854582EC14A1.ips 1.03.0
E2A0529B9BE58DFD67EC6F0105604B1AFEDE706138FBD3FF907E5AAFD595415F.ips 1.03.1
4710D7157A50D5B71C1A6942DAA82903FCF5C5FCFD0FDB5F2D9DD2ED418DEB5F.ips 1.03.1
4AA57ABADF2922FB9E414AFB8E7BB9554548878EC4A0A11800B3FB4C53501424.ips 1.03.2

So you really don't need all the files but only the ones matching your Firmware/Atmosphère versions. but is better have all because avoid confusions and really do not occupy so many space :P
 

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,328
Trophies
2
XP
18,201
Country
Sweden
that file is the one needed for Atmosphère 1.03.2, the package of sigpatches you can download, is the compendium of all files for all atmosphère versions from 0.11.0 to 1.03.2 and all firmware versions from 1.0.0 to 14.1.2, because it contains so many files.

each file name matches the ID of the NCA needed to be patched to work.

So, for example the ES patches (Eticket Services are for raw and untouched .NSP files and pirated ones) are:
Code:
F7271147BA178C4E9F6451C62B10E668E6F8DECC.ips 01.0.0
76935CA6235CA150D790D4DDF09CA3488AEF50D8.ips 02.0.0 &\n02.1.0\n02.2.0\n02.3.0Â
F92CFF283777465AFBCC6E160C10EFE7AADC4D3C.ips 03.0.0
F86D615F9FC6F0D16C3458BE58C64594DBDAB0DF.ips 03.0.1 &\n03.0.2Â
7135C20E752183914606CCE81293F24B738C3AEF.ips 04.0.0 &\n04.0.1\n04.1.0Â
A6E7D98BD335371E1B9A96F6241EA3E83B0C36F4.ips 05.0.0 &\n05.0.1\n05.0.2Â
C0BFC6518707AC975295A0B656A051DA885A9045.ips 05.1.0
CBF2D40A2210C4EE1137F80098DB776EAC7DDCC1.ips 06.0.0 &\n06.0.1Â
E581B1898637E5BC40DBC4AB8F0C6324447E05D1_PR.ips 06.0.0 Prerelease
E581B1898637E5BC40DBC4AB8F0C6324447E05D1.ips 06.0.0 P\nÂ
9C1B205852731D054B070529D320AD9649E7796C.ips 06.1.0 &\n06.2.0Â
F65FBA401BAC3CDDEA4917DE22E8B426B3A6C3AD.ips 07.0.0
D2D2430244D162C9FAABE8C89A58C6E3962160F1.ips 07.0.1
39E7884F7DDEA9BE4FF9F7187898FACC466A080A.ips 08.0.0 &\n08.0.1Â
CF8FB4F82D3E2D56720E1EDB14AB06543343E042.ips 08.1.0 &\n08.1.1Â
34E95FF2929B5B767DCFD41D108AD927D2D7F5DC.ips 09.0.0 &\n09.0.1\n09.1.0\n09.2.0Â
03E4EB5556B98B327D1353E8AA2C7ADF2C544470.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4Â
5AA09E1AF740A91D0F73ADFAE81A63E8AC0610D2.ips 10.1.0 &\n10.2.0Â
3B8BF56DBEC7225D2EE666B009C42C0DC4552010.ips 11.0.0 &\n11.0.1\n11.0.1 Rebotless UpdateÂ
F48ABC3EF41A0555800127D172C9B8D2C653243A.ips 12.0.0 &\n12.0.1 &\n12.0.2 &\n12.0.3Â
1114E9102F1EBCD1B0EAF19C927362CFCB8B5D2C.ips 12.1.0
D0ECC9483E636AE19FE3E314DB41CB18019977D7.ips 13.0.0
98BB737D9780E9FE3117981A77A09FF6756DBC2E.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
621351EB04199CF0B7A899896C451F2FD1B7A1CE.ips 14.0.0 & 14.1.0 & 14.1.1

the FS Patches (fs_nosigchk are need to install/run NSPs) are:
Code:
0BA15BB304B505633B6DA6B2C6E991B6A06EBAFB3378DF02BF6B494075976F06.ips 11.0.0 &\n11.0.1 &\n11.0.1RLÂ
10B2D81605488599DF2242CB6BAC2DF1E2BCAB3BC19DC5CD63DB6FAEC0947097.ips 05.1.0
160D3E104EAD6176991B8AE7AFA2B78BC5879FC07BE88A4FC9E16812971BC161.ips 10.2.0
19E4C767ACD7810A86228B6508F578873460DA4760A9F7EE8C49799F7798A89A.ips 04.1.0
1B82CB221867CB52C44A869EA91A1ADDCACD58E1E6A48AB01E07552AF6B454CA.ips 06.0.0PR
2CCE659CEC536A8E4D91F3BE4B74BED302613F1E442581FD863708E39112DB50.ips 07.0.0 &\n07.0.1Â
330553F6B5FB55C4C2D7B736240276B3EAD664DA79826FA936F99803B6C28F3B.ips 06.0.0 &\n06.0.1\n06.1.0\n06.2.0Â
3A574D436186191D1788EB2C0F076B11737132EBB1484CF906B6A8EB3B1BF459.ips 06.0.0 &\n06.0.1\n06.1.0\n06.2.0Â
3EEBD9B7BCD1B5E0BCC2007D6514F7A4845A1F42AAD795573FD2865DADE1C5E0.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4\n10.1.0Â
468740761E193EB758794688F1D9F762CBA1185ADDAD4EC3C479EC8FBFEC31DD.ips 09.0.0 &\n09.0.1Â
6B09B67B29C020246DC34F5A04F5D3090215C46F37BD079442977A85B8243BA5.ips 08.1.1
76F87402C9387C0F0A2FAB1B45CEBB93E3E9695C7CFD390F00509B1204101C24.ips 05.1.0
7C951376E5C12DF85FA6A9F46F6957A4B1271C1F8201B99735D8DF152E7913F1.ips 09.0.0 &\n09.0.1Â
817EA2B0B702C1F37EC5E0A7A61F745440422037DAA3537CEF4E856C40273F78.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4\n10.1.0Â
966ADD3D20B627132C5A8DA49AC9D8DD47DEC176553757B5B58A67AED85020D1.ips 06.0.0PR
9729476A18FF936F1F91708312B8DB41555BC71843A6F69F4877A265818070C0.ips 04.0.0 &\n04.0.1Â
A6F27AD9AC7C73AD419B63B23E785A0CD7AA9DC1A63C57D10049423DE7B77E2C.ips 05.0.0 &\n05.0.1\n05.0.2Â
A952B657ADF9C2BA1434BA9B8B86F3317D20659A8AC8510D8ECF4CE1BD7593E2.ips 10.2.0
B2F5176B3548364D079A29B141A23B06AFFF5A98055576D5F337A621C0233CE3.ips 08.0.0 &\n08.0.1Â
B4CAE1F24965D92ED24EBE9E97F609C363834471BF18CA375CB6A1DEB77755EA.ips 08.1.0
B5E7A64C6F5C4FE319C36FD7D642F75B0159771671F73082448ACE30BD6BAE89.ips 09.1.0 &\n09.2.0Â
C86762BE19A51FA0C737AE921A816846605A64739523B4894F847BBED59E31EA.ips 12.0.3-ExFAT
CE3ECBA2F2F062F575F8F360842B32B432340DD2C7590CDEFC03E51B844AE805.ips 05.0.0 &\n05.0.1\n05.0.2Â
D5A5BF36640C49EA1D6BC5826772EEDFC11FD8626146B388E5E59322719B6AF7.ips 12.0.0 & 12.0.1
DBD941C0C53C52CCF7202C84D8E0F78013A3684D8AB5D128096674A8F7755B3D.ips 08.0.0 &\n08.0.1Â
DC2A084996BB3C010035FCF196F940597E0B8EBFF2AC701F34F9997CCB531CDE.ips 12.0.0
E1E8D3D6A2FE0B102CC79F8310EEEF66E5D14BCA2ED73454455FD87C615EEDC0.ips 12.0.3 &\n12.1.0Â
E399156E844EB0AA3CC5152979961C879F5E90696C1224A1BBE0FF1BCDBFD7DC.ips 11.0.0 &\n11.0.1 &\n11.0.1RLÂ
F196D144D04445B6E7497CB6405B7FC305B54F961024BF432575296E4D52BC99.ips 09.1.0 &\n09.2.0Â
51EBFA9CCF66C09EC796C069C6C6D03C01D504CC0B17F4FAA919446E7E9DB107.ips 13.0.0
7D200547178A836A24993B002AFD83D0B662AA7177E935C04C36EAC21BAC24AA.ips 13.0.0
763827EE9C207E5BA99AE5BDC872DFCFB69D8F1261D80A60F3AC25AC9C90C230.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
91BA65A21C1D50AEF6E6B535B491A36CD1B2DFB2DA2F0AB4A93F03097BB894E0.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
887AC150806C75CCC40DA0AA98CC09B3E468E6C78F315F927FBEDD91B16DE27A.ips 14.0.0 & 14.1.0 & 14.1.1
D488D1F29217355C22ABDA773FDEA582B13D475B74BCB02B998C66AB1B3E4309.ips 14.0.0 & 14.1.0 & 14.1.1



And the Loader (Atmosphère) patches are:
Code:
72EC3AF6AFE4C27CC92608BE477A34CC8BB97F475AE6521353C40777DC3D3B40.IPS 0.11.0 &\n0.11.1Â
0CDAA07AA6662015EDC1EE168E04582C551A52BACAFA4E8A5D34B88BA6B7BB6C.IPS 0.11.1
57F03DC120EE515C58482959AB4F76F2B5E56467A377D9576A8BDBE22E3CA2EA.IPS 0.12.0
987521753F9B8CE98718E3C70FFEA1FDDFF58511A482F5387DE25FAD822C27C0.IPS 0.13.0
4D9C6D6993BF5BF058843BE072C9819598865C79BF87674C63B6D248FA7A0BA4.IPS 0.14.0
29CA1C792CF3AB6357929DF0627170FF8EA1CC057DBE2E5C58ADD8A442BD0CA8.IPS 0.14.1
24589247BF87BAD1C56EC1A5D85D2C1FC6A0B6B8485EBECF5F6E872DB0B1A6FE.IPS 0.14.2
384286127A10E36F98D5BC1E3A8454DF112572ECC342A366957270362700E787.IPS 0.14.3
20EFF0183DA095635F99E8978A90C27C7D3F42E6504DF328F42ACC280EB05D1B.IPS 0.14.4
FCA59C745A07DD7B254281F6EDD4AA4AA29AB3B57A33379CC697EC23C0EF4704.IPS 0.15.0
0F3850B7CE489F6A8FAEE9AD301013F66C74E7C8F8D1B7038AB7FE8BA9D5AC24.IPS 0.16.0 prerelease
81530982B7D79DBC8C8824C8F72A33EDD8CFCF8E485A0D3BB000E1BDDBFFBFC3.IPS 0.16.0 prerelease 1 &\n0.16.0 prerelease 2Â
EAC30EFB8B99AD10CDDA37E19B064C0434C061F47CBA9F7A146F47E3EDD64D9E.IPS 0.16.1 prerelease 1
299B246D5DE84D97CBD0DC4BE27789EB8BDF23D08A5AF8D60220AE085DD3D9CC.IPS 0.16.2
21339E8812A1FBDD4B097D10B9BFBFBF921B65E187739382FBCCCCECD64D93E0.IPS 0.17.0
39C8A75B9C85222193B724EC5DFEE0C68DF07ED0ACBC7B4A0F241A5DF6CC4B99.IPS 0.17.1
87D1BABA23C9D81EE8B619BA9ADAFB628E4172A48C78026B71FC3C5695F4EC53.IPS 0.18.0
A03D932DDBF3512DDA9878CE24AA42C11383B66D055670949E4744533D477E80.IPS 0.18.0 prerelease
ADE50A0149785CA115743386B109B8EBB95ED512ACA4A33437FAC1A257D2F0CE.IPS 0.18.1
58F3B8A5D17DA70DE3AE4F7F5D511DF68A40CD5BC25485FB3F2C33363CA43601.IPS 0.19.0
8F6B6EF18268D6ABC39B73442D8AF2E0D97199443C06280A7E6505E730D26651.IPS 0.19.1
3EF3ADCE3A853DB287C90B1AA00EC2BD30008CC3968FF0A78BFDCE7091D56C94.IPS 0.19.2
A30045E6E8AB52978D22AA951DEB2380B09F1A45037F423195E800ED8C8E2A94.IPS 0.19.3
4CE5C4B154617D29796F5C231F707E6EE28C90608EFA7ABCCA5BE1F86A12E85B.ips 0.19.4
0E41C033A98F85D2D746F918E6DB8C58B9F0B25B6A847F9271019D81B3AEC8C4.ips 0.19.5
5361CBE7071B08CC585D4ED5978302A16B65F6C021A8DE945BF06268535E209D.ips 0.20.1
AD2E2A97AC706B9A02D5670C6E1B16BC915C4FB182A754E79B1A76628C1CEFE0.ips 0.20.0
A24D79351011C238D7349A3D7D6FAE64D06D3F363146FCAD7AFAB0CADF83F8FB.ips 1.00.0 prerelease &\n1.00.0 &\n1.01.0 prereleaseÂ
0EAF7E159D3BE0969637FFEBD413399DFEE366E615A290418E56838122135EB9.ips 1.01.0 prerelease
CED1E857D8CBA3590C29B78B28DCD8CA64B6376D95673E9BA9A44CA775FEF7B6.ips 1.01.1
77034D19EC5EB64BE78089100C8A32C0E97D52EBD9073DBFDE33A1506AAA750A.ips 1.02.0 prerelease-692247b26
6F6F028EBDCA8EAD0822CC4C8BC9B57D0946666C46CD78405827C23205631EC6.ips 1.02.0 prerelease-f7f83b474\nÂ
183CBD5BE392C1AECF14582AD25F755A4AB97A86213F0A8CE4E1C18DF5A79EE8.ips 1.02.1
8CA78EAD6C6029367AAC65728E18FD367678CC2E79B6BFC97A2369B0D62323E2.ips 1.02.2
55B9D4F35EB7C68589C35D8A5752B31F02664020BF29D4F185168B2C4D713F9D.ips 1.02.3
368B15946BBCFCC3230D8DED8C420B6DB7A06F9EAFC9E07A265F90426723EC4F.ips 1.02.4
6DEC1E6A79DA5B2E506499AEFA921CC39846BC72F7B8DBE2DE24321110054564.ips 1.02.5
F7EF8F813089AA47309A77459624D0B564B85AB962DA739993323A19E3C418E1.ips 1.02.6
ABCCC4A3D744BADC1C7765077779F720A20782D2530189EB981A854582EC14A1.ips 1.03.0
E2A0529B9BE58DFD67EC6F0105604B1AFEDE706138FBD3FF907E5AAFD595415F.ips 1.03.1
4710D7157A50D5B71C1A6942DAA82903FCF5C5FCFD0FDB5F2D9DD2ED418DEB5F.ips 1.03.1
4AA57ABADF2922FB9E414AFB8E7BB9554548878EC4A0A11800B3FB4C53501424.ips 1.03.2

So you really don't need all the files but only the ones matching your Firmware/Atmosphère versions. but is better have all because avoid confusions and really do not occupy so many space :P
Nice just checking :3

So yeah for Linux peeps, just use Wine (and winetricks to install .NET) and it works out of the box.
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,212
Trophies
2
XP
34,043
Country
Mexico
that file is the one needed for Atmosphère 1.03.2, the package of sigpatches you can download, is the compendium of all files for all atmosphère versions from 0.11.0 to 1.03.2 and all firmware versions from 1.0.0 to 14.1.2, because it contains so many files.

each file name matches the ID of the NCA needed to be patched to work.

So, for example the ES patches (Eticket Services are for raw and untouched .NSP files and pirated ones) are:
Code:
F7271147BA178C4E9F6451C62B10E668E6F8DECC.ips 01.0.0
76935CA6235CA150D790D4DDF09CA3488AEF50D8.ips 02.0.0 &\n02.1.0\n02.2.0\n02.3.0Â
F92CFF283777465AFBCC6E160C10EFE7AADC4D3C.ips 03.0.0
F86D615F9FC6F0D16C3458BE58C64594DBDAB0DF.ips 03.0.1 &\n03.0.2Â
7135C20E752183914606CCE81293F24B738C3AEF.ips 04.0.0 &\n04.0.1\n04.1.0Â
A6E7D98BD335371E1B9A96F6241EA3E83B0C36F4.ips 05.0.0 &\n05.0.1\n05.0.2Â
C0BFC6518707AC975295A0B656A051DA885A9045.ips 05.1.0
CBF2D40A2210C4EE1137F80098DB776EAC7DDCC1.ips 06.0.0 &\n06.0.1Â
E581B1898637E5BC40DBC4AB8F0C6324447E05D1_PR.ips 06.0.0 Prerelease
E581B1898637E5BC40DBC4AB8F0C6324447E05D1.ips 06.0.0 P\nÂ
9C1B205852731D054B070529D320AD9649E7796C.ips 06.1.0 &\n06.2.0Â
F65FBA401BAC3CDDEA4917DE22E8B426B3A6C3AD.ips 07.0.0
D2D2430244D162C9FAABE8C89A58C6E3962160F1.ips 07.0.1
39E7884F7DDEA9BE4FF9F7187898FACC466A080A.ips 08.0.0 &\n08.0.1Â
CF8FB4F82D3E2D56720E1EDB14AB06543343E042.ips 08.1.0 &\n08.1.1Â
34E95FF2929B5B767DCFD41D108AD927D2D7F5DC.ips 09.0.0 &\n09.0.1\n09.1.0\n09.2.0Â
03E4EB5556B98B327D1353E8AA2C7ADF2C544470.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4Â
5AA09E1AF740A91D0F73ADFAE81A63E8AC0610D2.ips 10.1.0 &\n10.2.0Â
3B8BF56DBEC7225D2EE666B009C42C0DC4552010.ips 11.0.0 &\n11.0.1\n11.0.1 Rebotless UpdateÂ
F48ABC3EF41A0555800127D172C9B8D2C653243A.ips 12.0.0 &\n12.0.1 &\n12.0.2 &\n12.0.3Â
1114E9102F1EBCD1B0EAF19C927362CFCB8B5D2C.ips 12.1.0
D0ECC9483E636AE19FE3E314DB41CB18019977D7.ips 13.0.0
98BB737D9780E9FE3117981A77A09FF6756DBC2E.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
621351EB04199CF0B7A899896C451F2FD1B7A1CE.ips 14.0.0 & 14.1.0 & 14.1.1

the FS Patches (fs_nosigchk are need to install/run NSPs) are:
Code:
0BA15BB304B505633B6DA6B2C6E991B6A06EBAFB3378DF02BF6B494075976F06.ips 11.0.0 &\n11.0.1 &\n11.0.1RLÂ
10B2D81605488599DF2242CB6BAC2DF1E2BCAB3BC19DC5CD63DB6FAEC0947097.ips 05.1.0
160D3E104EAD6176991B8AE7AFA2B78BC5879FC07BE88A4FC9E16812971BC161.ips 10.2.0
19E4C767ACD7810A86228B6508F578873460DA4760A9F7EE8C49799F7798A89A.ips 04.1.0
1B82CB221867CB52C44A869EA91A1ADDCACD58E1E6A48AB01E07552AF6B454CA.ips 06.0.0PR
2CCE659CEC536A8E4D91F3BE4B74BED302613F1E442581FD863708E39112DB50.ips 07.0.0 &\n07.0.1Â
330553F6B5FB55C4C2D7B736240276B3EAD664DA79826FA936F99803B6C28F3B.ips 06.0.0 &\n06.0.1\n06.1.0\n06.2.0Â
3A574D436186191D1788EB2C0F076B11737132EBB1484CF906B6A8EB3B1BF459.ips 06.0.0 &\n06.0.1\n06.1.0\n06.2.0Â
3EEBD9B7BCD1B5E0BCC2007D6514F7A4845A1F42AAD795573FD2865DADE1C5E0.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4\n10.1.0Â
468740761E193EB758794688F1D9F762CBA1185ADDAD4EC3C479EC8FBFEC31DD.ips 09.0.0 &\n09.0.1Â
6B09B67B29C020246DC34F5A04F5D3090215C46F37BD079442977A85B8243BA5.ips 08.1.1
76F87402C9387C0F0A2FAB1B45CEBB93E3E9695C7CFD390F00509B1204101C24.ips 05.1.0
7C951376E5C12DF85FA6A9F46F6957A4B1271C1F8201B99735D8DF152E7913F1.ips 09.0.0 &\n09.0.1Â
817EA2B0B702C1F37EC5E0A7A61F745440422037DAA3537CEF4E856C40273F78.ips 10.0.0 &\n10.0.1\n10.0.2\n10.0.3\n10.0.4\n10.1.0Â
966ADD3D20B627132C5A8DA49AC9D8DD47DEC176553757B5B58A67AED85020D1.ips 06.0.0PR
9729476A18FF936F1F91708312B8DB41555BC71843A6F69F4877A265818070C0.ips 04.0.0 &\n04.0.1Â
A6F27AD9AC7C73AD419B63B23E785A0CD7AA9DC1A63C57D10049423DE7B77E2C.ips 05.0.0 &\n05.0.1\n05.0.2Â
A952B657ADF9C2BA1434BA9B8B86F3317D20659A8AC8510D8ECF4CE1BD7593E2.ips 10.2.0
B2F5176B3548364D079A29B141A23B06AFFF5A98055576D5F337A621C0233CE3.ips 08.0.0 &\n08.0.1Â
B4CAE1F24965D92ED24EBE9E97F609C363834471BF18CA375CB6A1DEB77755EA.ips 08.1.0
B5E7A64C6F5C4FE319C36FD7D642F75B0159771671F73082448ACE30BD6BAE89.ips 09.1.0 &\n09.2.0Â
C86762BE19A51FA0C737AE921A816846605A64739523B4894F847BBED59E31EA.ips 12.0.3-ExFAT
CE3ECBA2F2F062F575F8F360842B32B432340DD2C7590CDEFC03E51B844AE805.ips 05.0.0 &\n05.0.1\n05.0.2Â
D5A5BF36640C49EA1D6BC5826772EEDFC11FD8626146B388E5E59322719B6AF7.ips 12.0.0 & 12.0.1
DBD941C0C53C52CCF7202C84D8E0F78013A3684D8AB5D128096674A8F7755B3D.ips 08.0.0 &\n08.0.1Â
DC2A084996BB3C010035FCF196F940597E0B8EBFF2AC701F34F9997CCB531CDE.ips 12.0.0
E1E8D3D6A2FE0B102CC79F8310EEEF66E5D14BCA2ED73454455FD87C615EEDC0.ips 12.0.3 &\n12.1.0Â
E399156E844EB0AA3CC5152979961C879F5E90696C1224A1BBE0FF1BCDBFD7DC.ips 11.0.0 &\n11.0.1 &\n11.0.1RLÂ
F196D144D04445B6E7497CB6405B7FC305B54F961024BF432575296E4D52BC99.ips 09.1.0 &\n09.2.0Â
51EBFA9CCF66C09EC796C069C6C6D03C01D504CC0B17F4FAA919446E7E9DB107.ips 13.0.0
7D200547178A836A24993B002AFD83D0B662AA7177E935C04C36EAC21BAC24AA.ips 13.0.0
763827EE9C207E5BA99AE5BDC872DFCFB69D8F1261D80A60F3AC25AC9C90C230.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
91BA65A21C1D50AEF6E6B535B491A36CD1B2DFB2DA2F0AB4A93F03097BB894E0.ips 13.1.0 &\n13.2.0 &\n13.2.1Â
887AC150806C75CCC40DA0AA98CC09B3E468E6C78F315F927FBEDD91B16DE27A.ips 14.0.0 & 14.1.0 & 14.1.1
D488D1F29217355C22ABDA773FDEA582B13D475B74BCB02B998C66AB1B3E4309.ips 14.0.0 & 14.1.0 & 14.1.1



And the Loader (Atmosphère) patches are:
Code:
72EC3AF6AFE4C27CC92608BE477A34CC8BB97F475AE6521353C40777DC3D3B40.IPS 0.11.0 &\n0.11.1Â
0CDAA07AA6662015EDC1EE168E04582C551A52BACAFA4E8A5D34B88BA6B7BB6C.IPS 0.11.1
57F03DC120EE515C58482959AB4F76F2B5E56467A377D9576A8BDBE22E3CA2EA.IPS 0.12.0
987521753F9B8CE98718E3C70FFEA1FDDFF58511A482F5387DE25FAD822C27C0.IPS 0.13.0
4D9C6D6993BF5BF058843BE072C9819598865C79BF87674C63B6D248FA7A0BA4.IPS 0.14.0
29CA1C792CF3AB6357929DF0627170FF8EA1CC057DBE2E5C58ADD8A442BD0CA8.IPS 0.14.1
24589247BF87BAD1C56EC1A5D85D2C1FC6A0B6B8485EBECF5F6E872DB0B1A6FE.IPS 0.14.2
384286127A10E36F98D5BC1E3A8454DF112572ECC342A366957270362700E787.IPS 0.14.3
20EFF0183DA095635F99E8978A90C27C7D3F42E6504DF328F42ACC280EB05D1B.IPS 0.14.4
FCA59C745A07DD7B254281F6EDD4AA4AA29AB3B57A33379CC697EC23C0EF4704.IPS 0.15.0
0F3850B7CE489F6A8FAEE9AD301013F66C74E7C8F8D1B7038AB7FE8BA9D5AC24.IPS 0.16.0 prerelease
81530982B7D79DBC8C8824C8F72A33EDD8CFCF8E485A0D3BB000E1BDDBFFBFC3.IPS 0.16.0 prerelease 1 &\n0.16.0 prerelease 2Â
EAC30EFB8B99AD10CDDA37E19B064C0434C061F47CBA9F7A146F47E3EDD64D9E.IPS 0.16.1 prerelease 1
299B246D5DE84D97CBD0DC4BE27789EB8BDF23D08A5AF8D60220AE085DD3D9CC.IPS 0.16.2
21339E8812A1FBDD4B097D10B9BFBFBF921B65E187739382FBCCCCECD64D93E0.IPS 0.17.0
39C8A75B9C85222193B724EC5DFEE0C68DF07ED0ACBC7B4A0F241A5DF6CC4B99.IPS 0.17.1
87D1BABA23C9D81EE8B619BA9ADAFB628E4172A48C78026B71FC3C5695F4EC53.IPS 0.18.0
A03D932DDBF3512DDA9878CE24AA42C11383B66D055670949E4744533D477E80.IPS 0.18.0 prerelease
ADE50A0149785CA115743386B109B8EBB95ED512ACA4A33437FAC1A257D2F0CE.IPS 0.18.1
58F3B8A5D17DA70DE3AE4F7F5D511DF68A40CD5BC25485FB3F2C33363CA43601.IPS 0.19.0
8F6B6EF18268D6ABC39B73442D8AF2E0D97199443C06280A7E6505E730D26651.IPS 0.19.1
3EF3ADCE3A853DB287C90B1AA00EC2BD30008CC3968FF0A78BFDCE7091D56C94.IPS 0.19.2
A30045E6E8AB52978D22AA951DEB2380B09F1A45037F423195E800ED8C8E2A94.IPS 0.19.3
4CE5C4B154617D29796F5C231F707E6EE28C90608EFA7ABCCA5BE1F86A12E85B.ips 0.19.4
0E41C033A98F85D2D746F918E6DB8C58B9F0B25B6A847F9271019D81B3AEC8C4.ips 0.19.5
5361CBE7071B08CC585D4ED5978302A16B65F6C021A8DE945BF06268535E209D.ips 0.20.1
AD2E2A97AC706B9A02D5670C6E1B16BC915C4FB182A754E79B1A76628C1CEFE0.ips 0.20.0
A24D79351011C238D7349A3D7D6FAE64D06D3F363146FCAD7AFAB0CADF83F8FB.ips 1.00.0 prerelease &\n1.00.0 &\n1.01.0 prereleaseÂ
0EAF7E159D3BE0969637FFEBD413399DFEE366E615A290418E56838122135EB9.ips 1.01.0 prerelease
CED1E857D8CBA3590C29B78B28DCD8CA64B6376D95673E9BA9A44CA775FEF7B6.ips 1.01.1
77034D19EC5EB64BE78089100C8A32C0E97D52EBD9073DBFDE33A1506AAA750A.ips 1.02.0 prerelease-692247b26
6F6F028EBDCA8EAD0822CC4C8BC9B57D0946666C46CD78405827C23205631EC6.ips 1.02.0 prerelease-f7f83b474\nÂ
183CBD5BE392C1AECF14582AD25F755A4AB97A86213F0A8CE4E1C18DF5A79EE8.ips 1.02.1
8CA78EAD6C6029367AAC65728E18FD367678CC2E79B6BFC97A2369B0D62323E2.ips 1.02.2
55B9D4F35EB7C68589C35D8A5752B31F02664020BF29D4F185168B2C4D713F9D.ips 1.02.3
368B15946BBCFCC3230D8DED8C420B6DB7A06F9EAFC9E07A265F90426723EC4F.ips 1.02.4
6DEC1E6A79DA5B2E506499AEFA921CC39846BC72F7B8DBE2DE24321110054564.ips 1.02.5
F7EF8F813089AA47309A77459624D0B564B85AB962DA739993323A19E3C418E1.ips 1.02.6
ABCCC4A3D744BADC1C7765077779F720A20782D2530189EB981A854582EC14A1.ips 1.03.0
E2A0529B9BE58DFD67EC6F0105604B1AFEDE706138FBD3FF907E5AAFD595415F.ips 1.03.1
4710D7157A50D5B71C1A6942DAA82903FCF5C5FCFD0FDB5F2D9DD2ED418DEB5F.ips 1.03.1
4AA57ABADF2922FB9E414AFB8E7BB9554548878EC4A0A11800B3FB4C53501424.ips 1.03.2

So you really don't need all the files but only the ones matching your Firmware/Atmosphère versions. but is better have all because avoid confusions and really do not occupy so many space :P
What about the other new sigpatches?
I can't remember the other name of the files, but it's a new one added in either fw 13 or 14 (besides ES, FS and loader, ncis or something)
 

mrdude

Developer
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,227
I have not clear is what the alternate sigpatches are used for. Or what difference have to regular ones. Maybe mrdude could help us to resolve the doubt.
Alt es sig patches only patch the firmware in 1 position, original es sig patches patch in 3 positions. Alt ones are newer and easier to maintain and work pretty much the same as the older es patches. Just read the python file code, it's pretty basic to understand and you'll see what's going on.
 

impeeza

¡Kabito!
Member
Joined
Apr 5, 2011
Messages
6,362
Trophies
3
Age
46
Location
At my chair.
XP
18,738
Country
Colombia
Alt es sig patches only patch the firmware in 1 position, original es sig patches patch in 3 positions. Alt ones are newer and easier to maintain and work pretty much the same as the older es patches. Just read the python file code, it's pretty basic to understand and you'll see what's going on.
Thank you very much.
 
  • Like
Reactions: binkinator

mrdude

Developer
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,227
What about the other new sigpatches?
I can't remember the other name of the files, but it's a new one added in either fw 13 or 14 (besides ES, FS and loader, ncis or something)
nfim_ctest patches are for internet connections so you can play on a lan without being online, at least that's what I think they do as I have never played on a lan or online with the switch.
 

mrdude

Developer
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,227
I tried using Wine on Linux, just to make sure I did it right.
Added package3 to it.
View attachment 320663

And it created
"4AA57ABADF2922FB9E414AFB8E7BB9554548878EC4A0A11800B3FB4C53501424.ips"

But it's just one file. Is all that is needed? Not like 300 files that it used to be?
Yes, only 1 loader patch is needed for the version of Atmosphere that you are using. All other loader patches are for older versions of Atmosphere, so unless you keep using old versions of that - you don't need any other ips loader patches as they are not doing anything apart from taking up space on your micro sd card.

*NOTE: ES/FS patches are for patching the firmware - not Atmosphere loader, these es/fw patches have not been implemented into this program yet, the program was made quickly (yesterday) just so the base code could be written and then modded later when es/fs stuff gets written. In the meantime it should just be used for testing with the Atmosphere loader.
 
Last edited by mrdude,

jaysea

Well-Known Member
Member
Joined
Aug 17, 2009
Messages
279
Trophies
1
Age
46
XP
1,189
Country
Netherlands
I have not clear is what the alternate sigpatches are used for. Or what difference have to regular ones. Maybe mrdude could help us to resolve the doubt.
Total's patches contained the atmosphere loader patches (Loader-AutoIPS), ES alt, ES NFIM and FS patches and also the additions in the patches for hekate in the patches.ini for atmosphere aswell as firmware.
 

mrdude

Developer
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,227
On another note, I wrote most of the C# routines now for ES/FW patching - bit shifting stuff and wildcard searching was easier than I thought it would be :-). I was thinking about putting in an sqlite database as well for storing patch routines and websites, also a ftp server so you can upload the patches straight to the switch, this stuff is fairly easy to implement in c# and I've got code for other apps I've made so mostly it will be copy paste.....Also I'll add an info page that connects to pastebin so it there's any updates/patch routines needed added, you can get them from the info page. That way no need to worry about ninty blocking servers :-).

I'm just letting you guys know the direction this will be taking with this patch maker, not sure if you linux guru's will be happy about this of not - but you always have the scripts. There's no ETA, but you can be rest assused it will be done when I get around to it :-).
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,212
Trophies
2
XP
34,043
Country
Mexico
On another note, I wrote most of the C# routines now for ES/FW patching - bit shifting stuff and wildcard searching was easier than I thought it would be :-). I was thinking about putting in an sqlite database as well for storing patch routines and websites, also a ftp server so you can upload the patches straight to the switch, this stuff is fairly easy to implement in c# and I've got code for other apps I've made so mostly it will be copy paste.....Also I'll add an info page that connects to pastebin so it there's any updates/patch routines needed added, you can get them from the info page. That way no need to worry about ninty blocking servers :-).

I'm just letting you guys know the direction this will be taking with this patch maker, not sure if you linux guru's will be happy about this of not - but you always have the scripts. There's no ETA, but you can be rest assused it will be done when I get around to it :-).

As long as the .exe runs in Wine, it should be fine :P
But yeah for Linux there's always the Python scripts.
 
  • Like
Reactions: impeeza and mrdude

mrdude

Developer
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,227
As long as the .exe runs in Wine, it should be fine :P
But yeah for Linux there's always the Python scripts.
Sqlite and ftp stuff use dll files, so I'm not sure it they will work on linux, I've got ubuntu installed in a VM and another program I made which uses both those dll files so I'll test on that later (once I install .net) and see how it goes.
 

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,212
Trophies
2
XP
34,043
Country
Mexico
Sqlite and ftp stuff use dll files, so I'm not sure it they will work on linux, I've got ubuntu installed in a VM and another program I made which uses both those dll files so I'll test on that later (once I install .net) and see how it goes.

Sounds good!
Are the nfim_ctest patches easy to handle as well?
Or are those not yet documented?
 
  • Like
Reactions: impeeza

linuxares

The inadequate, autocratic beast!
Global Moderator
Joined
Aug 5, 2007
Messages
13,328
Trophies
2
XP
18,201
Country
Sweden
On another note, I wrote most of the C# routines now for ES/FW patching - bit shifting stuff and wildcard searching was easier than I thought it would be :-). I was thinking about putting in an sqlite database as well for storing patch routines and websites, also a ftp server so you can upload the patches straight to the switch, this stuff is fairly easy to implement in c# and I've got code for other apps I've made so mostly it will be copy paste.....Also I'll add an info page that connects to pastebin so it there's any updates/patch routines needed added, you can get them from the info page. That way no need to worry about ninty blocking servers :-).

I'm just letting you guys know the direction this will be taking with this patch maker, not sure if you linux guru's will be happy about this of not - but you always have the scripts. There's no ETA, but you can be rest assused it will be done when I get around to it :-).
that would be amazing! Especially if you can do it direct to switch.

Maybe @Homlet could implement it in his software if so
 

mrdude

Developer
Developer
Joined
Dec 11, 2015
Messages
3,071
Trophies
1
Age
56
XP
8,227
Sounds good!
Are the nfim_ctest patches easy to handle as well?
Or are those not yet documented?
Yes, these are simple as well and will get implemented. I can easily just make a small test program for these if required, however I was just going to make a single program that does everything - which will take longer.

Once all the code and stuff is done - I'll put it up on github so you can mess about with the gui and code stuff. If you have visual studio installed you will be able to mod stuff easily.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Pissing in a pee bottle