Skip to content

Releases: NiV-L-A/SlyMultiTrainer

SlyMultiTrainer 1.0.2

19 Jan 11:35

Choose a tag to compare

Version 1.0.2 (19/01/2026)

  • Added a process selector.
  • Changed .sln file to .slnx.
  • Added builds:
    • The Sly Collection (NTSC)
      • The 3 games will display as "Sly 1 NTSC (PS3)", "Sly 2 NTSC (PS3)" and "Sly 3 NTSC (PS3)".
    • The Sly Trilogy (PAL)
      • The 3 games will display as "Sly 1 PAL (PS3)", "Sly 2 PAL (PS3)" and "Sly 3 PAL (PS3)".
    • The Sly Trilogy (UK)
      • The 3 games will display as "Sly 1 UK (PS3)", "Sly 2 UK (PS3)" and "Sly 3 UK (PS3)".
    • Sly Cooper Collection (NTSC-J)
      • The 3 games will display as "Sly 1 NTSC-J (PS3)", "Sly 2 NTSC-J (PS3)" and "Sly 3 NTSC-J (PS3)".
  • Added "Strings" tab for Sly 2 & 2:
    • A tab that contains 2 sub-tabs:
      • "Localized" tab:
        • Populated on map change.
        • These strings are localized on non-english versions of the games.
        • Each entry represents the string id and the string itself, separated by a "-" symbol.
        • NOTE: The app internally sorts the list by string id.
      • "Savefile" tab:
        • Each entry represents a field in the savefile region.
        • NOTE: The app internally sorts the list by address.
  • Entities:
    • Added button "Warp entity to active character".
    • The search bar now also searches through the entities' addresses.
  • DAG:
    • The "Set state to" function has been changed so that it also writes to the savefile, meaning the change persists between loads.
    • Added job/checkpoint loading for Version 0 (Sly 2 NTSC March 17 and Sly 2 NTSC E3 Demo).
    • Added "Load to this entrance location" for Version 0.
    • Fixed a bug in which loading specific checkpoints (e.g. Sly 3 episode 1 "t1_gauntlet_interior_intro") would forcefully load the map in 3D.
    • Fixed a bug in which loading a checkpoint would set to 1 the "Focus count" and the "Complete count" of tasks with the state set to "Available".
      • E.g. Loading the Sly 2 episode 7 "t7_robot_war_intro_ext" task, abandoning the job and then entering the trigger for the "t7_bearcave_intro_ext" task would not play its binocucom dialogue.
  • Sly 1:
    • Implemented fly accelerate forward.
    • NTSC (PS3 PSN):
      • Fixed a bug that always loaded a map with the english language.
    • PAL (PS3 PSN):
      • Fixed a bug that always loaded a map with the english language.
  • Sly 2:
    • Added gadget binds editor.
    • Warping now takes into account if the character's origin is not 0,0,0.
    • Changed default text encoding from UTF8 to Windows-1252 (fixes the DAG tab when playing in Finnish).
    • NTSC March 17:
      • Fixed a crash when the user double left clicked on a task or a cluster (to load a checkpoint/job) in the DAG tab.
    • NTSC PlayStation Magazine Demo Disc 089:
      • Removed inaccessible maps from the maps combobox.
  • Sly 3:
    • Added gadget binds editor.
    • Warping now takes into account if the character's origin is not 0,0,0.

SlyMultiTrainer 1.0.1

24 Nov 11:37

Choose a tag to compare

Version 1.0.1 (24/11/2025)

  • Updated to .net10.
  • The app is now DPI-aware.
  • Added and modified some warps.
  • Fixed a typo in README (Sly 1 PAL Demo had the same Serial and CRC as Sly 1 PAL).
  • Added RPCS3 support.
  • Added builds:
    • Sly 1 NTSC May 19
    • Sly 2 PAL August 2
    • Sly 2 NTSC PlayStation Magazine Demo Disc 089
    • Sly 3 NTSC Regular Demo
    • Sly 1 NTSC (PS3 PSN)
    • Sly 1 PAL (PS3 PSN)
    • Sly 1 NTSC-K (PS3 PSN)
    • Sly 2 NTSC (PS3 PSN)
    • Sly 2 PAL (PS3 PSN)
    • Sly 2 NTSC-K (PS3 PSN)
    • Sly 3 NTSC (PS3 PSN)
    • Sly 3 PAL (PS3 PSN)
    • Sly 3 NTSC-K (PS3 PSN)
  • Moved the "reattach" button.
  • Added a settings button + form to change the app's behavior.
  • Changed position and sizes of some controls.
  • Added the item "[Current map]" to the maps combobox.
  • Entities:
    • Implemented a search bar.
  • DAG:
    • Fixed a bug in which chalktalk tasks from episode 2 to 5 in Sly 3 did not have the octagon shape.
  • Sly 2:
    • Changed the address of the active character to a better one.
    • NTSC-J:
      • Fixed entities rotation not working.
    • NTSC-K:
      • Fixed entities rotation not working.
    • NTSC March 17:
      • Fixed a crash when the game is in the "splash" map and the user accessed the "Entities" or the "DAG" tab.
  • Sly 3:
    • Added the characters "Guru", "Panda King", "Penelope", "Dimitri swimmer" and "RC car".
    • The "characters" combobox now only shows the characters that are available in the current map.
    • Changed the address of the death barriers to a better one.

SlyMultiTrainer 1.0.0

07 Oct 14:37

Choose a tag to compare

Version 1.0.0 (07/10/2025)

  • Initial version