Press X to Not Die: “A button Pressing God” Achievement Guide (Saves Editing)

Here is a simple guide to use a script to get “A button Pressing God” Achievement quickly.

 

Press X to Not Die “A button Pressing God” Achievement Guide

Detailed way

Enter the game folder and open the “SceneData.xml”
-> …\Steam\steamapps\common\Press X to Not Die\Content\SceneData.xml

(You might want to backup the File in case you mess something up…)

In this file the whole script is defined like this:

 . . .
 <SceneData>
   <FileName>5.Secret</FileName>
   <sceneType>QTE</sceneType>
   <OnEnd>6.Fail</OnEnd>
   <QTEPrompt>to NOT Die!!</QTEPrompt>
   <QTEOnSuccess>7.SuccessCallChristina</QTEOnSuccess>
   <QTEButton>OverrideX</QTEButton>
 </SceneData>
. . .

It reads something like this:

Scene name: “5. Secret
Scene Type: Quick Time Event
If the Timer ends goto Scene “6.Fail
Text after the QTE-Prompts: “to NOT Die!!
If the QTE has been successfull goto Scene “7.SuccessCallChristina

If you copy the Scenename from the <QTEOnSuccess>-Tags and insert it to <OnEnd>-Tags the game will handle no input as successfull input.

 . . .
 <SceneData>
   <FileName>5.Secret</FileName>
   <sceneType>QTE</sceneType>
   <OnEnd>7.SuccessCallChristina</OnEnd>
   <QTEPrompt>to NOT Die!!</QTEPrompt>
   <QTEOnSuccess>7.SuccessCallChristina</QTEOnSuccess>
   <QTEButton>OverrideX</QTEButton>
 </SceneData>
. . .
Well, if you edit every Scene with <QTEOnSuccess>-Tags you can become “A button Pressing God” without pressing a single button.
(Okay, nitpickers, you still have to press a button if you do the choices @_@)

If you want to be able to fail the QTE’s (which is necessary for the Achievements “23 Ways to Die” and “Close Enough”) just restore the unedited File. If you haven’t made a backup befor you altered it you have to uninstall & reinstall the game…

Lazy way

1.) Enter the games folder:
-> …\Steam\steamapps\common\Press X to Not Die\Content\

2.) Rename “SceneData.xml” to “BACKUP_SceneData.xml”

3.) Download this File[www.acidpool.at] and extract it to the games folder.

4.) Rename the new File “CHEAT_SceneData.xml” to “SceneData.xml”

5.) Start the game, choose the Ridiculous Difficulty and let the timer on all QTE’s run out.

If you want to be able to fail the QTE’s (which is necessary for the Achievements “23 Ways to Die” and “Close Enough”) just rename the Files again. (SceneData.xml -> CHEAT_SceneData.xml & BACKUP_SceneData.xml to SceneData.xml)


Thanks to Versakhan Irenis for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

Leave a Comment