Skip to content

Releases: nckstwrt/CM0102Loader

CM0102Loader v1.12

17 Jan 22:02
78f8de7
Compare
Choose a tag to compare
  • Now detects if it can't expand the exe in memory and works around it (by creating a temporary expanded exe and loading that)
  • Means it will work on Exagear Strategies too without issues

CM0102Loader v1.11

26 Dec 23:11
c0ddc1e
Compare
Choose a tag to compare
  • Added parameter DisableSplashScreen that can be used in the .ini to turn the starting splash screen on or off (true by default)
  • Do not try and expand cm0102.exe files that are already expanded (in case it causes errors)
  • DumpExe now supports originally expanded exe files correctly
  • If using this with an already expanded 2021 patched exe file, turn off IncreaseToSevenSubs in the .ini else you may hit issues

CM0102Loader v1.10

20 Dec 11:43
Compare
Choose a tag to compare
  • Now expands the exe to have more available space so it can support patches that use it

  • Added see Position in the Tactics Conditions view (used at half-time) as a default patch (patch is from Tapani's patcher)

  • Includes an example AddAdditionalColumns.patch file which adds extra columns to the attribute view (and needed the expanded space)

  • Fixed a bug where you needed a carriage return at the end of a patch file for it to read the last line

  • UPDATE: Original .exe was UPX compressed - this was causing issues. Reuploaded without the compression.

CM0102Loader v1.9

11 Feb 00:23
ec59c66
Compare
Choose a tag to compare
  • Fix for UnCap20s

CM0102Loader v1.8

04 Feb 23:11
Compare
Choose a tag to compare
  • Added new -patch command line option to also add in patch files
  • Adds Uncap20s patch (with search fixes) - .ini option "UnCap20s = true"
  • Also adds "ForceLoadAllPlayers", "AddTapaniRegenCode" and "RegenFixes"
  • Has the 1280x800 files embedded so ChangeTo1280x800 will work with no changes

CM0102Loader v1.7

24 Oct 16:05
Compare
Choose a tag to compare
  • Added a new option "Debug". If Debug = True then it will load cm0102.exe as if in a Debugger. This seems to fix some weird issues with Saturn/Tapani exes where they can exit without error. I have no idea why though!

CM0102Loader v1.6

31 Mar 07:59
28fdacf
Compare
Choose a tag to compare
  • Minor change to better support years in the past like 1997

CM0102Loader v1.5

22 Mar 09:25
Compare
Choose a tag to compare
  • Argh - another bug. Didn't load patch files if it wasn't in the same directory as CM0102Loader. Now fixed.

CM0102Loader v1.4

22 Mar 09:16
Compare
Choose a tag to compare
  • CM0102Loader didn't handle properly being passed settings files that were in paths with spaces in
  • Now errors if it can't write out the settings file

CM0102Loader v1.3

14 Mar 10:23
Compare
Choose a tag to compare
  • Added an option (DumpEXE) to dump the patched exe from memory. So can use the Loader as a patcher
  • Code to ensure the current directory that will get used is the same directory as the patcher/cm0102.exe