Sly 2:CheatNet

From SlyMods
Jump to navigation Jump to search

CheatNet
Mod
100%
CheatNet opened in game
Creator(s)zami3333
Initial ReleaseFebruary 10, 2023
GameSly 2: Band of Thieves
VersionNTSC
DownloadLink

CheatNet is an in-game mod menu for Sly 2: Band of Thieves. It uses the GUI of ThiefNet as a base and its sell menu for toggling cheats. It can be opened in any map and scenario by pressing R1 + Select.

Disclaimer

This mod is a gimmick and is meant to be used for messing around in freeroam. It will mess with your savefile and can crash the game.

Video showcase

Features

  • Visual overhaul: removed any resemblance of the original ThiefNet
  • Instant map reload with L1 (or activate Jobmap with R2)
  • Saving or loading coordinates with L3 and R3 (Hold R1+L3 to warp to map's center)
  • Reset all clues bottles of the current map with L2
  • Fast scrolling (Hold Circle while scrolling up or down)
  • Custom menu sounds
  • Many other tiny workarounds to make the experience bearable

CheatNet will automatically:

  • Unlock all gadgets
  • Unlock all episodes
  • Enable dialogue skipper (L1 during a cutscene)
  • Enable beta pickpocketting
  • Adjust the GUI if playing in original 4:3 aspect ratio or 16:9 + Unstretched HUD
CheatNet with 16:9 and Unstretched HUD

Cheat menu

Respawn as Sly, Bentley or Murray

  • Reloads the current level and spawns the selected character in front of the safehouse.

Map

  • Select any map in the game with Cross and Right D-Pad. Press L1 to reload into the selected map.

Infinite Jumps

  • Freezes the jump state value of the character.

Spin Charge Boost

  • A mod that greatly increases the speed of Sly's Lightning Spin and spin attack.

Turnbuckle Boost

  • Allows Murray to jump extra high and move quicker midair.

Bentley's Jetpack

  • Turns the Hover Pack into a much more flyable jetpack with infinite fuel.

Flyable Glider

  • Allows the paraglider to gain height when pulling as well as greater flying speed.

Undetectable

  • Makes current character visually undetectable by guards.

Godmode

  • Makes current character invulnerable to anything (except getting hit by a train).

Damage Type

  • Scroll through every damage type in the game with Cross and Right D-Pad. The selected type applies it into the character's attacks.

Infinite HP+MP

  • Gives the character infinite health and gadget power.

SUPERHOT

  • Time moves as Sly moves. (Idea by BloxXor)

Max Draw Distance

  • Sets the render distance for objects as high as it can go. (very laggy)

Claustrophobia

  • A visually unpleasant mod. (by Gou)

Despawn All Guards

  • Despawns all currently spawned guards, then pools them at available locations. (can cause crazy transform glitches, just visual)

Chase

  • Activates infinite reach chase for every guard for a split second.

Toggle Guard AI

  • Can be used to activate guard AI during cutscenes.

Toggle Job Fail

  • Toggles the GUI for failing a job. Can be used to intentionally fail at jobs to reload them.

Toggle Jobs

  • Spawns in every single job waypoint into the current map. Can also be used to despawn them. (not perfect, needs more realistic dag toggling)

Weather

  • Scroll through different weather conditions with Cross and Right D-Pad. Available options are Normal, Extreme and None.

Toggle Skybox

  • Removing the skybox makes the sky pitch black (white in Canada levels).

Crash

  • When you're finally done with playing.

Cheat toggling

The entire menu operates in the sell menu for treasures in ThiefNet. All treasure names are changed to toggleable cheats, with their prices removed. Toggling cheats is the simplest part of the code;

  • The mod sets the values of each treasure to 99 upon booting the game. Every cheat is disabled by default, so it checks if the value of a treasure is 99, and then sets it to 7. (7 = Cheat disabled)
  • Selling one treasure naturally decreases the treasure's amount by 1. For enabling a cheat, it then checks if the amount is 6 and sets it to 100 (100 = Cheat enabled).
  • The values 7 and 100 are then used as checks for the cheat, indicating the cheat is disabled or enabled respectively.

The reason for 7 and 100 being the indicators is simply because they look cool. The initial idea was to use 1 and 100 instead, but having 1 of one treasure stops displaying the amount, and decreasing the value from 1 completely removes the treasure from the list, even if the value was edited internally afterwards. The menu would then need to be reopened to see the listing again.

Since the names of in-game treasures have been replaced with names for cheats, the mod comes with Beta Pickpocket to avoid pickpocketing a cheat. This means you can still pickpocket, but the treasures will not be counted.

Known issues

  • Right D-Pad needs to be pressed every time the menu is opened.
  • The mod has way too many lines of code to work on real hardware. (Has only been tested with Cheat Device)
  • Attempting to open other GUIs such as the pause/gadget menu while in CheatNet causes some crazy vector glitches.
  • If you lose control over the player, reopening CheatNet fixes it.

Credits

Trivia

  • The release of CheatNet was made possible thanks to Sly String Toolkit.
  • R1+Select was the official combo that developers used to access the Debug Menu.




Loading comments...