Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP 1.10
06-29-2020, 07:56 PM (This post was last modified: 06-29-2020 08:00 PM by LunaMoo.)
Post: #7
RE: PPSSPP 1.10
The same as before, there was no change in how cheats work, but we now have special CWCheat code types existing only in PPSSPP which supports game modding by adding vibrations(windows/Xinput only now, but people are free to implement alternative vibrations for different platforms) and post process shaders control from in-game triggers.

So for example someone could make cheats to add vibration when player character get's attacked and add some vignette effect reducing vision or changing colors when hp drops, it's just another way to enhance games, but similary to texture replacement or even normal cheats, it needs community to make use of it.

You can read more about those code types in the pull requests they were added in:
- Vibration cheats (#12816),
- Shader cheats(#12912).

Both basically allow setting some forced value by using separate test cheats or read values from specific location in memory for more advanced control, basically first option is for simple things like - if X happens, Y activates, while the read from memory versions will in most cases require custom assembly scripts to prepare the values based on whatever we want, but will give smooth control over the effects for potentially better results.

Edit: and if you never used cwcheats to begin with - here's CWC support thread, basically enable cheats in system settings, then on pause menu you will be able to enter cheat menu, open cheat file to paste some cheats or import them from one of those PSP databases(warning, many cheats from large PSP databases will not work or break games, even on real PSP), then just activate cheats in that cheat menu, it's really simple.

http://forums.ppsspp.org/showthread.php?tid=6594 - Custom PPSSPP Shaders!
http://forums.ppsspp.org/showthread.php?tid=3590&pid=117172#pid117172 - simple CE scripts to help creating CWCheats,
https://github.com/LunaMoo/PPSSPP_workarounds - CWCheat workarounds.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PPSSPP 1.10 - Henrik - 06-27-2020, 12:24 PM
RE: PPSSPP 1.10 - D-Mac - 06-27-2020, 02:44 PM
RE: PPSSPP 1.10 - Terminator - 06-27-2020, 05:58 PM
RE: PPSSPP 1.10 - DaveTheMan - 06-28-2020, 06:57 AM
RE: PPSSPP 1.10 - [email protected] - 06-28-2020, 12:24 PM
RE: PPSSPP 1.10 - Razielkain - 06-29-2020, 07:40 PM
RE: PPSSPP 1.10 - LunaMoo - 06-29-2020 07:56 PM
RE: PPSSPP 1.10 - GringoStar - 07-03-2020, 05:34 AM
RE: PPSSPP 1.10 - HeRnAn692 - 07-14-2020, 08:27 PM
RE: PPSSPP 1.10 - Background - 07-15-2020, 02:36 AM
RE: PPSSPP 1.10 - joeflips8 - 07-16-2020, 07:20 PM

Forum Jump: