From 842ec35c6d99faa4374e02b461433a200b1f7ea7 Mon Sep 17 00:00:00 2001 From: RiggZh Date: Thu, 22 Apr 2021 15:51:00 +0800 Subject: [PATCH 1/5] fix can't set patchversion --- py/ztools/squirrel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/ztools/squirrel.py b/py/ztools/squirrel.py index 43d802b0..96b80e66 100644 --- a/py/ztools/squirrel.py +++ b/py/ztools/squirrel.py @@ -5831,6 +5831,7 @@ for input in args.patchversion: try: number = input + break except BaseException as e: Print.error('Exception: ' + str(e)) else: From b71fd9f1f07dcef073462539a8423d5abe509b92 Mon Sep 17 00:00:00 2001 From: RiggZh Date: Thu, 22 Apr 2021 16:46:07 +0800 Subject: [PATCH 2/5] fix can't set patchversion --- py/ztools/squirrel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/ztools/squirrel.py b/py/ztools/squirrel.py index 96b80e66..4f8dcda3 100644 --- a/py/ztools/squirrel.py +++ b/py/ztools/squirrel.py @@ -5830,7 +5830,7 @@ if args.patchversion: for input in args.patchversion: try: - number = input + number = int(input) break except BaseException as e: Print.error('Exception: ' + str(e)) From d876efaad5a8dc004cd0882c1bcba2710d88cd33 Mon Sep 17 00:00:00 2001 From: julesontheroad <42461174+julesontheroad@users.noreply.github.com> Date: Wed, 7 Jul 2021 00:30:24 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e751e568..d4ce9b46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Nintendo Switch Cleaner and Builder (NSC_Builder) ![DeviceTag](https://img.shields.io/badge/Device-SWITCH-e60012.svg) ![LanguageTag](https://img.shields.io/badge/languages-python_batch_html5_javascript-blue.svg) +**Temporarly archived:** Currently i don't have to work on the repository, i will reopen it and reactivate issues if i have something to commit or time to work regularly on the project. The titledb fork will still continue to update and i will probably compile a new version including the latest master, don't think it had much changes since the last release i did but i'd probably compile it to include the latest keygeneration changes. + ## 1. Description **Nintendo Switch Cleaner and Builder**: A multi-purpose tool for interacting with Switch game files - a "Switch-Army Knife". Written in Python, Batch, and HTML. Originally developed to remove titlerights and create multicontent NSP/XCI files, though over time has expanded to have significantly more features, specializing in batch processing and file information. From c998577c87735bfb4a16b3b981fe7bf2252da0e4 Mon Sep 17 00:00:00 2001 From: julesontheroad <42461174+julesontheroad@users.noreply.github.com> Date: Thu, 8 Jul 2021 01:10:14 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4ce9b46..d0d4979a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nintendo Switch Cleaner and Builder (NSC_Builder) ![DeviceTag](https://img.shields.io/badge/Device-SWITCH-e60012.svg) ![LanguageTag](https://img.shields.io/badge/languages-python_batch_html5_javascript-blue.svg) -**Temporarly archived:** Currently i don't have to work on the repository, i will reopen it and reactivate issues if i have something to commit or time to work regularly on the project. The titledb fork will still continue to update and i will probably compile a new version including the latest master, don't think it had much changes since the last release i did but i'd probably compile it to include the latest keygeneration changes. +**Temporarly archived:** Currently i don't have the time to work on this repository, i will reopen it and reactivate issues if i have something to commit or time to work regularly on the project. The titledb fork will still continue to update and i will probably compile a new version including the latest master, don't think it had much changes since the last release i did but i'd probably compile it to include the latest keygeneration changes. ## 1. Description From c140a2a53cbc5a8aad0f6e007ed2e769ab0dc07d Mon Sep 17 00:00:00 2001 From: julesontheroad <42461174+julesontheroad@users.noreply.github.com> Date: Thu, 29 Jul 2021 00:48:50 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0d4979a..34a1d1c8 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ **Temporarly archived:** Currently i don't have the time to work on this repository, i will reopen it and reactivate issues if i have something to commit or time to work regularly on the project. The titledb fork will still continue to update and i will probably compile a new version including the latest master, don't think it had much changes since the last release i did but i'd probably compile it to include the latest keygeneration changes. +**Update:** Leaving it open for commits. + ## 1. Description **Nintendo Switch Cleaner and Builder**: A multi-purpose tool for interacting with Switch game files - a "Switch-Army Knife". Written in Python, Batch, and HTML. Originally developed to remove titlerights and create multicontent NSP/XCI files, though over time has expanded to have significantly more features, specializing in batch processing and file information.