32 Commits
Author SHA1 Message Date
EqUiNoXandGitHub b65f771b27 Change repackListPath check to ensure file exists 2026-07-22 21:37:27 -06:00
EqUiNoXandGitHub 6232f3a5cb Update GameDataHelper.cs
Fixed overwrote of list
2026-07-22 21:35:44 -06:00
EqUiNoX 6aa2966646 Added: trainer integration 2026-04-09 12:19:46 -06:00
EqUiNoX 338dc168b2 remove double wait 2025-12-20 19:58:42 -07:00
EqUiNoX 364eb0635a update extract 2025-12-19 21:46:17 -07:00
EqUiNoX 62ed482fb7 update version 2025-12-19 19:08:23 -07:00
EqUiNoX 356baf674c update code 2025-12-19 18:53:39 -07:00
EqUiNoX 687a94bad2 Update GameDataHelper.cs 2025-12-19 18:14:25 -07:00
EqUiNoX b1f181badd Moved repack list 2025-12-19 18:13:56 -07:00
EqUiNoX 5fa7b8e5db latest code 2025-12-19 17:31:03 -07:00
EqUiNoX e08be4116e latest code 2025-12-19 16:33:29 -07:00
EqUiNoX ad42d29448 latest code 2025-12-19 15:58:45 -07:00
EqUiNoX 6d9a710ac0 Latest changes 2025-12-19 15:25:06 -07:00
src-dev fbd260d7ca Update ConsoleConvert.cs 2025-11-23 20:20:50 -08:00
src-dev 0bb0795c4b Update ConsoleRepack.cs & ConsoleConvert.cs 2025-11-22 17:30:18 -08:00
src-dev a4318bde39 Update ContextMenu.cs 2025-11-22 16:26:50 -08:00
src-dev 357cacbffe Update ContextMenu.cs
Fixed "AppliseTo" - context menu should now only show on proper filetypes
Added automatic context menu updating
2025-11-22 04:21:03 -08:00
src-dev ba4538551a Update ContextMenu.cs 2025-11-22 03:08:14 -08:00
src-dev 1fbf64c056 Update ConsoleRepack.cs 2025-11-22 02:51:26 -08:00
src-dev 3985de396e Redesign of Scrub/TrimScrub 2025-11-21 23:59:37 -08:00
src-dev 699627c42f Update README.md 2025-11-21 12:46:22 -08:00
src-devandGitHub 55cee59190 Hotfix (#96) 2025-11-20 17:43:54 -07:00
src-devandGitHub 6155764178 Innumerable tiny corrections (#94)
* Innumerable tiny corrections

Innumerable typo, spelling, syntax, abbreviation, acronym, capitalization, standardization, stylization corrections.

* Revoking one change

Revoking one tiny subjective change

* Minor capitalization

One minor capitalization error caught during review.

* Added missing information

Added missing information in one game name.

* Update README.md

* Undo accidental commit

* Improvements to ConsoleRepack.cs log

Gave log the same improvements given to input, output and unpack in https://github.com/Team-Resurgent/Repackinator/pull/95
2025-11-20 15:15:25 -07:00
EqUiNoXandGitHub 788af9aad1 Update Version.cs 2025-11-20 11:02:50 -07:00
src-devandGitHub 15f752b625 Fix issue #89 (#95)
* Fix issue #89

Issue: [https://github.com/Team-Resurgent/Repackinator/issues/89](https://github.com/Team-Resurgent/Repackinator/issues/89)

Solution: Add unpack option to ConsoleRepack.cs (tested, working). Option -p used, as -u was already taken (UpperCase).

* Add unpack directory creation

Added directory creation for unpack, since the GUI version creates the directory if it  does not exist.

* Default Unpack directory to ""

Unpack path now defaults to "". This is the same as the way the GUI functions. If a user does not specify an Unpack path, it uses the current folder (Repackinator's program folder).

I also corrected minor typos in Repacker.cs

* Added directory validation

- Added directory validation utilizing try{Path.GetFullPath}catch{ArgumentException}
- Specifying an Unpack directory in CLI is now optional (as intended)
- Modified validation method of Unpack directory in Repacker.cs (to function as intended)
- Added "(optional)" text to Unpack Folder in GUI for clarification

* Update README.md
2025-11-20 11:02:17 -07:00