Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created April 13, 2019 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poemdexter/4b452dec71847c5c3135feeca3b39df0 to your computer and use it in GitHub Desktop.
Save poemdexter/4b452dec71847c5c3135feeca3b39df0 to your computer and use it in GitHub Desktop.
How to unlock all achievements/items and get more lunar coins in Risk of Rain 2

Find xml

  1. Ensure the game is closed.

  2. Navigate to your Steam directory.

  3. Navigate to the xml. Risk of Rain 2 is game id 632360. The path should look something like this:

     Steam\userdata\<userid>\632360\remote\UserProfiles\<hash>.xml
    

Lunar Coins

Update coins field to however many lunar coins you want.

    <coins>63</coins>

Achievements/Item Unlocks

Replace your achievementsList field with the following:

    <achievementsList>KillEliteMonster CompleteTeleporter CompleteThreeStages FailShrineChance LoopOnce StayAlive1 Discover10UniqueTier1 CompleteUnknownEnding RepeatedlyDuplicateItems Discover5Equipment TotalMoneyCollected Die5Times RepeatFirstTeleporter KillBossQuick Complete30StagesCareer AttackSpeed MaxHealingShrine FindTimedChest TotalDronesRepaired KillTotalEnemies MoveSpeed HardHitter CompleteTeleporterWithoutInjury MajorMultikill KillElementalLemurians CompleteMultiBossShrine LogCollector ChargeTeleporterWhileNearDeath FreeMage CompletePrismaticTrial FindDevilAltar CompleteThreeStagesWithoutHealing CarryLunarItems Complete20Stages FindUniqueNewtStatues SuicideHermitCrabs HardEliteBossKill</achievementsList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment