Skip to content

Releases: NekoJonez/RandomProjects

IndyPatcher Powershell v1.6

06 Oct 10:08
1e21d22

Choose a tag to compare

v1.6 - 06/10/2024

  • Improved: Various pieces of code are made an one liner.
  • Fix: Sometimes AV's saw the tool as a false positive.
  • Fix: The game shortcut sometimes failed creating correctly.
  • Fix: The filenames of the backup files was incorrect.

IndyPatcher Powershell v1.5

23 Jul 21:49
867b2d0

Choose a tag to compare

v1.5 - 23/07/2024

  • Improved: The buttons of the tool will now be disabled when you provide an invalid resource location.
  • Improved: Made sure that if you are e.g. installing mods, the tool can't be used to avoid problems.
  • Improved: Improved the mod install by quite a lot.
    • It will now sort the files to the correct location. No matter how the mod dev packed the files.
  • Fixed: Buttons kept being disabled when the tool crashes.
  • Code: Improved code comments. (As usual.)
  • Code: Did some minor re-ordering to make the code more readable.
  • Code: Made it a lot more simple to implement new buttons.

IndyPatcher Powershell v1.4.2

23 Jul 20:01
cddc4a8

Choose a tag to compare

v1.4.2 - 23/07/2024

  • Fixed: The button to install mods via a folder didn't work.

IndyPatcher Powershell v1.4.1

21 Jul 16:39
192fea6

Choose a tag to compare

v1.4.1 - 21/07/2024

  • Fixed: COG folder wasn't backed up correctly due to a variable mistake.

Sorry for not noticing this sooner!

IndyPatcher Powershell v1.4

21 Jul 13:54
192fea6

Choose a tag to compare

v1.4 - 21/07/2024

  • New: Added a button to open the entered resource path.
  • New: Added the mod install buttons. You can now install mods via a zip file or selecting the extracted folder.
  • Improved: The remember button now will only remember paths where Indy3D.exe is stored.
  • Improved: Improved the handling of enabling/disabling the dev mode more consistent.
  • Improved: Changed the backup behavior of the gob files to be in line with the_kovic's tool.
  • Improved: Improved the restore behavior of the tool so installs with the_kovic's tool can also be restored.
  • Improved: Some minor grammar improvements to some error messages.
  • Code: Removed some unneeded code to make the tool more consistent.
  • Code: Corrected even more code comments.
  • Fixed: Corrected the link to the right releases location instead of always v1.1.

IndyPatcher Powershell v1.3

19 Jul 14:46
1aa670a

Choose a tag to compare

v1.3 - 19/07/2024

  • New: A feature to remember paths. This will create a new text file to store all your remembered paths.
  • Code: Made the title into a variable, so that's it's the same everywhere.
  • Code: Further improved some comments.
  • Fixed: Forgotten "?" added in a dialogue box.

IndyPatcher Powershell v1.2

18 Jul 18:21
c619c54

Choose a tag to compare

v1.2 - 18/07/2024

  • New: Added an exit button.
  • New: Added a button to create a shortcut to the dev mode.
  • New: Added a credit label at the button of the tool.
  • New: Created an EXE version of the tool.
  • Improved: The patching will now also create a shortcut on your desktop to the dev mode.
  • Improved: The wording on some buttons is more clear.
  • Improved: Made the tool a bit smaller to avoid wasted space.
  • Code: Corrected some unchanged comments due to copy-pasting.

See: https://github.com/NekoJonez/RandomProjects/blob/main/Indiana%20Jones%20Custom%20Levels%20project/Readme.md for use instructions.

IndyPatcher Powershell v1.1

17 Jul 14:41
5850c23

Choose a tag to compare

  • New: Added a feature to enable/disable dev mode.
  • New: Implemented an undo button for the patching.
  • Improved: Changed the browse button from "Search" to "Browse"
  • Improved: The tools are downloaded to the resource folder right away instead of in a temp folder and later removed.
  • Improved: Wrote the code a bit cleaner to show error messages in the tools downloading part.
  • Improved: The function to handle the registry edit has been improved by a lot.
    • It recognises it the DWORD doesn't exist and will create it.
    • The feedback messages returned are a lot more clear.
    • The code is written a lot cleaner to make it easier to implement new features in the future.
  • Improved: Made sure that the cog folder gets a backup before we move the extracted cog files to the location.
  • Improved: After a successful patching, the buttons will be enabled again.
  • Code: Did some minor re-ordering of the script to make it more readable.
  • Code: Minor improvements to some comments to explain more what's going on.
  • Code: Renamed a variable to make it more clear what it does.
  • Fixed: The registry edit could fail in some cases.
  • Fixed: Removed the unneeded white space between the file input field and reg selection.

See: https://github.com/NekoJonez/RandomProjects/blob/main/Indiana%20Jones%20Custom%20Levels%20project/Readme.md for use instructions.