Page 1 of 4

A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 2:17 am
by cfemen
Hey,

Attached is a table that allows to toggle 3 global cheat flags:
-God?
-Undetectable?
-Unlimited Ammo?

Set the pointers to 1 to enable!
I would not recommend to have them activated all the time, e.g the God flag will bypass any event that would kill the player!
Only use it if you need it!

If you have the Epic Store Version -> Patcher to enable the console from SunBeam

In case you have the Windows-Store or Steam Version, download the newest table and you find a Toggle Console script.
Note : don't close the console window, if you close it the game will also close, disable the script to close the console.
Note 2: if you have activated Toggle Console you might have to "search" for the console window ( e.g use alt+tab or hover over the game in the task-bar )

Yes its normal that the console log window is always empty!

Commands for the console that are tested and working fine:
pi = toggle player invincible
pu = toggle player undetectable
SC_SET_PLAYER_INVINCIBLE x = replace x with 1 to enable and 0 to disable
RestartCheckpoint = forces the game to reload last checkpoint
KillPlayer = instant kill yourself
KillNearestEnemy = kills nearest humanoid enemy ( e.g Guards )
AddBulkCraftMaterials x = fills your inventory with x-amount of all crafting materials - if you don't specify x the game will fill it up to the max.
AddBulkCraftBaseAmmo x = fills your inventory with x-amount of all throwable items ( e.g Pots and Knifes ) - if you don't specify x the game will fill it up to the max
AddBulkCraftMaterialsAndBaseAmmo = fills your inventory with all throwable items and materials to the max.
AddBulkAmmo = fills you inventory throwables to the max, it also does add elemantal ammo ( e.g Ignifier )
UnlockAllChapters = you can choose to start a game from any chapter
UnlockAllCodexEntries = does what it says - use on own risk!
UnlockAllCreationSkills = unlocks the upgrade section - use on own risk!
UnlockAll = it unlocks all ( upgrades, all weapons and crafts, codex ) - use on own risk!

If you want to add specific items look at the post from SunBeam
How to add skill experience with SC_GiveExperience -> examples by SunBeam

I've a big list list of dumped commands here on [Link], in case you are interested go ahead and try out commands yourself :)

Table is tested on the Windows-Store & EGS version!

Tables/Scripts from other Users : ndck76

BR
cfemen

//

Added a table with the Unlimited Ammo flag, thanks SunBeam!

//

Another Update: SunBeam made a Bypass Inventory Maxes script.
This allows to pick-up stuff even if the inventory is full :)

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 8:43 am
by ndck76
Just a simple scripts for Item/Ingredient. Playing on GoG version. Click on the Code: Select All and right click on the highlighted text and select copy. Then just right click and select paste it on @cfemen's table and save it.

Note: If you want to upgrade, use the 'Increase Items and ingredients' cheat. I mainly use this cheat and seldom used the other one because sometimes the items may reset itself back to 1 when moving to the next chapter.
Infinite Items/Crafting/Upgrades Cheats

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>22</ID>
      <Description>"Increasing Items &amp; Ingredients {Use this if you have only 1 quantity item in possession}"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// Game Executable   : APlagueTaleRequiem_x64.exe
// Author            : ndck76
// Executable Version: 1.0.0.0
// Game Version      : v1.0.0.0
// Script Date       : 2022-10-18

[ENABLE]

aobscanmodule(items2,$process,8B 48 40 2B CE)
alloc(newmem,$1000,items2)

label(code)
label(return)

newmem:

code:
  mov ecx,[rax+40]
  add ecx,esi
  jmp return

items2:
  jmp newmem
return:
registersymbol(items2)

[DISABLE]

items2:
  db 8B 48 40 2B CE

unregistersymbol(*)
dealloc(*)

</AssemblerScript>
    </CheatEntry>
    <CheatEntry>
      <ID>20</ID>
      <Description>"Infinite Items &amp; Ingredients {Use this if have an items more than 2 quantity}"</Description>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>// Game Executable   : APlagueTaleRequiem_x64.exe
// Author            : ndck76
// Executable Version: 1.0.0.0
// Game Version      : v1.0.0.0
// Script Date       : 2022-10-18

[ENABLE]

aobscanmodule(items,$process,8B ** ** 2B ** 89 ** ** 48 8B ** ** ** 48 8B)
alloc(newmem,$1000,items)

label(itemsbkp)
label(return)

newmem:
  mov [rax+40],(int)11

itemsbkp:
  readmem(items,5)
  jmp return

items:
  jmp newmem
return:
registersymbol(items)
registersymbol(itemsbkp)

[DISABLE]

items:
  readmem(itemsbkp,5)

unregistersymbol(*)
dealloc(*)

</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
Nice work on finding the God & Undetected cheats, Cfemen.

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 9:08 am
by cfemen
ndck76 wrote:
Tue Oct 18, 2022 8:43 am
~
There is also a Console :)
Image

I also dumped the commands e.g
SC_ADDMaTERIALSFORAMMO
SC_ADDMATERIaLSFORUPGRADE
KillPlayer
UnlockAllCreationSkills
RestartCheckpoint
KillNearestEnemy
AddBulkCraftMaterials
AddBulkAmmo ( refills the inventory with throw stuff like Pots and Knifes)
+more commands :D

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 11:38 am
by SunBeam
^ You. Need to sleep. NAO!

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 12:19 pm
by cziter314
cfemen wrote:
Tue Oct 18, 2022 9:08 am
ndck76 wrote:
Tue Oct 18, 2022 8:43 am
~
There is also a Console :)
Image

I also dumped the commands e.g
SC_ADDMaTERIALSFORAMMO
SC_ADDMATERIaLSFORUPGRADE
KillPlayer
UnlockAllCreationSkills
RestartCheckpoint
KillNearestEnemy
AddBulkCraftMaterials
AddBulkAmmo ( refills the inventory with throw stuff like Pots and Knifes)
+more commands :D
Could you please explain how to use this console?

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 3:20 pm
by SunBeam
Here's the console enabler for Epic Games Store (removes ASLR flag as well):

Image

Download:

patch.zip
password: sunbeam
(63.97 KiB) Downloaded 1443 times

Just download, unzip, run, click PATCH and select the game executable. A backup file will be created as well, just in case you feel like restoring the original.

The console window will open up as soon as you start the game. Enjoy! :)

cfemen will post a ton of shit later on.

BR,
Sun

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 6:21 pm
by AstralLuna
Invisible doesn't seem to work for me anymore, which is odd since it worked last night. It instead makes me invincible, so I thought maybe the flags got swapped but no such luck lol

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 6:36 pm
by Closel
wich version are you on @AstralLuna ?

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 6:43 pm
by AstralLuna
Game Pass for PC version 1.2.0.0 (20221013_1051)

Edit: I restarted the game and redownloaded the table for good measure and it seems to be working again.

Re: A Plague Tale: Requiem

Posted: Tue Oct 18, 2022 10:33 pm
by Uhuru N'Uru
FYI

There's an Invincible mode in the Gameplay menu
Image

Re: A Plague Tale: Requiem

Posted: Wed Oct 19, 2022 12:03 am
by SunBeam
I have no idea, to be honest, why people would want to cheat in Innocence and Requiem. This isn't some ordinary game where you'd want mindless cheating. It's story-driven. If you feel like cheating, it means you've not understood the concept of the game or simply it isn't your genre. But rather than playing soemthing else, you insist on breaking its mechanics and turning it into a ragdoll/vegetable. With invincibility on, the challenging parts of total stealth and the game's duration will vanish/shrink. Then it is still you who'll go "meh, the game was too short...". And it's not like this is AC:Valhalla with tons of RPG and grinding to get something done. Nope, it's linear. But yeah, at the end of the day, I'm gonna be the one bitched at for telling you how to play your game /sarcasm.

I started reversing the Engine back in Innocence, I learned a lot, but all that remained in a txt document, because the game was too good to make a table for. So I played it as it is, enjoying its story and having zero urge to cheat my way through. And I don't do this often with the games I play/study. That good.

Re: A Plague Tale: Requiem

Posted: Wed Oct 19, 2022 1:44 am
by Kionaru
SunBeam wrote:
Tue Oct 18, 2022 3:20 pm
Here's the console enabler for Epic Games Store (removes ASLR flag as well):

Image

Download:


patch.zip


Just download, unzip, run, click PATCH and select the game executable. A backup file will be created as well, just in case you feel like restoring the original.

The console window will open up as soon as you start the game. Enjoy! :)

cfemen will post a ton of shit later on.

BR,
Sun
can you modif it for steam version? because epic patch not work for me thank you

Re: A Plague Tale: Requiem

Posted: Wed Oct 19, 2022 2:47 am
by nos4r2
Item cheat work great anyway to cheat skill? really hate branching skill path and miss some path because i don't play how the game intend me to

Re: A Plague Tale: Requiem

Posted: Wed Oct 19, 2022 3:29 am
by gmendezm
4 cheats:
  • God
  • Undetectable
  • Increase Items and ingredients
  • Infinite Items and Ingredients
Image

Re: A Plague Tale: Requiem

Posted: Wed Oct 19, 2022 5:12 am
by SunBeam
Kionaru wrote:
Wed Oct 19, 2022 1:44 am
can you modif it for steam version? because epic patch not work for me thank you
EDIT: cfemen posted an update of the table which will get the console open for you.